|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Help to find 2103 reason code description |
« View previous topic :: View next topic » |
Author |
Message
|
Manuel Flores Hinojosa |
Posted: Mon Oct 03, 2005 12:08 pm Post subject: Help to find 2103 reason code description |
|
|
Newbie
Joined: 03 Oct 2005 Posts: 2 Location: Mexico, D. F
|
I need to find description of reason code 2103, I am testing an application in AS/400, and receive the reason code 2103, I cannot found information about it.
Thanks in advance. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 03, 2005 12:33 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It seems to be clearly documented. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Anirud |
Posted: Mon Oct 03, 2005 12:38 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
You should have done
before asking someone what it means.
Anyways, this is what it means
Code: |
MQRC_ANOTHER_Q_MGR_CONNECTED
(2103, X’837’) Another queue manager already connected. |
Edit:
Jeff, I didnot see your post when I started the reply. |
|
Back to top |
|
 |
Anirud |
Posted: Mon Oct 03, 2005 12:54 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
From WebSphere MQ Messages Manual...
Code: |
2103 X'0837' MQRC_ANOTHER_Q_MGR_CONNECTED
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 z/OS, this reason code does not occur.
On Windows, MTS objects do not receive this reason code, as connections to other queue managers are allowed.
Corrective action: 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. |
|
|
Back to top |
|
 |
Manuel Flores Hinojosa |
Posted: Mon Oct 03, 2005 1:30 pm Post subject: |
|
|
Newbie
Joined: 03 Oct 2005 Posts: 2 Location: Mexico, D. F
|
Anirud, thanks a lot for your information. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 03, 2005 2:42 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Anirud wrote: |
Jeff, I didnot see your post when I started the reply. |
That's okay...
I initially looked up 2013, instead of 2103...
Good thign I decided not to post a direct link to the RC...  _________________ I am *not* the model of the modern major general. |
|
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
|
|
|
|