Author |
Message
|
latitude |
Posted: Tue Sep 22, 2009 3:12 am Post subject: MQOutput Error - ReplyToQ name not specified |
|
|
 Apprentice
Joined: 17 Aug 2009 Posts: 36
|
Hi All,
Im getting an error when writing to a queue. MQoutput queue settings are left as defaults but im getting an errror.. ReplyToQ name not specified when writing.
Quote: |
MQInput -> other nodes -> MQReply ->MQOutput |
The message goes through a MQReply node and then comes to MQOutput with the MQMD and the message.
Any ideas please?
Thanks  |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Sep 22, 2009 3:16 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Re-read the documentation on the MQReply and MQOutput nodes. |
|
Back to top |
|
 |
latitude |
Posted: Tue Sep 22, 2009 3:38 am Post subject: |
|
|
 Apprentice
Joined: 17 Aug 2009 Posts: 36
|
Thanks for the prompt reply MQjeff.
I just did a quick read but didnt spot anything. i also tested the flow without the MQReply but still its failing with the same error.
 |
|
Back to top |
|
 |
latitude |
Posted: Tue Sep 22, 2009 4:23 am Post subject: |
|
|
 Apprentice
Joined: 17 Aug 2009 Posts: 36
|
i have another flow which works well and only difference is it is on the main flow and this is on a subflow.. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Sep 22, 2009 4:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It is not obvious from anything that you have posted why you are following an MQReply node (which puts a message on the ReplyTo queue) with an MQOutput node (which puts a message on a queue).
Are you really writing the same message twice to two different queues?
Regardless, you should take a User Trace and look at the contents of the message tree that you pass to the MQReply node and the contents of the message tree that you pass to the MQOutput node. |
|
Back to top |
|
 |
|