Page 1 of 1

Mq Fatal error

Posted: Tue Mar 14, 2006 10:08 am
by somu_june
Hi,

Iam using an MQ stage for reading and writting a message . When Iam trying to put a message in MQ after parsing with XML output Iam facing a fatal errror saying

WebSphere_MQ_Out,0: Fatal Error: Fatal: Failed to put message on the queue. Reason code 2031.


Iam connecting two links to websphere_MQ_Out (transactional handling) and Iam getting a warning message saying


WebSphere_MQ_Out: When checking operator:
Passive stages should have either one input link or one output link.
Other configurations may run, but process meta data will not be reported accurately.
This stage has 2 input links and 0 output links.



but I read in documentation I can use transactional grouping so I took two links and there is no output link from MQ_out


Please correct me if Iam wrong and how to achieve this


Thanks,
Somaraju

Re: Mq Fatal error

Posted: Wed Mar 15, 2006 12:13 pm
by somu_june
Hi,

MY problem was solved .Iam getting this error because my userid and password doenot have perimmision with mq server. I used the userid and password which is having permission and my problem was solved.


Thanks,
Somaraju

Posted: Wed Mar 15, 2006 2:01 pm
by ray.wurlod
Presumably one of the MQ Series manuals would have decoded that error code (2031) to mean incorrect user ID or password. :wink:

Posted: Wed Mar 15, 2006 3:25 pm
by jhmckeever
ray.wurlod wrote:Presumably one of the MQ Series manuals would have decoded that error code (2031) to mean incorrect user ID or password. :wink:
... like one of the MQ manuals located here:

http://www-306.ibm.com/software/integra ... index.html

J. :)