ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB transaction monitoring and auditing

Post new topic  Reply to topic
 WMB transaction monitoring and auditing « View previous topic :: View next topic » 
Author Message
mvs
PostPosted: Wed Jun 15, 2011 6:33 am    Post subject: WMB transaction monitoring and auditing Reply with quote

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


TESTQ_MRM_IN.transaction.End





<wmb:event xmlns:wmb="http://www.ibm.com/xmlns/prod/websphere/messagebroker/6.1.0/monitoring/event">
<wmb:eventPointData>
<wmb:eventData wmb:productVersion="7001" wmb:eventSchemaVersion="6.1.0.3" wmb:eventSourceAddress="TESTQ_MRM_IN.transaction.End"><wmb:eventIdentity wmb:eventName="TESTQ_MRM_IN.TransactionEnd"/>
<wmb:eventSequence wmb:creationTime="2011-06-15T14:12:56.639Z" wmb:counter="2"/>
<wmb:eventCorrelation wmb:localTransactionId="" wmb:parentTransactionId="" wmb:globalTransactionId=""/>
</wmb:eventData>
<wmb:messageFlowData>
<wmb:broker wmb:name="TQMGR" wmb:UUID="870a57c3-60fb-4841-9c9a-6121f924f900"/>
<wmb:executionGroup wmb:name="EVENTS_GENERATE" wmb:UUID="bc3ae575-3001-0000-0080-dff23cbfbaec"/>
<wmb:messageFlow wmb:uniqueFlowName="TQMGR.EVENTS_GENERATE.EVENTS_WITH_MRM" wmb:name="EVENTS_WITH_MRM" wmb:UUID="a7adbd8e-3001-0000-0080-a463ef5e5de5" wmb:threadId="18080"/>
<wmb:node wmb:nodeLabel="TESTQ_MRM_IN" wmb:nodeType="ComIbmMQInputNode" wmb:detail="TESTQ_MRM_IN"/>
</wmb:messageFlowData>
</wmb:eventPointData>
<wmb:applicationData xmlns="">
<wmb:complexContent wmb:elementName="MQMD">
<MQMD>
<SourceQueue>TESTQ_MRM_IN</SourceQueue><Transactional>true</Transactional><Encoding>546</Encoding><CodedCharSetId>437</CodedCharSetId><Format> </Format><Version>2</Version><Report>0</Report><MsgType>8</MsgType><Expiry>-1</Expiry><Feedback>0</Feedback><Priority>0</Priority><Persistence>0</Persistence><MsgId>414d512054514d47522020202020202080b0f84d20002d07</MsgId><CorrelId>000000000000000000000000000000000000000000000000</CorrelId><BackoutCount>0</BackoutCount><ReplyToQ> </ReplyToQ><ReplyToQMgr>TQMGR </ReplyToQMgr><UserIdentifier>u002751 </UserIdentifier><AccountingToken>160105150000000d655712fef7447cf3db20981e71000000000000000000000b</AccountingToken><ApplIdentityData> </ApplIdentityData><PutApplType>11</PutApplType><PutApplName>\u002751\Desktop\rfhutil.exe</PutApplName><PutDate>2011-06-15</PutDate><PutTime>14:12:52.200</PutTime><ApplOriginData> </ApplOriginData><GroupId>000000000000000000000000000000000000000000000000</GroupId><MsgSeqNumber>1</MsgSeqNumber><Offset>0</Offset><MsgFlags>0</MsgFlags><OriginalLength>-1</OriginalLength>
</MQMD>
</wmb:complexContent>


<wmb:complexContent wmb:elementName="{}:PersonDetails">
<{}:PersonDetails>
<FirstName>BankOfxxxx</FirstName><LastName>Incxxxxxxx</LastName><Age>959590448</Age><Gender>M</Gender><Address>JerseyCity,NJ07302 </Address>
</{}:PersonDetails>
</wmb:complexContent>

</wmb:applicationData>
</wmb:event>




terminal.in event




<wmb:event xmlns:wmb="http://www.ibm.com/xmlns/prod/websphere/messagebroker/6.1.0/monitoring/event"><wmb:eventPointData><wmb:eventData wmb:productVersion="7001" wmb:eventSchemaVersion="6.1.0.3" wmb:eventSourceAddress="TESTQ_MRM_OUT.terminal.in"><wmb:eventIdentity wmb:eventName="TESTQ_MRM_OUT.InTerminal"/><wmb:eventSequence wmb:creationTime="2011-06-15T14:12:56.600Z" wmb:counter="1"/><wmb:eventCorrelation wmb:localTransactionId="c40a8f5b-03de-407c-91cb-e7054e906686-4" wmb:parentTransactionId="" wmb:globalTransactionId=""/></wmb:eventData><wmb:messageFlowData><wmb:broker wmb:name="TQMGR" wmb:UUID="870a57c3-60fb-4841-9c9a-6121f924f900"/><wmb:executionGroup wmb:name="EVENTS_GENERATE" wmb:UUID="bc3ae575-3001-0000-0080-dff23cbfbaec"/><wmb:messageFlow wmb:uniqueFlowName="TQMGR.EVENTS_GENERATE.EVENTS_WITH_MRM" wmb:name="EVENTS_WITH_MRM" wmb:UUID="a7adbd8e-3001-0000-0080-a463ef5e5de5" wmb:threadId="18080"/><wmb:node wmb:nodeLabel="TESTQ_MRM_OUT" wmb:nodeType="ComIbmMQOutputNode" wmb:terminal="in"/></wmb:messageFlowData></wmb:eventPointData>
<wmb:applicationData xmlns="">
<wmb:complexContent wmb:elementName="MQMD">
<MQMD>
<SourceQueue>TESTQ_MRM_IN</SourceQueue><Transactional>true</Transactional><Encoding>546</Encoding><CodedCharSetId>437</CodedCharSetId><Format> </Format><Version>2</Version><Report>0</Report><MsgType>8</MsgType><Expiry>-1</Expiry><Feedback>0</Feedback><Priority>0</Priority><Persistence>0</Persistence><MsgId>414d512054514d47522020202020202080b0f84d20002d07</MsgId><CorrelId>000000000000000000000000000000000000000000000000</CorrelId><BackoutCount>0</BackoutCount><ReplyToQ> </ReplyToQ><ReplyToQMgr>TQMGR </ReplyToQMgr><UserIdentifier>u002751 </UserIdentifier><AccountingToken>160105150000000d655712fef7447cf3db20981e71000000000000000000000b</AccountingToken><ApplIdentityData> </ApplIdentityData><PutApplType>11</PutApplType><PutApplName>\u002751\Desktop\rfhutil.exe</PutApplName><PutDate>2011-06-15</PutDate><PutTime>14:12:52.200</PutTime><ApplOriginData> </ApplOriginData><GroupId>000000000000000000000000000000000000000000000000</GroupId><MsgSeqNumber>1</MsgSeqNumber><Offset>0</Offset><MsgFlags>0</MsgFlags><OriginalLength>-1</OriginalLength>
</MQMD>
</wmb:complexContent>
<wmb:complexContent wmb:elementName="OutMessage">
<OutMessage><Name>BankOfxxxxIncxxxxxxx</Name><Age>959590448</Age><Sex>M</Sex></OutMessage>
</wmb:complexContent>
</wmb:applicationData>
</wmb:event>
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jun 15, 2011 6:49 am    Post subject: Re: WMB transaction monitoring and auditing Reply with quote

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.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Wed Jun 15, 2011 7:11 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Are you using the published XSD in your 'other' flow?

If you are then it might be time for a PMR.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB transaction monitoring and auditing
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.