cancel
Showing results for 
Search instead for 
Did you mean: 

SMQ1 outbound queue in RUNNING status doing nothing

Former Member
0 Kudos

Hello Experts,

We have an outbound queue - "R3AI_MATERIAL" in CRM system RUNNIING status doing nothing and finally failing.

We have a dump in ECC with TIME OUT error -

We have registered R3A* queue in SMQR of CRM.

We have enough resources in both CRM and ECC

ST22 TIME_OUT dump - Termination occured in ABAP program SAPLERFC in ARFC_DEST_SHIP

Any suggestions to check?

Thanks,

Subbu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Subbu,

Could you please check on the below sap note

758677- qRFC queues remain in status "running"

1483845 - Using the report RSARFCEX

Also, I would suggest to put the trace for more details, in this way we can find what exactly is goning on..

Regards,

Prithviraj.

former_member185239
Active Contributor
0 Kudos

Hi Subbhu,

Check the connectivity between the ECC and CRM.

Also check the R3AS(initial load) and R3AM1 (status) transactions.

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Thank you Ashutosh.

Could you please help me by telling more on what to check in Transactions -  R3AS(initial load) and R3AM1 (status) for Queue - R3AI_MATERIAL. Function Module - CRS_FIRST_DOWNLOAD_TRIGGER

Thanks,

Subbu


former_member215961
Contributor
0 Kudos

Hi panguluri,

Did you check the status of your LUW transaction at "ARFCRSTATE" table?

se16 -> ARFCRSTATE

tatus

Description

EXECUTED

Execution of the related LUW was completed in the target system.

The system waits for an internal tRFC/qRFC confirmation from the sending system before this entry is deleted.

HOLD

The receiving application has processed this LUW in part and does not want it to be retried if subsequent network or communication errors occur (see SAP Note 366869 if a large number of entries have this status).

WCONFIRM

During execution of a LUW, the application has prompted the tRFC/qRFC Manager to set status HOLD.

WCONFIRM is set when the LUW execution is complete but the internal tRFC/qRFC confirmation has not yet been received.

Are you sure that on the inbound queue SMQ1 of the target system there aren't data to be completed?

Former Member
0 Kudos

Hello,

Thank you.

In CRM system ARFCRSTATE doesnt have any entry corresponding to ECC system destination.

I still see in SMQ1 the Queue is Running and the entry is having status - Transaction executing

Could you please help?

Thanks,

Subbu

former_member215961
Contributor
0 Kudos

Hi subbu,

Did you notice that at sm50 of the target system are process that doesn't finish?

check sm21 and put a system trace for RFC.

Cheers