Author |
Message
|
ritesh_pande |
Posted: Mon Dec 05, 2005 3:40 am Post subject: Reason Code 2009 |
|
|
Novice
Joined: 05 Dec 2005 Posts: 11
|
Hi,
I m using websphere mqseries with java. Java application is able to connect to sender qmanager & send the data & client qmanager is also getting that data. But it's raising exception with reason code 2009.
Does anybody knows the cause of these exeption and solution to resolve this exception.
thanks in adv.
Regards,
Ritesh  |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Dec 05, 2005 8:19 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
From the MQSeries Messages Guide
Quote: |
2009 X’07D9’ MQRC_CONNECTION_BROKEN
Connection to the queue manager has been lost. This can occur because the queue manager
has ended. If the call is an MQGET call with the MQGMO_WAIT option, the wait has been
canceled. All connection and object handles are now invalid.
For WebSphere MQ client applications, it is possible that the call did complete successfully,
even though this reason code is returned with a CompCode of MQCC_FAILED.
Corrective action: Applications can attempt to reconnect to the queue manager by issuing the
MQCONN or MQCONNX call. It may be necessary to poll until a successful response is
received.
On z/OS for CICS applications, it is not necessary to issue the MQCONN or MQCONNX call,
because CICS applications are connected automatically.
Any uncommitted changes in a unit of work should be backed out. A unit of work that is
coordinated by the queue manager is backed out automatically. |
_________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Dec 05, 2005 8:46 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You might also want to search this site for 2009s. You'll get numerous hits. |
|
Back to top |
|
 |
ritesh_pande |
Posted: Mon Dec 05, 2005 8:14 pm Post subject: |
|
|
Novice
Joined: 05 Dec 2005 Posts: 11
|
hi,
thnx a lot for the reply. i m searching the forum from last 5 days but i m not getting the proper reason and solution for reason code 2009 .
I m new to mqseries i m not getting how to use runmqsc commands.
do u have any links which shows runmqsc commands manuals. currently i m using mqseries explorer for creating qmgr,queues and channels.
the system was working without any error from last 6months but suddenly i got the error without doing any change.
pls help me out of this. its very urgent
regards,
ritesh :  |
|
Back to top |
|
 |
antofran |
Posted: Mon Dec 05, 2005 10:25 pm Post subject: |
|
|
Newbie
Joined: 22 Nov 2005 Posts: 4 Location: bangalore
|
|
Back to top |
|
 |
hopsala |
Posted: Mon Dec 05, 2005 10:54 pm Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
You did not specify your WMQ version and CSD level, which is always a good idea; if you're at 5.3 CSD08 or 09 check out this link.
Anyway, you should start by looking at the error logs, and the FDCs that are probably generated to try to figure out what's going on; Keep us posted. |
|
Back to top |
|
 |
vennela |
Posted: Mon Dec 05, 2005 11:22 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Is it using a client connection or is the app running in bindings mode |
|
Back to top |
|
 |
ncmj |
Posted: Fri Dec 16, 2005 7:12 am Post subject: |
|
|
Newbie
Joined: 20 Oct 2005 Posts: 7
|
a very common error code, but with a lot of independant potential causes
- the last time I got it, I had my MQ Jar with a slightly different version from the Qmanager version... check that first
- another trail: check the Server Connection Channel you try to use exists ! |
|
Back to top |
|
 |
|