Posted: Fri Nov 17, 2006 11:28 am Post subject: reset content descriptor
Voyager
Joined: 10 Sep 2004 Posts: 87
Hi all,
i just want to know can we write esql code to modify the message type and format. i am using the following code to achive it
SET OutputRoot.Properties.MessageDomain = 'MRM';
SET OutputRoot.Properties.MessageSet = 'BCOE_COOL_COBOL_MsgSet (LRA9LAS002001)';
SET OutputRoot.Properties.MessageType='msg_CODEMBCCUSTOMER';
SET OutputRoot.Properties.MessageFormat = 'CWF51';
i doing the same using the rcd node and it works i want to know can we achive this by writing the esql.
Message Set Name : 'BCOE_COOL_COBOL_MsgSet'
Message Set Level : '1'
Message Format : 'CWF51'
Message Type Path : 'msg_GENERIC_CODEM_MESSAGE'
Review further error messages for an indication to the cause of the errors.
2006-11-17 10:27:09.515909 3516 ParserException BIP5171E: Custom Wire Format parsing error
An error occurred while parsing a Custom Wire Format message.
Current message : 'msg_GENERIC_CODEM_MESSAGE'
Current element : 'msg_GENERIC_CODEM_MESSAGE'
Path from message root : ''
Offset from start of message : 293
The message type is not being changed it is still comming as msg_GENERIC_CODEM_MESSAGE where i wanted msg_CODEMBCCUSTOMER
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