Posted: Tue Jul 19, 2005 3:05 am Post subject: Propagate statement
Apprentice
Joined: 25 Feb 2005 Posts: 41
Hi,
I seem to be having some problem with the Propogate statement.
I need to make 3 copies of the input message. So this is what i tried :
SET OutputRoot = InputRoot;
PROPAGATE;
SET OutputRoot = InputRoot;
PROPAGATE;
SET OutputRoot = InputRoot;
PROPAGATE;
The following is the error msg i am getting :
The WebSphere Business Integration Message Brokers output node 'Test.MQOutput' has received a message to write to an WebSphere Business Integration output queue, but the message appears to be empty. This error may be generated when 1) there is no MQMD and no message content in the output bitstream (there really is no data) or 2) there is no MQMD and the size of the message content is less that the size of the MQMD (it appears there is no content). This situation can occur when a output message is built incorrectly using the Compute node.
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