cancel
Showing results for 
Search instead for 
Did you mean: 

How to Relate Inbound Msg w/ BPM msgs?

Former Member
0 Kudos

I send an asynch message to XI and it goes through BPM then to a sender channel. In the monitor, it has:

-Line1 for Inbound = AENGINE & Outbound = PE

-Line2 for Inbound = PE & Outbound = AENGINE

Each of these lines have a different message ID. My question is how can I relate Line1 and Line2 together to know that they are same message sent from sender?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The problem is that if I have thousands of records executing in the span of 1 minute and I want to look at 1 particular message sent from sender and see how it went through IE and BPM. So, if I know Line1, how do I find Line2? Since XI may not show the messages in that order.

Ex. In XI monitor, it may show something like this:

-Line1

-LineX (from a different process)

-LineY

-LineZ

-Line2

How can I find that Line1 relates to Line 2?

Former Member
0 Kudos

Bevan,

If I understood u right, what u r doing basically is to relate 2 messages from the list of processed messages.

U have BPM in your case, that is the only difference.

If I am right, this was exactly the same issue which i was trying to figure out.

let me find the thread from my earlier posts.

Thank god, I was able to find the thread.

Just try to go through it. I am not sure if it is going to simplify or solve or even complicate.

Good luck.

-Naveen.

Message was edited by: naveen chitluri

Message was edited by:

naveen chitluri

moorthy
Active Contributor
0 Kudos

Hi,

In this case Line 1 - from Sender to BPM

Line 2 is BPM to Receiver

Now where do you want to relate each other ? Once it is triggered BPM, then BPM is resposnible to deliver it into Receiver.

Btw, did you see msg id in the SXMB_MONI->trace?? i.e after clicking on each line --

Regards,

Moorthy

Former Member
0 Kudos

Hi,

when you click on the message ID for Line 1 and Line 2 ...you will be seen the flow of XML messages in sequence and you can understand better....if you click the PE then you will see the flow of the messages in Graphical view and you have three options there at the tab that will guide you better...

Amaresh