This was copied from an earlier reply

bobbee

Dead Letter Header (DLH)

/usr/mqm/samp/bin/amqsbcg SYSTEM.DEAD.LETTER.QUEUE YOURQMGR > dlq.browse

the dlq.browse then looks like this:

 AMQSBCG0 - starts here
 **********************

  MQOPEN - 'SYSTEM.DEAD.LETTER.QUEUE'


  MQGET of message number 1
 ****Message descriptor****

   StrucId  : 'MD  '  Version : 2
   Report   : 0  MsgType : 8
   Expiry   : -1  Feedback : 0
   Encoding : 273  CodedCharSetId : 819
   Format : 'MQDEAD  '
   Priority : 0  Persistence : 0
   MsgId : X'414D51204D5141444D494E3420202020C713033E12F00000'
   CorrelId : X'000000000000000000000000000000000000000000000000'
   BackoutCount : 0
   ReplyToQ       : '                                                '
   ReplyToQMgr    : '********                                        '
   ** Identity Context
   UserIdentifier : '*******     '
   AccountingToken :
    X'160105150000009F3C2D05AC5FFA16ED7C36243D3C000000000000000000000B'
   ApplIdentityData : '                                '
   ** Origin Context
   PutApplType    : '11'
   PutApplName    : 'MQSeries\pgm\bin\amqsput.exe'
   PutDate  : '20030109'    PutTime  : '08580248'
   ApplOriginData : '    '

   GroupId : X'000000000000000000000000000000000000000000000000'
   MsgSeqNumber   : '1'
   Offset         : '0'
   MsgFlags       : '0'
   OriginalLength : '-1'

 ****   Message      ****

  length - 184 bytes

 00000000:  444C 4820 0000 0001 0000 0825 4153 4446 'DLH .......%ASDF'
 00000010:  3220 2020 2020 2020 2020 2020 2020 2020 '2               '
 00000020:  2020 2020 2020 2020 2020 2020 2020 2020 '                '
 00000030:  2020 2020 2020 2020 2020 2020 **** **** '            ****'
 00000040:  **** **** 2020 2020 2020 2020 2020 2020 '***             '
 00000050:  2020 2020 2020 2020 2020 2020 2020 2020 '                '
 00000060:  2020 2020 2020 2020 2020 2020 0000 0222 '            ..."'
 00000070:  0000 0352 4D51 5354 5220 2020 0000 0006 '...RMQSTR   ....'
 00000080:  616D 7163 7273 7461 5F6E 6420 2020 2020 'amqcrsta_nd     '
 00000090:  2020 2020 2020 2020 2020 2020 3230 3033 '            2003'
 000000A0:  3031 3039 3038 3536 3236 3937 6173 6466 '010908562697asdf'
 000000B0:  6173 6466 6173 6466                     'asdfasdf        '


in the message dump you can see the "DLH" identifying the dead letter
header, now check from byte 9 to 12 - the value is 00000825 (hex) which is
2085 dezimal

Now you can check API Return and Reason Codes in the "messages and Codes"
manual or use "mqrc 2085" which should return

2085  0x00000825  MQRC_UNKNOWN_OBJECT_NAME

In this case you also see the Object name that is missing (ASDF). Because of
our security policies i had to wipe out some fields like user ids and
queuemanager names.







From: Wesley Shaw <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: W2K Trigger monitor triggers going to DLQ
Date: Mon, 17 Feb 2003 08:15:41 -0500


I have a triggered process where the trigger message is going to the DLQ.
Below is the message header.
I am trying to figure out the reason code.  Anybody decode that for me
quicker than I ?

(Embedded image moved to file: pic04664.pcx)



Wesley Shaw
OJRP 10th Floor
Work: 804 771 3589 (736-3589)
Pager: 888 436 2805 Mobile 804 512 5260
<< pic04664.pcx >>

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to