Ive published a process to orchestrator from an AWS EC2 instance. When I run the task from Orchestrator and have the server open on another screen the process runs fine. However, when I disconnect from the server and run the process I get a timeout error:
The process simply opens a browser, clicks a ‘Continue’ button, and logs in. It makes a few selections and logs out (so nothing very complex.
The timout seems to be occurring on the first ‘Continue’ click. Ive set the delay after to 8000 and the delay before to 60000… Any ideas on how to fix this?
Besides the robot needing to be installed in service mode, as mentioned already, make sure people aren’t logging into the server with the robot account then just closing the RDP window. This leaves the session active and messes with UiPath. If someone logs in with a robot account (which they shouldn’t) then they must SIGN OUT completely.
HI All thanks so much for your advice… ive tried to reinstall UiPath on the VM but cant seem to see to option to set up as ‘service mode’… Is this available in Community Edition?