Symptom
Status of an Application Log instance show “In Process” even though there is no background job running and customer wants to delete it.
Environment
SAP Business ByDesign; Cloud for Customer.
Reproducing the Issue
- Go to Administrator WC
- Check the Mass Data Run view
- Check the RUN ID
- Check the application log still shows “In Process”
Cause
When a job execution fails with a dump or a timeout , the MDRO framework doesn’t get the control back from the application process in case of custom business object like PDI solution. Because of this, MDRO framework doesn’t update the status of the Application log and it is displayed as “In Process”.
Resolution
- You can find the correct status of the log, select the required MDRO instance.
- Click on “View Jobs”
- Select “Run Jobs” from the “Schedule Jobs” drop down.
- The status of the job tells you the correct status. Its finished or failed.
To avoid situations like these, make sure you handle the MDRO’s action logic to avoid dumps. You can also achieve this by handling the “Avoid Dumps” suggestions from the “Performance Tips” on the action absl logic and try to get avoid this in process job log status.
See Also
You can refer to the SAP Cloud Application Studio help documentation MDRO section for more details.
Keywords
MDRO;JOB;INPROCESS;FAILED JOB , KBA , AP-RC-BDS-MDR , ByDesign Studio Mass Data Run , Problem