Posted: Sun Dec 29, 2002 10:05 pm Post subject: Problem in RCD
Novice
Joined: 12 Sep 2002 Posts: 20
I am not able to convert an entire blob message into MRM structure
The Sequence of Flow is
Input Node[BLOB] -> Compute node[Add a few String to the BLOB] -> RCD [Convert BLOB to MRM] -> Compute[Convert CWF to Xml] -> output Node
When I convert from BLOB to MRM in the compute node I do not get the entire MRM populated with the values from the BLOB.
The values before the first blank are transformed to the MRM but, after the blank there is no structure in the MRM.
Suggests u add trace nodes before and after the RCD node.
The possibility here is that the RCD node failed to parse your BLOB msg into an MRM msg correctly. Check your BLOB msg and compare them with your MRM definition. (the trace node before the RCD node is useful for this) _________________ lung
Thanks for the approach, I have identified the problem .
I had a message definition problem. I had declared a element as Integer and passed spaces in the BLOB for this location/position, this is what caused the problem.
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