Login to LAPTOP-FUMATO2E and reconnect your robot to Orchestrator.
1 Like
Go to Start β services.msc β look for UiRobot and start the service
Also, open a cmd.exe console from Start and run these commands and provide the screenshots:
sc query "UiRobotSvc" | find /i "failed" 2>&1>nul && echo.'Ui Robot service is not installed' || (sc query "UiRobotSvc"| find /i "running" 2>&1>nul && echo.Yes || echo.No)
sc query "UiRobotSvc" | findstr STATE
1 Like
Well, this will not work.
- Uninstall the actual Studio Robot from Control Panel β Apps & Features
- Also remove the below folders if they exists
- The settings in the folders %PROGRAMPDATA%\UiPath, %LOCALAPPDATA%\UiPath, and %APPDATA%\UiPath
- The packages folder
%USERPROFILE%\.nuget\packages
- The NuGet cache folder %LOCALAPPDATA%\NuGet\v3-cache
- The Assistant processes folder in the Windows Start menu %APPDATA%\Microsoft\Windows\Start Menu\Programs\UiPath Assistant Processes
- Install the Robot in Unattended mode. More details can be found here: Install Studio
- In the end reconnect the robot through UiPath Assistant
Let us know if this helped.
1 Like
Try to follow these steps:
Then in UiPath Assistant β Disconnect robot β Connect and Sign in with your user
Its working!!! Thankyouβ¦
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.