- Getting started
- Understanding UiPath Robot
- UiPath Assistant
- Installation requirements
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for High-Density Robots
- Redirecting robots through a proxy server
- Implementing authentication with credential providers
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Setting up Linux robots
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrations
- Troubleshooting
Robot admin guide
Robot Service troubleshooting
When the Robot is installed as a Windows service, you might sometimes encounter issues such as:
-
Uipath Studio does not open. You receive the following error: "One or more errors occured. (Could not connect to UiPath Robot Service. Make sure the service is started!)".
-
Assistant displays the following error: "The UiPath Robot Service is unavailable."
One of the most common issues is that the Robot Service may not be active. Check the following table for potential issues and solutions.
The following solutions may need to be implemented by your network administrator.
Potential issue |
Solution |
---|---|
The Robot Service is not running. 1 |
Manually start the Robot service:
|
The Robot Service takes too long to start. 2 |
Windows reports services which do not load in a specified time. By default, this timeout value is 30 seconds, which can be insufficient for the Robot Service. To increase this value, you need to:
|
The Robot machine has incorrect permissions. In this case, the Robot Service might also appear as running. 2 |
Permissions to services are granted from the Windows Registry Editor, as follows:
|
2 These issues can be resolved by following a specific troubleshooting procedure.
Starting with version 2020.4, running UiPath Assistant or Studio as an administrator could block the communication with the Robot Service. The following issues may occur:
-
Studio requests you to sign in, as you seem to be logged out.
-
Assistant incorrectly displays the connection status as Offline, and the process list is not available.
Studio and Assistant must communicate with the Robot Service, which is a separate Windows process. The Robot Service starts up at the same level of access rights as the Assistant or Studio, which ever calls the service first.
The issue arises when you start the Assistant or Studio at different levels of access rights, such as a normal user and then as an administrator. For example, say the Assistant starts as a normal user, and then you restart it as an administrator. The Robot Service, specifically the User Host service, which was started at the normal user level, is unable to communicate with the Assistant running at the administrator level.