Posted: Wed Jun 15, 2011 6:33 am Post subject: WMB transaction monitoring and auditing
Voyager
Joined: 06 Jul 2007 Posts: 85
Hello,
We are trying,first time for the transaction monitoring and auditing.
My flow looks like below
InputNode--> computeNode-->OutputNode.
I enabled the event sources input node's TransactionEnd, InFailure and outnode's terminal.In.
Event Payload for the events TransactionEnd & terminal.In selected as $Root/MQMD and $Body
My input node uses the MRM and generating events for TransactionEnd and outnode's In.terminal. the generated In.terminal events is correct xml format.
The event for TransactionEnd is also correct but it generated the empty flower braces {} in the applicationData as name space. This causing parsing failures in other flow Which process this event messages. My envent messages looks like below
Please let me know how to handle the empty flower braces {}in next flow to parse the message
Posted: Wed Jun 15, 2011 6:49 am Post subject: Re: WMB transaction monitoring and auditing
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
mvs wrote:
Please let me know how to handle the empty flower braces {}in next flow to parse the message
Something like:
Code:
SET something = refInput.*:PersonDetails
where refInput is the reference in the InputRoot.
Somebody will be along in a moment to explain why it's doing that & how to stop it - my events don't. _________________ 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