Guide
Troubleshooting Automation Errors
To troubleshoot errors in an automation using the “Automation Batch Page”, you will need to:
-
Click on “Automation” on the Nav Panel.
-
Click on the automation that isn’t behaving as expected.
This opens the “Automation Batch Page”, where every triggered run for that automation is grouped by date using its
GroupId. -
Look for a batch showing a status of “Error” or “Stopped”.
-
Click on the “Batch date/time” to display every automation run for that period, including the one that failed.
-
On the automation with the error, click the ellipses menu ([…]) and select “Show Details”.
-
Click on the Error Message to see the full error message for that object run.
Understand Automation Run Statuses
Each run listed on the “Automation Batch Page” shows one of the following statuses: “New” (queued, not yet started), “Running” (in progress), “Completed” (finished successfully), “Error” (failed during execution), or “Stopped” (halted manually or by the system before finishing).
Common Causes of Automation Errors
- Run exceeded the maximum duration. Each automation run is limited to 4 hours; a run still going after that ends in “Error”.
- Daily API call limit reached. Actions that call Microsoft 365 APIs (for example, disabling a user or updating permissions) can fail once the automation’s daily API call allowance is used up.
- Policy violation threshold reached. Automations triggered “On Policy Violation” only act on a limited share of the triggering inventory by default (20%, unless changed for that automation). If this threshold is exceeded, the automation does not run at all, and its author receives an email notification instead of an “Error” entry on the Batch Page.
Rerun a Failed Automation
-
From the “Automation Batch Page”, click on the failed run to open its details.
-
Click “Rerun Automation”.
"Rerun Automation" only appears once a run has finished, with status "Completed", "Error", or "Stopped". While a run is "Running", you'll see "Stop Automation" instead.
When Rencore Retries Automatically
Rencore Governance also retries some failed runs without any action on your part:
- Runs that end with status “Error” or “Stopped” are retried at the next scan.
- Runs stuck at status “New” for more than 24 hours are also rerun at the next scan.