Author |
Message
|
N |
Posted: Sun Nov 18, 2007 9:20 pm Post subject: Dead Letter Queue Header |
|
|
Acolyte
Joined: 21 Jul 2007 Posts: 64
|
Hi Guys,
Below Snippet is the Dead letter queue header i extract from DLQ, may i know how to get the reason code? Thanks
DLH .......,MQMGR
IN.QUEUE
.......4MQCICS ....
MQMGRCHINCSQXRESP0ADFDB88 2007
111615011944CIH ...............4
........................
.......9........................ |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Nov 18, 2007 11:37 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
i guess 2007 is the reason code
2007 0x000007d7 MQRC_CHAR_ATTRS_ERROR
Regards
gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Michael Dag |
Posted: Mon Nov 19, 2007 12:41 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Nov 19, 2007 1:18 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Thanks, i didnt look the below mentioned part of it....
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
tleichen |
Posted: Mon Nov 19, 2007 7:47 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
All headers are mapped out in the Application Programming Reference.  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
EddieA |
Posted: Mon Nov 19, 2007 9:15 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
And you need to look at the header in "hex" to extract the code.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|