Author |
Message
|
cpeele |
Posted: Wed Aug 15, 2007 5:33 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Ok, I enabled Auth events, restarted my QMGR, tried to use my app in pub/sub mode, went to browse the "SYSTEM.ADMIN.QMGR.EVENT" queue and saw that it has two messages in there. However, it's pretty cryptic,....the message data is this: "$" for both of them....what am I looking for exactly?
thanks,
Chris |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 15, 2007 5:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cpeele wrote: |
what am I looking for exactly? |
The Monitoring MQ manual, where the event message format is discussed in detail  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
cpeele |
Posted: Wed Aug 15, 2007 6:02 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Ok, I have looked through the manual in regards to my problem and even did a search for as to what "$" could mean in the message data field but it is not helping....do you know what "$" means?
Thanks again,
Chris |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 15, 2007 6:10 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
The entire event message is 1byte - "$"??
That's messed up. That's PMR messed up. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
cpeele |
Posted: Wed Aug 15, 2007 6:12 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
yes, that is the entire Message data. What is the PMR? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Aug 15, 2007 6:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cpeele wrote: |
yes, that is the entire Message data. What is the PMR? |
Program Maintenance/Management/Something Request. IBM support call.
The event message as described in the manual is considerably longer than 1 byte. You have grounds for complaint if the queue manager is short changing you like that. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 15, 2007 9:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vitor wrote: |
cpeele wrote: |
yes, that is the entire Message data. What is the PMR? |
Program Maintenance/Management/Something Request. IBM support call.
The event message as described in the manual is considerably longer than 1 byte. You have grounds for complaint if the queue manager is short changing you like that. |
Could it be that you get only 1 byte because you treat it like a string and the second byte is 0x00 (a c string terminator)?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
cpeele |
Posted: Thu Aug 16, 2007 10:48 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Hello and thanks for replying. I'm not sure I understand what you are referring to. I'm viewing the contents of the SYSTEM.ADMIN.QMGR.EVENT Queue in MQ Explorer. When I look at the properties of the message on it it shows me that the "Message Data" property is a dollar sign ($), however it says the datalength is 104. I have no clue as to what this is referring to.
All this aside, maybe I should better describe my environment and setup because perhaps there is an issue there somewhere.
I have WebSphere MQ windows client installed on my pc. My xms.net connects to our WebSphere MQ Server across our network.
Now, when I downloaded the windows MQ client I ran the installer and that was it. NO setting of any environment variables or anything else.
When my xms.net connects point-point it all works fine. However when it connects pub/sub it does not.
Is there some setting for the client (i.e. environment variables) that must be set for pub/sub to work whereas it obviously doesn't require it for point-to-point?
Thanks Again! |
|
Back to top |
|
 |
Vitor |
Posted: Thu Aug 16, 2007 10:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cpeele wrote: |
Hello and thanks for replying. I'm not sure I understand what you are referring to. I'm viewing the contents of the SYSTEM.ADMIN.QMGR.EVENT Queue in MQ Explorer. When I look at the properties of the message on it it shows me that the "Message Data" property is a dollar sign ($), however it says the datalength is 104. I have no clue as to what this is referring to. |
It means that the message is 104 bytes long even though Explorer is only able to show this $. You're probably better off browsing the message off with RFHUTILC and examning the contents there.
cpeele wrote: |
Is there some setting for the client (i.e. environment variables) that must be set for pub/sub to work whereas it obviously doesn't require it for point-to-point?
|
No. The difference is in the message format _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 16, 2007 11:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
cpeele |
Posted: Thu Aug 16, 2007 11:10 am Post subject: |
|
|
Acolyte
Joined: 04 Apr 2007 Posts: 53
|
Thanks guys....I'll look into it and get back.
Regards,
Chris |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Aug 20, 2007 1:43 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
cpeele wrote: |
Also this error for whatever reason is not showing up in the error logs. ??? |
Security Errors only show up in the Windows MQ error logs. Not on UNIX. On UNIX you will have to turn on the Authority Events to see what the 2035 errors are specifically complaining about. You can turn it on for Windows as well but it will just show you what the error logs and event viewer are already showing.
I'm curious what the problem ended up being. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|