Author |
Message
|
elvis_gn |
Posted: Thu Dec 02, 2004 5:20 am Post subject: BIP5134 ???? |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
hey i am getting this error BIP5134 when i try to send a MRM message to the output....the message is reaching the trace node right before the output node.
It says that the message isentifier is not valid.....???? plz help |
|
Back to top |
|
 |
JT |
Posted: Thu Dec 02, 2004 5:44 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
What value did you set for the OutputRoot.Properties.MessageSet parameter?
Does it match the Message Set Id assigned to the .mset file? |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Dec 02, 2004 7:16 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
The value that is set in the .mset file is the same taht has been entered into the Message set Id in the input node properties. |
|
Back to top |
|
 |
JT |
Posted: Thu Dec 02, 2004 8:36 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
.....entered into the Message set Id in the input node properties. |
I believe you mis-understood my statement. You stated in your previous post that the error occurs when you "send a MRM message to the output". You need to check the value that you are assigning to the OutputRoot.Properties.MessageSet parameter to ensure it matches the Message Set Id of the out-bound MRM message. You would be setting this value in a Compute node prior to the MQOutput node.
Additionally, you can add the ${Root} pattern to your Trace node to see the value that was set for Properties.MessageSet. |
|
Back to top |
|
 |
kimbert |
Posted: Thu Dec 02, 2004 1:58 pm Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
This has nothing to do with the message set identifier. The error message refers to the 'message identifier' - in other words, the MessageType property. Check that you have set OutputRoot.Properties.MessageType to one of the message types in your message set. |
|
Back to top |
|
 |
JT |
Posted: Thu Dec 02, 2004 2:57 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Thanks for correcting me.  |
|
Back to top |
|
 |
|