Posted: Thu Jun 12, 2008 10:37 am Post subject: FileOutputNode
Apprentice
Joined: 04 May 2004 Posts: 25
I am trying to write a message to a file(Queue to File)..My message contains MQRFH2 data..The output file from FileoutputNode is not having the MQRFH2 details..Is there any way we can populate the MQRFH2 details also in the output file.
Posted: Thu Jun 12, 2008 12:45 pm Post subject: Re: FileOutputNode
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
ranjith wrote:
I am trying to write a message to a file(Queue to File)..My message contains MQRFH2 data..The output file from FileoutputNode is not having the MQRFH2 details..Is there any way we can populate the MQRFH2 details also in the output file.
Version:V5
What language and flavor are you using to write the messsage to the file? _________________ MQ & Broker admin
The objective is write the incoming message to the MQOUTPUT queue and as well to the file directory..
1st flow
MQInput-->compute-->MQoutput
2nd flow
MQInput(the mqoutput of 1st flow)-->fileproxynode-->compute-->fileOutputnode
1st flow will be having all the MQRFH2 details+original message
so we need to capture all the details to the file directory with RFH details in the 2nd flow
thanks in advance
The problem is that all those properties are in the RFH header and the file extender does not write any of this to the file. If you need the properties in the file you need to find a way to make them part of the xml document (I.e.) payload and not part of the RFH header.
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