I have the following ESQL snippet in the compute node :
-- ------------------------/
CREATE PROCEDURE CopyEntireMessage() BEGIN
SET OutputRoot = InputRoot;
IF InputRoot.MRM.Indicator = 'A' Then
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'A';
ELSE
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'B';
END IF;
END;
-- .......................\
In the lable node check is made for label name A or B. However it looks compute node fails and the messages are driven back to failure terminal of Input Node. Can you please help me on resolving this issue.
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