Hi, we have 4 PROD bots running off Orchestrator.
Process:
. bot scheduled every 10 minutes
. automation opens and runs Excel macro
. macro gets data from the database
. macro updates specific cells with data
. macro captures any error from data and adds to the log (e.g. unable to place because the time slot couldn’t be found in the workbook)
. the log then gets emailed to the business
Issue:
. the log has the same error message on 3 bots except for one
. the one bot has an extra error which isn’t an error because the data is already placed
What I’ve done
. I have cleared the cache and packages in the problem bot server
. I have run the UiPath Assistant via the bot server, the issue exists
. I have manually run the macro in the bot server, the issue exists
. I have run macro via local, issue does not exists
Have you come across this before where one bot is inconsistent with the rest of the bots?
Is the issue with the database, Excel, UiPath or server? TIA