Author |
Message
|
svadali |
Posted: Wed Dec 01, 2010 9:16 am Post subject: Websphere MA01 Support Pac |
|
|
Novice
Joined: 01 Dec 2010 Posts: 10
|
Hi,
I am trying to get messages with correlation id off of a queue by using MA01 program. The following is the syntax I am using:
./q -lmqic32 -IQueue_Name -L1 -Ffile_name -g[cCorrelId]
But this is not working, this just gives the message without correlation id. Please let me know what is wrong with my syntax. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Dec 01, 2010 10:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
are you replacing the [cCorrelId] with the actual correlation ID you're trying to match against? |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Dec 02, 2010 12:04 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
IMHO he has to specify -gc or -gxc and then the CORRELID in char or in hex, e.g. if correlid is
111111111111111111111111
-gc111111111111111111111111
or -gxcF1F1F1F1 ... (and so on if EBCDIC or 313131 ... if ASCII) _________________ Regards, Butcher |
|
Back to top |
|
 |
svadali |
Posted: Thu Dec 02, 2010 7:09 am Post subject: Websphere MA01 Support Pac |
|
|
Novice
Joined: 01 Dec 2010 Posts: 10
|
Ahh..I was thinking that this field gives the original Correlation ID. Is there any way that I could get the Correlation ID using this Support Pac?
Thank you guys for taking time to answer my question. |
|
Back to top |
|
 |
ramires |
Posted: Thu Dec 02, 2010 8:02 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
you can read the MQ01 readme file. This will display the message header:
q -iQ1 -mQMAA -dd |
|
Back to top |
|
 |
svadali |
Posted: Thu Dec 02, 2010 8:17 am Post subject: Websphere MA01 Support Pac |
|
|
Novice
Joined: 01 Dec 2010 Posts: 10
|
ramires wrote: |
you can read the MQ01 readme file. This will display the message header:
q -iQ1 -mQMAA -dd |
Thank you I got it |
|
Back to top |
|
 |
|