cancel
Showing results for 
Search instead for 
Did you mean: 

Waiting for Schduler Issue

Former Member
0 Kudos

We are facing a problem where when a client (Browser/mobile) calls an asynchronous web service from SAP, it get stuck in a queue in SRT_UTIL with status "Wait for Scheduler" like below.

We were able to release it forcefully so that it can continue what it has been coded to do and it was successfully executed. That means the value that was passed from the client has already reached the SAP server side but got stucked in the queue.

When I further click on one of the yellow status line, I got a response like below.

Why do this happen? and how do I solve this issue where it gets stucked in a queue.

Any advice are greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

We found out that one of the ABAP connection was wrongly configured like below. The Password status were inconsistant.

Once this were sorted out, the services ran perfectly fine.

Regards,

Amanda

Former Member
0 Kudos

Hi All,

we ran in to a similar issue ,


just wanted to add more to this issue as we could not find the rfc name mentioned in the above screenshot.

we did following to resolve the same.

log in to productive client -> run tcode SBGRFCCONF -> click on "Define supervisor destination tab" -> double click on destination BGRFC_SUPERVISOR.

Authorization test for the above rfc was failing due to a locked user "BGRFCSUPER" in 000 client.we unlocked it to resolve this issue.

Thanks,

Murtuza.

Answers (1)

Answers (1)

hanna_siefert
Explorer
0 Kudos

Hello all,

in my case in the Tcode-> SBGRFCCONF I was clicking on tab "Define Supervisor Destination". When I double-clicked on the Destination an error was coming up.

Issue: in sm59 the Connection was somehow deleted.

- The following wiki helped me to delete all entries (se38->SRT_ADMIN ->Run technical reset).

- Afterwards again se38->SRT_ADMIN ->Run technical Setup.

- Besides this I have created a new Supervisor Destination. This solved the issue.

Details as well in below link:

https://wiki.scn.sap.com/wiki/display/ABAPConn/Technical+Setup+and+Reset+of+the+Web+Service+Runtime#...

Regards,

Hanna