Author |
Message
|
mqjava |
Posted: Thu Jul 18, 2013 7:09 am Post subject: PCF message null parameter |
|
|
 Voyager
Joined: 25 May 2009 Posts: 80 Location: New Jersey
|
Hello,
I am trying the MO01 support pac's Java Event monitor sample in AIX machin running MQ 7.0.1.0
When i run the EventMonitor java program i am getting the below output:
Code: |
<COMMAND>MQCMD_Q_MGR_EVENT</COMMAND>
<REASON>MQRC_NOT_AUTHORIZED</REASON>
<MQCA_Q_MGR_NAME>QMNAME </MQCA_Q_MGR_NAME>
<null>2</null>
<MQCA_Q_NAME>SYSTEM.DEFAULT.MODEL.QUEUE </MQCA_Q_NAME>
<null>2</null>
<MQCACF_USER_IDENTIFIER>userid</MQCACF_USER_IDENTIFIER>
<MQIA_FIRST>6</MQIA_FIRST>
<MQCACF_APPL_NAME>ds\RFHUtil\ih03\rfhutilc.exe</MQCACF_APPL_NAME>
</MESSAGE>
|
my question is - i am seeing two null tags with value as 2, could some one shed some light on how to make null value as some meaning full parameter names. |
|
Back to top |
|
 |
mqjava |
Posted: Mon Jul 22, 2013 6:45 am Post subject: |
|
|
 Voyager
Joined: 25 May 2009 Posts: 80 Location: New Jersey
|
anyone any thoughts on this? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 22, 2013 7:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Presumably it's a display bug or issue with MO01, where it doesn't know about the parameters in question. |
|
Back to top |
|
 |
mqjava |
Posted: Mon Jul 22, 2013 7:21 am Post subject: |
|
|
 Voyager
Joined: 25 May 2009 Posts: 80 Location: New Jersey
|
When i display the same not authorized event message through MQ Explorer these are the missing parameters in the XML generated by MO01 - Open Options and Application Type, i am not sure why only these two parameters are not getting displayed in MO01. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 22, 2013 8:38 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mqjava wrote: |
When i display the same not authorized event message through MQ Explorer these are the missing parameters in the XML generated by MO01 - Open Options and Application Type, i am not sure why only these two parameters are not getting displayed in MO01. |
Presumably the PCF response message didn't contain these fields when this portion of the code for MO01 was written. |
|
Back to top |
|
 |
|