Question
ロボット端末の %LocalAppData\UiPath\Logsフォルダーにある UiPath.Studio.log ファイルに、「No license exist for this installation」エラーメッセージを確認しました。
何か対応すべきことはありますか?
エラーメッセージ
11:47:25.7202 => [ERROR] [UiPath.Studio] [9] Error: No license exist for this installation Exception: UiPath.Licensing.Library.Extended.Exceptions.NotLicensedException: No license exist for this installation
at UiPath.Licensing.Library.Extended.Implementation.OnlineLoader.UpdateAsync(IDictionary`2 userMetadata, ProxySettings proxySettings)
at UiPath.Licensing.Library.Extended.Implementation.LicenseProvider.UiPath.Licensing.Library.Extended.ILicenseProvider.UpdateOnlineLicenseAsync(IDictionary`2 userMetadata)
Answer
原因
ロボットがスタンドアロンライセンスでアクティベートされていないことが原因です。
解決策
Orchestratorを利用している場合は、スタンドアロンライセンスは利用しないので対応不要です。
ログ出力後に以下いずれか1つでも実行できていれば、ロボットはOrchestratorからライセンスを取得できています。
- Studioでワークフローを開く
- Assistantで有人オートメーションの実行
- Orchestratorから無人オートメーションの実行