Applies to Product - Dynamics 365 Finance
What’s happening?
The batch job fails with an error, and no logs are generated despite the job's termination.
Reason:
The batch server was restarted during the time the batch job encountered an error, which likely caused the job to fail without generating logs.
The batch server was restarted during the time the batch job encountered an error, which likely caused the job to fail without generating logs.
Resolution:
To mitigate this in the future, it is recommended to implement a retry mechanism for batch jobs. This allows the jobs to resume execution after a server restart, potentially resolving the problem. Additionally, refer to the guidance on setting up batch jobs to be more resilient. Please refer - Enable Batch Retries
To mitigate this in the future, it is recommended to implement a retry mechanism for batch jobs. This allows the jobs to resume execution after a server restart, potentially resolving the problem. Additionally, refer to the guidance on setting up batch jobs to be more resilient. Please refer - Enable Batch Retries
