Author |
Message
|
kirankinnu |
Posted: Mon Jan 17, 2005 6:42 am Post subject: MQRC 28759 |
|
|
 Centurion
Joined: 12 Jun 2004 Posts: 128 Location: Chicago, IL
|
Hi,
My CLUSSDR channel is going into retry state and its giving me this message " Attempt to resolve object '%CHLBATCH.04' on Queuemanager XXX failed with reason code 28759 " Can anyone give me more insight on this.
Thanks
Kinnu |
|
Back to top |
|
 |
kirani |
Posted: Mon Jan 17, 2005 11:32 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Are you sure you posted the correct reason code? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
kirankinnu |
Posted: Wed Jan 19, 2005 1:03 pm Post subject: |
|
|
 Centurion
Joined: 12 Jun 2004 Posts: 128 Location: Chicago, IL
|
Thank you,
Yeah i did post the correct code, but resolved it by stopping and starting the channel again. now its running fine, but out of curiousty can u tell me why this could have happened |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Jan 19, 2005 3:40 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
kirankinnu wrote: |
Thank you,
Yeah i did post the correct code, but resolved it by stopping and starting the channel again. now its running fine, but out of curiousty can u tell me why this could have happened |
Actually, you didn't post the correct code. All WMQ Completion Codes are four digits so 28759 can't be right.
In regards to why this happened it's hard to say without more details like the correct WMQ Completion Code, the operating system and OSLevel, what version of WMQ are you running, what if any abnormal behavior was observed before the channel went into RETRY status.
There should also have been an AMQ9999 entry in the AMQERR01.LOG that may or may not have shed some light on the subject. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jan 19, 2005 7:14 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
mqmhr |
Posted: Wed Jan 19, 2005 7:19 pm Post subject: |
|
|
Centurion
Joined: 28 Dec 2004 Posts: 105
|
The return code seems to have some significance. On giving MQRC 28759 in the command line, "28759 0x00007057 lpiRC_TRAN_BAD_STATE" is displayed. Had this not been a valid reason code, the message "No matching return codes" would have been displayed.
I have not encountered a 5-digit reason code and do not know how to interpret 28759. My guess is that it has something to do with handshaking during channel startup. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Jan 20, 2005 2:47 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
mqmhr wrote: |
The return code seems to have some significance. On giving MQRC 28759 in the command line, "28759 0x00007057 lpiRC_TRAN_BAD_STATE" is displayed. Had this not been a valid reason code, the message "No matching return codes" would have been displayed.
I have not encountered a 5-digit reason code and do not know how to interpret 28759. My guess is that it has something to do with handshaking during channel startup. |
Confirmed, 28759 = 0x00007057 lpiRC_TRAN_BAD_STATE but it is not listed in the WMQ Messages Guide.
Gotta love these curve balls IBM throws at us. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|