ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Help to find 2103 reason code description

Post new topic  Reply to topic
 Help to find 2103 reason code description « View previous topic :: View next topic » 
Author Message
Manuel Flores Hinojosa
PostPosted: Mon Oct 03, 2005 12:08 pm    Post subject: Help to find 2103 reason code description Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Mon Oct 03, 2005 12:33 pm    Post subject: Reply with quote

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
View user's profile Send private message
Anirud
PostPosted: Mon Oct 03, 2005 12:38 pm    Post subject: Reply with quote

Master

Joined: 12 Feb 2004
Posts: 285
Location: Vermont

You should have done
Code:
mqrc 2103
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
View user's profile Send private message Visit poster's website
Anirud
PostPosted: Mon Oct 03, 2005 12:54 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Manuel Flores Hinojosa
PostPosted: Mon Oct 03, 2005 1:30 pm    Post subject: Reply with quote

Newbie

Joined: 03 Oct 2005
Posts: 2
Location: Mexico, D. F

Anirud, thanks a lot for your information.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Mon Oct 03, 2005 2:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Help to find 2103 reason code description
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.