Hi,
Orchestrator creates an interactive RDP session on PROD server when executing the bot ?
Thanks in Advanced
Hi,
Orchestrator creates an interactive RDP session on PROD server when executing the bot ?
Thanks in Advanced
In UiPath Orchestrator, when executing a bot on a production server, the default behavior is not to create an interactive RDP session. Instead, the bot runs in an unattended manner, meaning it operates without the need for human intervention or interaction.
I’m not sure what you mean by interactive. Orchestrator doesn’t create a RDP session, the Robot (ie robot.exe process) on the server does that. Orchestrator just tells it to start the job, then robot creates a RDP session and runs the job within it.
Hi @treesa.maria Thanks for the respond.
Ok, got it. So, Robot creates an RDP session on PROD server , when orchestrator sends an command to execute the bot ?
Yes, that’s correct. When the Orchestrator sends a command to execute a bot, the UiPath Robot will establish an RDP (Remote Desktop Protocol) session on the designated Production (PROD) server to execute the automation process.
It’s the same server. Robot is running on the server where Orchestrator says the Job should run. Robot establishes a RDP session with the same server it’s running on.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.