cancel
Showing results for 
Search instead for 
Did you mean: 

Message Queue in XI is stuck

Former Member
0 Kudos

Hi,

I am using Idoc adapter to implement an ECC-XI-ECC scenario.

My scenario works fine. But the problem is that the XI is throwing out messages to the target system (ECC) one by one.

It means that once an inbound message comes into XI, it pushes the message already in the XI queue to the receiver system and my existing inbound message just sits in the queue waiting to be pushed again.

Please tell me how to solve this problem.

I am sending a PO Idoc from sender to target.

Thanks & Regards,

Shobhit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shobhit,

You can use the transactions SMQ1 and SMQ2 to clear the inbound and outbound messages in the ABAP stack. You can run this transactions in your XI server and clear the stuck up messages.

Thanks & Regards,

Ravikiran.C

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

but you have registred the queues ?

TCODE -> SXMB_ADM -> register queues

Regards,

michal

Former Member
0 Kudos

Hi Ravikiran,

There was no problem. I got confused because the Incoming IDoc and outgoing IDoc numbers were different and I was under a wrong impression that they should be the same.

But I got to learn 2 new Tcodes from you. I was looking for that exactly. 10 points to you!!!

Thanks Michal, my queues were already registered.

Regards,

Shobhit