|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Reason code 2103 |
« View previous topic :: View next topic » |
Author |
Message
|
satboppana |
Posted: Tue Apr 20, 2004 12:46 pm Post subject: MQ Reason code 2103 |
|
|
Acolyte
Joined: 20 Dec 2001 Posts: 64
|
I am getting this return code when my java listener is trying to connect to the queues.
and the explanation says
MQRC_ANOTHER_Q_MGR_CONNECTED (2103, X'0837')
Explanation: An MQCONN or MQCONNX call was issued, but the thread or process is already connected to a different queue manager. The thread or process can connect to only one queue manager at a time.
On OS/390, this reason code does not occur.
On Windows NT, MTS objects do not receive this reason code, as connections to other queue managers are allowed.
Completion Code: MQCC_FAILED
Programmer Response: Use the MQDISC call to disconnect from the queue manager that is already connected, and then issue the MQCONN or MQCONNX call to connect to the new queue manager.
Disconnecting from the existing queue manager will close any queues that are currently open; it is recommended that any uncommitted units of work should be committed or backed out before the MQDISC call is issued.
But i dont see the problem as described above.
Any ideas?? _________________ Sb |
|
Back to top |
|
 |
mqonnet |
Posted: Fri Apr 23, 2004 6:49 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
"I am getting this return code when my java listener is trying to connect to the queues"
-You connect to a queue manager and open the queues.
"But i dont see the problem as described above"
-Well, would you care to share your problem with us here. Sharing what a reason code means from the manuals wont help us understand what your problem scenario is, would it. :)
Cheers
Kumar |
|
Back to top |
|
 |
satboppana |
Posted: Mon Apr 26, 2004 2:44 am Post subject: |
|
|
Acolyte
Joined: 20 Dec 2001 Posts: 64
|
The actual problem was different.
I used to have a localhost address which was used to connect to yhe queues. And i have changed to the actual IP and thus caused the problem,
Not sure why the IP doesnt work.
I think the box is configured in such a way.
Behind a firewall etc.. _________________ Sb |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|