My company has a robot that is executed daily, but unfortunately the production server where the robot is running had some problems during the weekend. Is there any way that I can retrieve the backlogs with the information?
Cheers.
My company has a robot that is executed daily, but unfortunately the production server where the robot is running had some problems during the weekend. Is there any way that I can retrieve the backlogs with the information?
Cheers.
Regards,
You can check the logs of the particular process in the jobs in orchestrator.
Hope it helps!!
Regards,
We can get the log information in the Job folder in Orchestrator we can download the logs and we can use that logs to see the information that where the bot fails and all.
You can also check how many queues are failed and how many are succesfull.
Hope it helps!!
Hi,
Retry Mechanism:
Modify your UiPath workflow to include a retry mechanism for failed or incomplete transactions.
Data Source Backup:
Check if there is a backup of the data source (e.g., database, file system) that the robot interacts with.
If a backup exists, restore the data source to a point before the weekend and rerun the robot to process the backlog.
Communication and Reporting:
Inform relevant stakeholders about the server problems and the impact on the robot’s execution during the weekend.
Provide detailed reports or documentation highlighting the backlog and any necessary actions taken to address the situation.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.