Posted: Wed May 05, 2010 7:23 am Post subject: Validate Node failing
Master
Joined: 05 Dec 2007 Posts: 296
I have a validate node which I set to my initial Input node .
MQ Input >> COMPUTE NODE >> VALIDATE NODE.
I am using the same messageset on MQ Input and on validate but it fails on validate node. The incoming massage is ASCII fixed length and my messageset has both MRM and XMLNSC domain. I am currently working with the XMLNSC domain.
The Exception doesn't tell me much about what the error is. I am validating content and value.
oww happy I found it.. Totally wiered........ It looks like the validate node actually checks the message properties.
So since I was paursing inside a compute node, the message property was not updated, after updating it, then it looks fine.
SET OutputRoot.Properties.MessageSet = 'ASCIIMessageSet';
SET OutputRoot.Properties.MessageFormat ='Text1';
SET OutputRoot.Properties.MessageType = '{}:InputMessage';
If the messatype doesn't have the {} then it fails.
I'm not parsing anything anywhere. I was trying to say ( very badly ) that you didn't quote the error message, so it was impossible for me to understand it either!
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