|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ASCII format Xml file not pickedup in the mqinput node |
« View previous topic :: View next topic » |
Author |
Message
|
anandsitha |
Posted: Thu May 23, 2013 10:40 am Post subject: ASCII format Xml file not pickedup in the mqinput node |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi-
I am getting xml file without message set in ebcdic. I am able to receive the xml message in proper format.
If I am getting the xml file in asc==file is ascii.
the message is going to backout queue.
my flow is like mqinputnode ....compute esql node .....mqoutputnode
Error message is
The message broker detected an error whilst processing a message in node
The message has been augmented with an exception list and has been propagated to the node's failure terminal for further processing
Check that the input XML message is a well-formed XML message that adheres to the XML specification. The line number and column number that are quoted in the message give the position where the parser discovered the problem. However, the actual error might be earlier in the message.
Other possible causes are:
1. A character that is not supported by XML occurs in the instance message data.
XML supports only a subset of control characters; therefore, ensure that no unsupported characters, such as X'00', appear in the document.
2. The Coded Character Set ID that is defined in the message header does not reflect the contents of the instance message.
If the XML document has an XML prologue, the WebSphere MQ CodedCharSetId should be consistent with the XML Encoding field.
3. A reserved XML character appears in the instance message data.
Characters that might be recognized as XML markup - for example, < and & - should be replaced with the corresponding XML entities - < and &.
Regards
Sithanandam |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 23, 2013 11:32 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
MQ doesn't know anything about a file.
the data in an MQ message must match the CCSID that is set on the message. |
|
Back to top |
|
 |
exerk |
Posted: Thu May 23, 2013 11:31 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Moving this to the Broker forum... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
rekarm01 |
Posted: Fri May 24, 2013 12:12 am Post subject: Re: ASCII format Xml file not pickedup in the mqinput node |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
anandsitha wrote: |
If I am getting the xml file in asc==file is ascii.
the message is going to backout queue. |
There are tools available to examine the message headers and message data, such as rfhutil, or sample program amqsbcg.
anandsitha wrote: |
... The line number and column number that are quoted in the message give the position where the parser discovered the problem... |
Enabling usertrace will provide a more complete error message. |
|
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
|
|
|
|