I am facing an issue with a process I developed in UiPath Studio while running the application as an Administrator.
The Problem:
Orchestrator: I am unable to start the job from Orchestrator. It fails to initialize the application correctly.
Remote Debugging: When attempting to use the Remote Debugger, I receive the error: “Elevated privileges required. Run as administrator.”
It seems the process requires admin rights to interact with specific UI elements , but the Robot Agent isn’t invoking those rights when triggered remotely or via Orchestrator.
Has anyone found a workaround for this that doesn’t involve manually logging into the VM to ‘Run as Admin’ every time? How should I configure the Robot Service or the Project Settings to handle these elevated requirements?