- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Licensing a Robot
- LicenseTool Command Descriptions
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- Specific Scenarios
- Restarting Robot Components
- Windows Sessions
- Login Using Thales Luna Credential System
- Login Using NShield Key Storage Provider
- Redirecting Robots Through a Proxy Server
- Executing Tasks in a Minimized RDP Window
- Using Mapped Network Drives
- Stopping a Process
- Disable Stop Button
- Custom Package Folders and Network Paths
- CrowdStrike Integration
- Robot Citrix Apps Virtualization
- Troubleshooting
- Unresponsive Robot Over RDP
- Duplicate Execution Logs
- Frequently Encountered Robot Errors
- Increased Process Execution Duration
- Enforced Package Signature Verification
- Message Too Large to Process
- Errors When Running as Administrator
- NuGet Packages Not Accessible After Migration
- User Access Control Prompt and UI Automation Activities
- .NET required during installation
- Assembly Cannot Be Loaded From Network Or Azure File Share
- Activities cannot find .NET Runtime
Licensing a Robot
If you have activated and uploaded a license to Orchestrator, as explained here, all you have to do to start using a Robot is connect it to Orchestrator, and select the proper type. This is the recommended way of licensing your Robots.
There are multiple ways in which you can connect a Robot to Orchestrator:
- From Orchestrator and the Orchestrator Settings Window
- From the Command Line
Each time a license is used, it is reflected, per type, in the Licensing page. Keep in mind that licenses are consumed differently depending on their type, as explained in the Licensing page.
Activating a license from the Command Line is done through the LicenseTool utility.
You can activate a license on your Robot with the help of the Command Prompt as well. This type of activation is recommended when your Robot is not connected to Orchestrator.
Activation from the Command Line can be done both online and offline, as exemplified below:
C:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate -l 1234-2303-2194-5598
- when the machine is connected to the internetC:\Program Files\UiPath\Studio\UiPath.LicenseTool.exe activate-offline -f c:\Downloads\license.txt
- when the machine is not connected to the internet.