- 基本情報
- UiPath Robot について
- インストール要件
- 無人オートメーション用のロボットをインストールする
- 無人オートメーション用のロボットを設定する
- 有人オートメーション用のロボットをインストールする
- 有人オートメーション用のロボットを設定する
- Integrations
- ガバナンス
- トラブルシューティング
Unattended ロボットのオートメーションのランタイム ライセンスの種類と、ランタイム数によってマシンあたりの最大同時実行数を制御する方法を確認できます。
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.
無人オートメーションでは、以下のランタイムを利用できます。
- Production (Unattended)
- テスト
- App Testing
Orchestrator を介して
無人オートメーションのロボットにライセンスを付与するには、まず Orchestrator でライセンスをアップロードおよびアクティベーションしてから、ロボットをその Orchestrator インスタンスに接続します。
ロボットを Orchestrator に接続するには、Orchestrator のマシン オブジェクトによって生成されるクライアント資格情報 (クライアント ID とシークレット) が分かっている必要があります。
- Assistant で [接続の種類] として [クライアント ID] を使用し、クライアント資格情報を指定します。
- コマンド ライン インターフェイスで
--connectコマンドを使用し、クライアント資格情報を指定します。
コマンド ライン経由 (ライセンス ツールを使用する)
ロボットを Orchestrator に接続することなくロボットにライセンスを付与するには、コマンド プロンプトで LicenseTool の 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