cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Queue being stuck in Schedule Status in SXMB_MONI

Former Member
0 Kudos

Dear PI / ABAP / BASIS Experts,

Our scenario is JDBC - PI - PROXY(SAP ECC), we are facing issue at the QUEUE level in the ECC system. SAP PI is picking data from JDBC and is successfully able to process to ECC system. But when we are analyzing inbound queue (SMQ2) the messages are stuck in schedule status due to which SAP Inbound Proxy is getting same data again and again at some particular interval of time but in PI we have only one success message.

We are getting below error in the Queue:

SXMB_MONI Screen shot for Queue in Schedule status:

Error: Connection Closed (no data).

What might be the reason that the messages are going into Schedule status instead of going into Processed status.

Would be grateful for your replies.

Thanks and Regards

Deepak Soni

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member225253
Participant

Hi PI Experts / ABAP Developers ,

Greetings for the day ahead .

I am working as a ABAP Developer with the PI developer who has Posted about the Issue . When Consulted with Basis Person , it was Informed that the Queue is Registered and Active .

Inbound data payload doesnot have the data issue because , it successfully creates a QM notification through the BAPI which uses the Input data from Inbound Proxy .

The issue is such that , It again gives the same data as Input to the BAPI and again Creates the QM notification after some time interval 1-2 min and it continues . The Objective is to stop the Scheduling of this data from Inbound Queue .

Kindly provide some hints to solve the issue .

Would be grateful for your Replies .

Thanks and Rgds ,

Devendra Singh

SAP ABAP Developer

former_member186851
Active Contributor
0 Kudos

Can u check the data sent via proxy and debut, this seems to be an issue with the data sent via proxy.

former_member225253
Participant
0 Kudos

Hi Raghuraman ,

Thanks for the Reply . Data has been checked and there is no issue with the data .

Thanks and Rgds ,

Devendra Singh

SAP ABAP Developer

PriyankaAnagani
Active Contributor
0 Kudos

Hi Deepak,

Did you check if the queue is registered and active in ECC. If not, please register it.

Also, double click on the green flag in your screenshot, it opens the inbound message in SXMB_MONI in ECC. Copy the inbound payload and try to debug the inbound proxy with this payload to ensure that there are no issues with data/proxy.

--Priyanka

former_member225253
Participant
0 Kudos

Hi Priyanka / PI Experts / ABAP Developers ,

Greetings for the day ahead .

Thanks for the Reply . I am working as a ABAP Developer with the PI developer who has Posted about the Issue . When Consulted with Basis Person , it was Informed that the Queue is Registered and Active .

Inbound data payload doesnot have the data issue because , it successfully creates a QM notification through the BAPI which uses the Input data from Inbound Proxy .

The issue is such that , It again gives the same data as Input to the BAPI and again Creates the QM notification after some time interval 1-2 min and it continues . The Objective is to stop the Scheduling of this data from Inbound Queue .

Kindly provide some hints to solve the issue .

Would be grateful for your Replies .

Thanks and Rgds ,

Devendra Singh

SAP ABAP Developer

Former Member
0 Kudos

Thanks Priyanka, as suggested I have checked the Queue (XBTR*) that is register.

Refer snapshot Q4

And I have manually executed the payload that is also working fine.

Do I need to make any changes in Advance tab of sender JDBC channel under Transactional Isolation Level. As of now I have given value “Default”

Refer snapshot Q5

Would be grateful for your reply.

Regards

Deepak Soni