cancel
Showing results for 
Search instead for 
Did you mean: 

searching messages in XI according to MQSeries message id

Former Member
0 Kudos

Hey guys,

We are using the following scenario: MQSeries -> XI -> SAP IDOC,

we find it a little difficult to find messages in XI according to the message ID

of the MQSeries (the MQSeries message id is diffrent from xi message id).

the MQSeries message Id can only be displayed in the RWB,

but can not be filtered by.

the only word-around we find untill now it to select from the JAVA table XI_AF_MSG_AUDIT (which contains the adapter information as displayed in RWB)

Is there any normal way to do this (from gui of abap/j2ee)?

Accepted Solutions (1)

Accepted Solutions (1)

former_member189558
Contributor
0 Kudos

Hello IIan,

There is an additional parameter section "Set Additional JMS paramaters or replace default setting" .. you can check if it will be of any use .. I am not sure myself...

Regards,

Himadri

Answers (2)

Answers (2)

Former Member
0 Kudos

I can use the RWB to correlate with SXMB_MONI,

but I can not filter in RWB or in SXMB_MONI according to MQSeries message id (MQ message ID is differ from XI message ID).

I already checked the channel parameters (addition JMS parameters),

the only paramter that is relevant in the channel is relavant is:

<u>Set XI Message ID (MessageID) To</u>:

&#9675; GUID (Recommended Value)

&#9675; JMSMessageID (Uniqueness Is JMS-Provider-Dependent)

&#9675; JMSCorrelationID (Uniqueness Is JMS-Sender-Dependent)

&#9675; JMSProperty (Uniqueness Is JMS-Sender-Dependent)

however, this does not work if the target system receives async message (like IDOC) as described in:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be...

(this can be compare to searching a message of the scenario: FILE->XI->SAP IDOC, according to the file name, the file name can be displayed in the RWB, but it can not be filtered by, and SXMB_MONI doesn't display the file name at all)

any other suggestions?

Former Member
0 Kudos

Ilan , Can you not use the RWB's message ID which would correlate to the same in SXMB_MONI ?

m