Hi,
I developed a process that uses Windows Remote Desktop. While developing a process in Studio I installed Microsoft Remote Desktop and Apps
and also installed UiPathRemoteRuntime.msi on the remote machine.
Tested the process starting it from Studio on a development machine and it works fine. No errors at all.
I published the process to the Orchestrator to be able to put it on a schedule and run it on a BOT machine. However, when I opened UiPath Assistant on the BOT machine and try to run the process in attended mode, it failed and I got this error: RemoteException wrapping UiPath.UIAutomationNext.Exceptions.ApplicationNotFoundException: UiPath Windows Remote Desktop Extension not installed .
Basically, complains that there is no Remote Desktop Extension installed and it seems that the Robot cannot interact with the remote session. Again, there is no Studio installed on this machine. It is the Robot machine for running unattended processes and it has only Assistant installed on it.
I don’t see or find anywhere how to install Remote Desktop Extension on a Robot machine or using just the Assistant. I don’t know if that’s even possible.
Version of Studio that is installed on the machine where the process was developed is 2022.4.5
Assistant on the BOT machine is the same thing 2022.4.5
Any help with this would be appreciated.
Thank you.