cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound ABAP Proxy - Queue Problem

Former Member
0 Kudos

Hi All,

In File to Proxy scenario, message is going to Scheduled Status in the R/3 and message is proceessed only if the corresponding Queue are unlocked.

But in Development R/3 there is no problem, only in Production R/3 messages are going to scheduled status.

Can any one help to solve the above issue.

Thank You,

Regards,

Prakash

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prakash,

yes u can try with de-registering the queue. if this doesn't work...u can run some reports which will process the lock messages of queue.

these are the reports..

Trfc- RSQIWKEX

Qrfc- RSARFCEX

OtherErrors- RSXMB_RESTART_MESSAGES...

Former Member
0 Kudos

Hi Prakash,

Generally, the queue gets locked, if there is message in the queue, which still in processing, since long time. so by re-registering the queue the issue will be resolved. Check the definition of the queues and define 1 queue for handling message greater than certian size.

using t-code 'sxmb_admin' > 'configure filter for queue prioritization', define queue.

and more over in 'smqs' , increase the number of connections and max runtime for that particular target system (which has issues). You see this kind of issues in PROD system commonly, since, production system will have large number of message to be processed at the same time,

hope this will help you to fix the issue.

with regards,

rajesh.

Former Member
0 Kudos

Hi Prakash,

Try to register the queues again and see that they are in active state.

Regards,

Akshay