Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
Did you try and run the sample flow mbfesf2m ?
(if not, then I suggest you get that working first)
(if so, then compare that flow to your and see whats different) _________________ -wayne
Adding a compute node with the following ESQL before the MQOutput:
-----------------------------------------
DECLARE MSG CHARACTER 'X';
CALL CopyMessageHeaders();
SET OutputRoot.Properties.ReplyIdentifier = MQCI_NONE;
SET OutputRoot.MQMD.Version = MQMD_CURRENT_VERSION;
SET "OutputRoot"."MRM" = InputBody;
SET MSG = CAST(SUBSTRING("InputRoot"."MRM"."MRM" FROM 1) AS CHARACTER CCSID 437);
SET "OutputRoot"."MRM"."MRM" = CAST(SUBSTRING(MSG FROM 1) AS CHARACTER CCSID 437);
------------------------------------------
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