cancel
Showing results for 
Search instead for 
Did you mean: 

Message ID

Former Member
0 Kudos

In any scenario (say idoc to file) while testing the scenario, we go to sxmb_moni to select our messages based on the 32 character message ID. My question is how do we know so and so is our message ID to select the message?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bharat,

Every XI message must be uniquely identifiable in the system landscape. This is achieved by using an ISO-11578-compliant GUID (Globally Unique Identifier). Every XI message has a message ID, irrespective of its type (asynchronous/synchronous request, synchronous response). This is generated by the sender of the message. The standard makes it highly unlikely that the same message ID is generated twice.So its a Unique ID for a XI message.

The integration server copies the message and genarte the new message id for each receiver service.

There are various ways to identify your message Id :

Through Sxmb_moni:

1. Go to Sxmb_moni, look for the combination that you have specified in your Scenario.e.g.

Sender party,Sender interface name, Sender namespace,

Receiver party,receiver interface name, receiver namespace.

2. If there are no. of message found in Sxmb_moni with the same combination as of your,just try to check your messade (Payload).

3. Also check for the timeframe like 'Executed on', 'start time' and 'end time'.

Through Adapter Engine:

1.Go to the Message monitoring in RWB using tcode sxmb_ifr.

2.Select the Adapter enigne--> filter for the required time frame and status of the message (successful, all containing error ..etc).it will show oyu a no. of message ..then select a particular message and click 'Details' check for the combination as in Moni.

*Pls: Reward points if helpful*

Regards,

Jyoti

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

Message ID is the unique ID which gets genereated inorder to pass the message through the IS, means this ID is mainly to distingush each message.....when you login to the SXMB_MONI you can easy indentify by the interface name or sender service or reciever service....by seeing the message ID you cannot conculde it's your message....you have to look at other parameters as well

Former Member
0 Kudos

Hi Bharath,

Message ID is unique ID. You can get this either from sxmb_moni or RWB or even from comm channel monitoring.

-Pinkle