I’m facing an issue where my RPA process runs smoothly when I’m actively logged into the RDP session.ßstu

However, the moment I disconnect or the session is stopped, the process unexpectedly halts. Even though the screen remains accessible, the process terminates once the RDP session is closed. Is there a way to ensure that the process continues running uninterrupted, even if the RDP session disconnects or closes?

If you’re using UiPath Studio with an attended license, the RDP session must remain active and open for the process to run properly. As soon as you minimize or close the RDP window, the process will stop and throw an exception.

To ensure the process continues running even when the RDP session is minimized or closed, you’ll need to use an unattended license and manage the execution through Orchestrator. This will allow the process to run without needing the RDP session to stay open.

@Pratiksha_Patil

In attended there no Possibility to run automation when disconnected

In unattended first it is advised not to login and fun bot instead trigger from orchestartor and let robot login there there wont be this disconnect problem as well

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.