Good day,
I’m encountering an issue with one specific unattended automation in UiPath Studio, where running the project results in an error: System.Exception: Could not start executor.
This problem only affects this particular bot, while other unattended automations on the same VM run without any issues. Here’s the full breakdown:
- Environment:
- All automations are developed and run in UiPath Studio.
- All of them are unattended automations executed on the same VM.
- Issue Details:
- When running this one specific bot, I receive the error
System.Exception: Could not start executor
. - I have re-run the UiPath installer, and this temporarily restores the
UiPath.Executor.exe
file, allowing the bot to run successfully for all other automations, but like mentioned above once I run this specific bot again it causes the error again. - However, the error returns on subsequent attempts to run this bot.
- Additionally, when this problematic bot is executed first, it causes other unattended automations that were previously running fine on the same VM to break. After this bot fails, the other bots start encountering this same issue as well.
- When running this one specific bot, I receive the error
- Troubleshooting Steps Taken:
- All automations run correctly when executed directly from Studio, but this one particular bot causes broader issues across the VM, even when running in Studio on the VM.
Has anyone else encountered this issue or know of a more permanent solution? This is an urgent situation, so any assistance would be greatly appreciated.
Thank you in advance for your help!