Posted: Mon Dec 06, 2010 7:18 am Post subject: Getting 2660 error while setting values for message set
Apprentice
Joined: 18 Nov 2010 Posts: 49
I have created a message set with Delimiter "+". I am trying to set the values using follwing code
-- Set the properties for the Message Set
SET OutputRoot.Properties.MessageDomain = 'MRM';
SET OutputRoot.Properties.MessageFormat = 'TDS1';
SET OutputRoot.Properties.MessageSet = 'LM248OC002001';--M6RQSMS002001
SET OutputRoot.Properties.MessageType = 'TDSMessage';--CostCentre
Pls help me resolving the issue
SET OutputRoot.MRM.TDSHeader.localElement1 = 'aaaaa';
No excpetion at compute node and at MQOutput node , i am getting a error saying
Posted: Mon Dec 06, 2010 7:38 am Post subject: Re: Getting 2660 error while setting values for message set
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
kumar.shanj wrote:
Pls help me resolving the issue
Take a user trace and see what happens with this:
kumar.shanj wrote:
SET OutputRoot.MRM.TDSHeader.localElement1 = 'aaaaa';
that results in there being no data in the output message.
The trace will also highlight the other problems I feel you must be having as that's a very short Compute node and you'd expect something to be in the output tree from something. _________________ Honesty is the best policy.
Insanity is the best defence.
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