|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Unable to initiate MQ Process via XML message |
« View previous topic :: View next topic » |
Author |
Message
|
yoscop |
Posted: Sun Jan 27, 2002 4:14 pm Post subject: |
|
|
Novice
Joined: 17 Dec 2001 Posts: 13
|
hi<br>
I am using XML interface to start MQWF processes.If i use a Binding mode to connect to MQSeries and send the message(without JMS TextMsg) the process starts fine.<br>
However when i try to send a JMS TextMessage(set with <WFMessage> format xml) the process does not start.I cannot find the message even in the ErrQ.
<br>
Any thoughts/comments/suggestions would be helpful.
<br>
Regards,<br>
yoscop |
|
Back to top |
|
 |
jmac |
Posted: Mon Jan 28, 2002 9:05 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Try specifiying ResponseRequired Yes, then code a reply to QM & Queue. MQWF will put the reason it is rejecting the start here.
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
yoscop |
Posted: Mon Jan 28, 2002 2:30 pm Post subject: |
|
|
Novice
Joined: 17 Dec 2001 Posts: 13
|
Thanks for the response.
I am using a JMS TextMessage instead of a MQMessage.So i am unable to set the Reply2Q and Reply2QMgr.
I tried sending the message to a normal Q with FMCQM as QMgr, it works fine and i can see the message.
Any thoughts,
Regards,
yoscop |
|
Back to top |
|
 |
yoscop |
Posted: Mon Jan 28, 2002 6:11 pm Post subject: |
|
|
Novice
Joined: 17 Dec 2001 Posts: 13
|
hi John
I did set the ReplyToQ to Q1 on the same QMgr i.e FMCQM and was able to figure out that err msg : FMC00010E Unknown user ID.
I am trying to set userId and Password while creating a
connection = factory.createQueueConnection("WfAdmin", "password");
but i end up getting a
MQJE001: Completion Code 2, Reason 2035
I know its a valid userId/pwd,
Am i missing something here.
Regards,
yoscop |
|
Back to top |
|
 |
jmac |
Posted: Tue Jan 29, 2002 7:18 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I don't use JMS, but with straight MQ, you need to do a setUserContext in the MQ Header prior to putting out your message, and the userid MUST exist in MQWF, which unless you added it WFAdmin does not. Try ADMIN>
_________________ John McDonald
RETIRED |
|
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
|
|
|
|