- Démarrage
- Comprendre UiPath Robot
- Assistant UiPath
- Prérequis d’installation
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Configuration de Windows Server pour des Robots haute densité
- Rediriger les Robots vers un serveur proxy
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Configurer des Robots Linux
- Configuration de la vérification de la signature des paquets
- Configurer des dossiers de package et des chemins d’accès réseau
- Configurer des flux d’activité
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- Intégrations
- Résolution des problèmes
- Résoudre les problèmes du service de robot UiPath
- Résoudre les problèmes d’exécution
- Résoudre les problèmes de mise en réseau
- Résolution des problèmes de connexion
- Licensing troubleshooting
- Package troubleshooting
- Résolution des problèmes .NET
- Dépannage de la journalisation
- Dépannage des problèmes de session
Guide de l’administrateur du Robot
Licensing robots for attended automations
To execute attended automations, you need to allocate one or more user licenses to your robots.
The following user licenses are available for attended automations:
-
Assisté (Attended)
-
Développement citoyen
-
Automation Developer
To license a robot for attended automations, first upload and activate a license in Orchestrator, then connect the robot to that Orchestrator instance.
To connect a robot to Orchestrator:
-
In the Assistant, use the Client ID connection type, and provide the client credentials.
-
In the Command Line Interface, use the
--connect
command, and provide the client credentials.
activate
command in the Command Prompt. The license activation can be done offline and online.
Check out the LicenseTool utility for more commands and parameters.
UiPath.LicenseTool.exe
is found, and 1234-5678-9010-1112
is the license string.
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate -l 1234-5678-9010-1112
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate -l 1234-5678-9010-1112
UiPath.LicenseTool.exe
is found, and c:\Downloads\license.txt
is the path to the license file.
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate-offline -f c:\Downloads\license.txt
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate-offline -f c:\Downloads\license.txt