|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problem with sending report message |
« View previous topic :: View next topic » |
Author |
Message
|
Canberra |
Posted: Wed Mar 08, 2006 11:03 pm Post subject: Problem with sending report message |
|
|
Newbie
Joined: 08 Mar 2006 Posts: 1 Location: Shanghai
|
Hi, all experts
I met a problem when a report message should be send. The error information is: The attempt to put a report message on queue Q1 on queue manager QM1 failed with reason code 2063. The message will be put on the dead-letter queue.
My definition of the XMITI Q:
DEFINE QLOCAL('QM1') REPLACE + //QM1 is the name of the remote Que Manager who send message to me.
USAGE(XMITQ) +
TRIGGER +
TRIGTYPE(FIRST) +
PROCESS('PRO001') +
INITQ('QM1.PINITQ') +
LIKE('EDI.MODEL.DAT.XMIT') +
My definition of the sender Channel:
DEFINE CHANNEL('QC1') +
CHLTYPE(SDR) TRPTYPE(TCP) REPLACE +
CONNAME('XXX.XXX.XXX.XXX(XXXX)') +
LIKE('EDI.MODEL.CHNL.SDR') +
LONGRTY(168) +
XMITQ('QM1') +
I check the error message, it says an MQCONN, MQCONNX, MQOPEN, MQPUT1, or MQCLOSE call was issued, but it failed because a security error occurred.
According to my understanding, i think maybe the application to send the report message has no right to operate the sending report message action.
So I wish to know,
1. Who or whom actually do the sending report message action? The user of my QM or the remote user who send the message to my QM.
2. What should i do to solve this problem?
Thank you very much! |
|
Back to top |
|
 |
Nigelg |
Posted: Thu Mar 09, 2006 12:53 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Report msgs are put with the same identity context as the original msg.
To solve your proble:
Enable qmgr auth events
Run a test
Inspect the events for the principal name, action, and authority required.
Grant authority to that principal
Repeat until it works. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|