- 基本情報
- UiPath Robot について
- UiPath Assistant
- インストール要件
- 無人オートメーション用にロボットをインストールする
- 無人オートメーション用にロボットを設定する
- 有人オートメーション用にロボットをインストールする
- 有人オートメーション用にロボットを設定する
- Integrations
- トラブルシューティング
無人オートメーション用にロボットにライセンスを付与する
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.
無人オートメーションでは、以下のランタイムを利用できます。
-
Unattended (Production)
-
NonProduction
-
テスト
無人オートメーションのロボットにライセンスを付与するには、まず Orchestrator でライセンスをアップロードおよびアクティベーションしてから、ロボットをその Orchestrator インスタンスに接続します。
ロボットを Orchestrator に接続するには、Orchestrator のマシン オブジェクトによって生成されるクライアント資格情報 (クライアント ID とシークレット) が分かっている必要があります。
-
Assistant で [接続の種類] として [クライアント ID] を使用し、クライアント資格情報を指定します。
-
コマンド ライン インターフェイスで
--connect
コマンドを使用し、クライアント資格情報を指定します。
activate
コマンドを使用します。ライセンスのアクティベーションは、オフラインでもオンラインでも実行できます。
その他のコマンドとパラメーターについては、「LicenseTool ユーティリティ」をご覧ください。
UiPath.LicenseTool.exe
と同じディレクトリで次のコマンドを実行します。1234-5678-9010-1112
は、ライセンス文字列です。
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
と同じディレクトリで次のコマンドを実行します。c:\Downloads\license.txt
は、ライセンス ファイルへのパスです。
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