Posted: Tue Feb 14, 2012 2:47 am Post subject: FTE Output node and MRM parser
Newbie
Joined: 14 Feb 2012 Posts: 2
Hi,
I have designed a flow as mentioned below:
MQinput - compute- FTEOutputnode
1. Incoming is an XML file and Output format is alos an XML.
2. In compute node i have given the below code:
SET OutputRoot.Properties.MessageSet = 'D43GA04002001';
SET OutputRoot.Properties.MessageType = 'SITE_FEED';
SET OutputRoot.Properties.MessageFormat = 'XML';
and the domain is MRM for Output and input messages.
4. when the flow reaches FTEOutputnode it show Invalid Wire Format Retrieved error
Posted: Tue Feb 14, 2012 3:00 am Post subject: Re: FTE Output node and MRM parser
Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
ndevi wrote:
SET OutputRoot.Properties.MessageFormat = 'XML';
does that format with that name (note not type) exist in your output message model? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Posted: Tue Feb 14, 2012 3:40 am Post subject: FTE Output node and MRM parser
Newbie
Joined: 14 Feb 2012 Posts: 2
@ mqjeff,
It works for XMLNSC. Thanks!
And I have another flow as mentioned below:
MQinput - compute- FTEOutputnode
SET OutputRoot.Properties.MessageSet = 'C43AS04034501';
SET OutputRoot.Properties.MessageType = 'EmpDetails';
SET OutputRoot.Properties.MessageFormat = 'CSV';
and the domain is MRM for Output and input messages.
Incoming is an CSV file and Output format is also an CSV.
when the flow reaches FTEOutputnode it show Invalid Wire Format Retrieved error Please help me to find a solution for this!
@ smdavies99,
Yes. I'm using the same format (XML) in the output message model.
Does it work if you send the same message to an MQoutput node as to the MQFTE node?
Did you actually deploy the needed message sets?
Are you sure you are really setting the correct info to properly identify the message model? E.G. are you sure you should be setting message set to an id and not a name?
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