Posted: Sun Jun 07, 2009 5:43 am Post subject: Error in the MQInput Node
Voyager
Joined: 20 Dec 2004 Posts: 78
Hello guys,
I got a few troubles with the a XML. What happens is I have a Java application that generates XML files in a windows file system. A Java adapter gets this XML file and puts it into an MQ queue. Now I got a Message flow (Message broker 6.1.0.3 - effective level 3) running on an AIX box. The MQInput node doesn't use a message set to capture the message, so the only parsing option selected is Message Domain = XMLNSC.
When the message arrives, I got the following error in user.log:
[b]Jun 7 04:18:43 pamela user:warn|warning WebSphere Broker v6103[917514]: (BRKQ0.default)[2616]BIP5902W: An error occurred in
parser 'Root' whilst parsing the field named 'XMLNSC' on behalf of node 'TMSEventProcessor.TMS.EVENT.QUEUE'. The data being
parsed was '3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d38223f3e3c434953446f63756d656e743e0d0a202020
3c4576656e744e616d653e4c6f6164536574546f506c616e6e65643c2f4576656e744e616d653e0d0a2020203c526561736f6e436f64653e504c4e443c2f5
26561736f6e436f64653e0d0a2020203c526561736f6e436f64654465736372697074696f6e3e506c616e656a6164613c2f526561736f6e436f6465446573
6372697074696f6e3e0d0a2020203c53797374656d54696d655a6f6e654f66667365743e302e3030303030303c2f53797374656d54696d655a6f6e654f666
67365743e0d0a2020203c4576656e744461746554696d653e323030392d30362d30375430343a30363a34313c2f4576656e744461746554696d653e0d0a20
20203c4576656e745265706f727465644461746554696d653e323030392d30362d30375430343a30363a34313c2f4576656e745265706f727465644461746
554696d653e0d0a2020203c4576656e744f63637572726[/b]
I really think is some configuration issue. The message has this tag declared:
<?xml version="1.0" encoding="UTF-8"?>
But the enconding / CCSID on MQMD are 273 / 819
Can someone help me with this info?? please?
Thanks
Max _________________ Maximiliano R. A. Santos
IBM Websphere MQ V6.0 Certified System Administrator
IBM Websphere MQ V5.3 Certified Solution Developer
Posted: Sun Jun 07, 2009 10:46 am Post subject: Re: Error in the MQInput Node
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
msantos007 wrote:
Can someone help me with this info?? please?
If the CCSID in the message MQMD matches the message payload, and the MQInput node is set to do a get with convert, this should be fine.
Have you examined the actual message (rather than what is claimed to be sent by the sending application)? Does it open in an external tool such as IE or XMLSpy? Have you run a user trace to obtain additional details of the MQInput node's behaviour? _________________ Honesty is the best policy.
Insanity is the best defence.
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