- Erste Schritte
- Grundlegendes zu UiPath Robot
- UiPath Assistant
- Installationsanforderungen
- Installing robots for unattended automations
- Installing with UiPathRobot.msi
- Installing with UiPathStudio.msi
- Deploying the Robot to multiple machines
- Licensing robots for unattended automations
- Aktualisieren von UiPath Robot
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for High-Density Robots
- Weiterleitung von Robotern über einen Proxy-Server
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Einrichten von Linux-Robotern
- Konfigurieren der Paketsignaturüberprüfung
- Einrichten von Paketordnern und Netzwerkpfaden
- Konfigurieren von Aktivitätsfeeds
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrationen
- Fehlersuche und ‑behebung
Robot-Administratorhandbuch
Licensing robots for unattended automations
To execute unattended automations, you need to allocate one or more robot licenses (or runtimes) to your robots, specifically to the machine that hosts your robots. The number of runtimes assigned to a machine represents the maximum number of concurrent executions. For example, with one runtime, you can execute only one unattended automation at a time. With five runtimes, you can execute up to five unattended automations at the same time, on the same host machine.
The following runtimes are available for unattended automations:
-
Unattended (Production)
-
Nichtproduktiv (NonProduction)
-
Tests
To license a robot for unattended automations, first upload and activate a license in Orchestrator, then connect the robot to that Orchestrator instance.
To connect a robot to Orchestrator, you need to know the client credentials (client ID and secret) generated by the machine object in 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