I am trying to push a bot into production. It is supposed to run daily at 4am, but my issue is that it runs perfectly when I am physically connected to the RDP. When I am not connected physically, the bot fails due to a time out error and when I try to push the bot to run manually it gives a PENDING status. Another issue is that when I see that the bot failed, and open RDP it does do the very first step and does not move forward. How can I fix this in orchestrator? Thank you in advance.
Goto ControlPanel → Uninstall a program->Click on uipath → click on Change and reinstall the uipath ,You will be asked for installing as Community user or enterprise click on enterprise
You will be asked to select Choice of installation and Robot Installation Type
Are you just disconnecting from the RDP session? Don’t do that. You have to LOG OUT of the RDP session before running unattended. Orchestrator establishes the RDP session itself. If you simply disconnect you are leaving the session running, so it’s like locking the screen to the automation.