Manually Override SAP Job Scheduling Service Status with Node.js

Monday, Aug 11, 2025 3:36 am ET1min read

This article discusses how to manually override the status of a stuck job run in the SAP Job Scheduling Service on BTP using Node.js. The SAP Job Scheduler supports both synchronous and asynchronous jobs, but if the app fails to call back and update the job run status, the scheduler will mark it as UNKNOWN. To fix this, the article provides a script to call the Update Job Run Log API and set the run to FAILURE or SUCCESS. The script requires a service key and OAuth token, and it uses the axios and qs libraries to make the API call.

Manually Override SAP Job Scheduling Service Status with Node.js

Comments



Add a public comment...
No comments

No comments yet