We are upgrading MQ from 9.6 to 10.7 and are observing the following error: ./startMQMonitor.sh: JAVA_HOME=/apps/opt/jdk160_39_64: is not an identifier How can we resolve this issue?
Cause
Removed #!/usr/bin/ksh from the start of the MQ Monitor start shell script.
Environment
APM 10.7
Resolution
Restore #!/usr/bin/ksh to the beginning of the MQ Monitor Start shell script..