ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Problem with sending report message

Post new topic  Reply to topic
 Problem with sending report message « View previous topic :: View next topic » 
Author Message
Canberra
PostPosted: Wed Mar 08, 2006 11:03 pm    Post subject: Problem with sending report message Reply with quote

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
View user's profile Send private message
Nigelg
PostPosted: Thu Mar 09, 2006 12:53 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Problem with sending report message
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.