I have code to connect to a remote QueueManager and use its queues, etc. When I run my code through the WSADIE option ("run as... java application") I can connect to the remote QueueManager, put a message to its queue, and receive form its queue.
However, when I run the SAME code on the test server (Integration Test Environment v51) I receive:
"An MQSeries error occured creating the QManager: Completion code 2 Reason code 2058" MQRC_Q_MGR_NAME_ERROR
The only thing that is different is the test server vs the java application (jvm). Any idea how I can correct this problem? I assume its classpath/environment related, but all my efforts have been unsuccessful.
Thanks!!
However, when I run the SAME code on the test server (Integration Test Environment v51) I receive:
"An MQSeries error occured creating the QManager: Completion code 2 Reason code 2058" MQRC_Q_MGR_NAME_ERROR
The only thing that is different is the test server vs the java application (jvm). Any idea how I can correct this problem? I assume its classpath/environment related, but all my efforts have been unsuccessful.
Thanks!!