|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
BIP3113E: Exception detected in message flow |
« View previous topic :: View next topic » |
Author |
Message
|
sivaguru |
Posted: Wed Sep 10, 2008 2:20 am Post subject: BIP3113E: Exception detected in message flow |
|
|
Apprentice
Joined: 18 Jun 2008 Posts: 40
|
Hi ,
Iam using WMB 6.1 .
My flow is HTTPInput --> Compute --> MQInput -- > Compute1 --> HTTPReply
In my Compute node i have written the following code.
SET OutputRoot.XMLNSC.input_payload = InputRoot.XMLNSC.ConnectivtyTest.Payload;
SET OutputRoot.MQMD.CorrelId = Environment.Variables.HTTPContextText;
SET OutputRoot.XMLNSC.DestDescription ='Successfully transmitted to Database Terminal';
While testing i get the following error in my First Compute
BIP3113E: Exception detected in message flow Get HTTP Input .
Exception. BIP2230E: Error detected whilst processing a message in node 'Test.Validate Input and Propogate'.
The item ''DestDescription[Successfully transmitted to MQMD Terminal]'' of type ''fieldType'' is not one of the expected types for a top level element at this point in the XML document.
Can anyone help me to figure out where could be the possible mistake .
Any help would greatly appreciated .
 |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Sep 10, 2008 4:04 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'd suggest adding a trace node after your compute node that dumps the entire tree. I suspect that if you see the tree, you'll probably be able to tell what is wrong. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Sep 10, 2008 4:22 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
You have two root nodes in your XMLNSC output tree. OutputRoot.XMLNSC should have only one child element ( unless the other ones are processing instructions, whitespace or a doc type declaration ) |
|
Back to top |
|
 |
sivaguru |
Posted: Wed Sep 10, 2008 7:31 am Post subject: |
|
|
Apprentice
Joined: 18 Jun 2008 Posts: 40
|
Hi,
Thanks for your reply. As said there were no one top level root element present. We changed and it was working
Thanks for the help |
|
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
|
|
|
|