Our IS (version 7.1.2) has an MQ adapter, and over the weekend, the q manager name has changed, when IS restarted, it is in a loop trying to connect to the old q manage, with error like below:
[ADA.600.3033] Connection to Queue Manager QM.DEV.01 could not be initialized; cc=2,rc=2058.
this is fine if I can login to IS Admin, I can’t, IS is not ready (fully started, I can’t even do a telnet server 5555). seems like the IS is in a loop trying and logging the error.
Where can I find the config file where I can manually change the q manager name and restart the IS?
Thanks in advance.
I am not sure where the connection details get stored for MQ adapter but I have another solution, if you are sure about the package name that has the MQ connection, go the file system under packages and edit the manifest.v3
make the below edit
yes to no
Get the IS completly down, go the packages and edit the manifest.v3 file and start the IS.
Then enable the package manually in IS and edit the connection parameters.
Please stop the IS, disable the package which has MQ connection details ( follow steps specified by Mahesh ) and then start the IS. Once it is up, please cross verify connection details and do the required amendments to make sure it is pointing to correct server. Kindly let us know once you implement this.
1> Find the package that holds your MQ connection on IS
2> Stop the IS completely
3> Go to IS/packages/ and edit the manifest.v3 file (take a backup if you require before editing)
4> Start the IS
5> Once the IS is up and fine go to your adapter page and see if that connection is visible (I am sure it will not be) then go to packages>management> enable the connection package
6> Go to adapter connections and check if that connection is visible and try to edit.
well, the screen (sort of) I showed you is from a different server, I can bring up the IS admin page on the server with the problem, If I could, i’d done change the q name already.
Thanks anyway for all of your help.
I still have one last resort: have the MQ admin put the old name back so that I can have my IS back, and change the name to the new one, and then have mq admin change the q name to the new name.
Can you share the Version of the MQ-Adapter (incl. Fix-Level)?
Deriving from an earlier post in this thread by derek:
There is a (custom) package myAdapters, which contains a Connection named MQAdapter:MQPutTradesToCFO.
Except for the MinPool size (should be 0, esp. when there is a firewall involved) I cannot see anything wrong with this connection.
Make sure you have the appropriate jars in your WmMQAdapter/code/jars-Folder matching the version of the MQ-Server.
For MQ 6 and below threre are 2 or 3 jars required, but for MQ 7 there are 5 jars required.
Check AdapterRequirements Guide available from SAG.