Posted: Fri Jun 06, 2003 11:00 am Post subject: Local Environment Propagation
Apprentice
Joined: 23 Dec 2002 Posts: 28
What is the best way to ensure that the LocalEnvironment is carried through in compute node if you only copy message headers and construct an entirely new xml message. It appears that I lose my LocalEnvironment after the compute node.
I have checked LocalEnvironment and Message on the advanced tab.
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
You should not be losing your LocalEnvironment tree no matter what unless you have nullified it.
By checking the advanced tab of the compute node to LocalEnvironment and message you are telling MQSI that these two trees are compulsorily being modified.
Now if you are doing all your changes on the InputLocalEnvironment tree they will make no difference to MQSI because it is looking for the OutputLocalEnvironment tree.
Since that is null, it propagates that(OutputLocalEnvironment) and you lose all your values.
So you have two options :
1. SET OutputLocalEnvironment = InputLocalEnvironment OR
2. Change the advanced tab setting to Message only in 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