cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking Runtime XI QueueID for EOIO messages

Former Member
0 Kudos

Hi Experts,

In case of EOIO message processing , sender application has specified the sequence and so as to maintain this sequence, Integration Server uses the application name provided by sender to determine sender (XBQS), receiver (XBQR) and inbound (XBQI) queues.

for e.g- If Queue name as specified by application is - ORACLE_TO_BW then

Inbound Queue Name : XBQIORACLE_TO_BW

and

For outbound queue, the queue name has to reflect both receiver as well as application name.

Queue name as specified by application: ORACLE_TO_BW

Receiver Name : RCV_SYS

Encrypted Name : 6____

Outbound Queue Name : XBQO6___ORACLE_TO_BW

Now in the SXI_MONITOR for a specific EOIO message we can find the queueID specified by the sender application (in this case ORACLE_TO_BW) in the Reliable Messaging as <SAP:QueueID>.

can anyone please tell me how can I get the actual queue (like XBQO6___ORACLE_TO_BW and XBQIORACLE_TO_BW ) that is determined in the XI Runtime for this queueID? is there any table that maintains the same?

Thanks in advance

Thanks

Sugata B Majumder

Accepted Solutions (1)

Accepted Solutions (1)

kkram
Contributor
0 Kudos

The QUEUE ID generated in available in the 'Runtime' node of SOAP Header under field name 'SAP:QIdInternal'. In SXI_Monitor, display the message and under SOAP Header/Runtime node, you can find this value.

KK

Answers (0)