Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delay in Job Processing

Former Member
0 Likes
870

Dear SAP Gurus,

I have created a program which fetches data from application server and updates transaction FK01.

I had scheduled a Job for the program. The job status is Released and not going for the next step --> active.

The delay(secs) coloumn keeps running for long time. Kindly let me know the probable reason for y the job is not moved to active status.

Thanks for all your support.

Thanks

Amir

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
823

Check in SM50, maybe all BTC processes are busy. Or something is wrong with your start condition.

Thomas

Read only

0 Likes
823

Hi Thomas,

Thanks for your reply. I had checked SM50 transaction and it shows nearly 21 Work Process in Waiting status. Is there any ways to terminate the Work Process?

Thanks

Amir

Read only

0 Likes
823

Waiting means that the process is available, no need to terminate. Do you see any BTC type processes in the list? If not, then your system adminstrator should change some DIA processes into BTC processes.

Thomas

Read only

Former Member
0 Likes
823

Hi Thomas,

The Process available in SM50 are DIA, UPG, ENQ, BGD, SPO, UP2.

Thanks

Read only

0 Likes
823

Sorry, BTC is for German logon language, English is BGD.

Well, since there is background processes available, this cannot be the problem.

Does the job log say anything?

Thomas