When running JOB in the Orchestrator, the operation is not performed with the log intermittently 'The operation has stopped with an unexpected exit code'.
How to troubleshoot the error Job stopped with an unexpected exit code: 0xC0000374
Issue Description: How to verify the "0x0000374" errors,
- Check if there was the error code (0x0000374) in the Event Viewer
- Check if there was related to the "ntdll" error in the Event Viewer.
- Using the prodump below manual and setting the Windows scheduler periodically
Resolution:
- Check if the 0xc0000374 has occurred from the server below picture,
- Using the below suggestion and setting the process in the Studio help in resolving the problem,
- Invoke workflow with a Isolated property checked that will execute the workflow with a separate memory allocation.
- Please use GC.Collect (GarbageCollector) and dispose methods wherever needed to ensure the memory are released appropriately.