orchestrator
2023.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Orchestrator リリース ノート
2023.10.4
公開日: 2024 年 4 月 19 日
- アセット数が多いフォルダーからアイテムを取得する際のパフォーマンスが向上しました。
- 今回のリリースには、Common Vulnerabilities and Exposures (CVE) (共通脆弱性識別子) に対応するためのセキュリティ更新プログラムとパッチが含まれています。
- 権限の昇格のチェックに、無効化されているサービスの権限が含まれなくなりました。これにより、他のユーザーに権限を割り当てようとしたときに次のエラーが発生しなくなります: 「禁止されている操作: あなたの権限の範囲を超えるロールが 1 つ以上選択されています。続行するには次のロールを削除してください: {role_name}。(#1437)」
- S3 バケットにファイルをアップロードできない問題が修正されました。
Erratum - added December 15, 2024: When configuring the email settings, you cannot save any custom configurations due to an issue with form validation. The Save button incorrectly appears grayed out, despite filling in all the required fields correctly. As a workaround, you can make a PUT request to the
/identity_/api/setting
endpoint.
Use the appropriate access token and make sure the request body contains the necessary details. Also make sure that
Email.Smtp.UseDefaultCredentials
is set to True
, like in the following example:
{
"Settings": [
{
"Key": "Email.Smtp.Host",
"Value": "SendGrid"
},
{
"Key": "Email.Smtp.Port",
"Value": "587"
},
{
"Key": "Email.Smtp.UserName",
"Value": ""
},
{
"Key": "Email.Smtp.Domain",
"Value": ""
},
{
"Key": "Email.Smtp.FromEmail",
"Value": "no-reply@uipath.com"
},
{
"Key": "Email.Smtp.FromDisplayName",
"Value": "UiPath Platform"
},
{
"Key": "Email.Smtp.EnableSsl",
"Value": "true"
},
{
"Key": "Email.Smtp.UseDefaultCredentials",
"Value": "true"
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
{
"Settings": [
{
"Key": "Email.Smtp.Host",
"Value": "SendGrid"
},
{
"Key": "Email.Smtp.Port",
"Value": "587"
},
{
"Key": "Email.Smtp.UserName",
"Value": ""
},
{
"Key": "Email.Smtp.Domain",
"Value": ""
},
{
"Key": "Email.Smtp.FromEmail",
"Value": "no-reply@uipath.com"
},
{
"Key": "Email.Smtp.FromDisplayName",
"Value": "UiPath Platform"
},
{
"Key": "Email.Smtp.EnableSsl",
"Value": "true"
},
{
"Key": "Email.Smtp.UseDefaultCredentials",
"Value": "true"
},
{
"Key": "Email.Smtp.Password",
"Value": ""
},
{
"Key": "Email.Smtp.ConnectionTimeout",
"Value": "180000"
}
],
"PartitionGlobalId": ""
}
Erratum - added April 17, 2024
MigrateTo-ResourceCatalog.ps1
スクリプトの実行中に次のエラーが発生することがあります: 「This command cannot be run due to the error: The system cannot find the file specified (次のエラーにより、このコマンドを実行できません: このシステムは指定されたファイルを見つけられません)」これは、プロセスの開始コマンドが見つからないファイルを実行しようとした場合にのみ発生します。
この問題を解決するには、スクリプトの
Init-TempFolder
コマンドに以下の行を追加することをお勧めします。$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"
非推奨化および削除される機能に関する最新情報については、非推奨化のタイムラインを定期的に確認することをお勧めします。
Automation Suite のダウンロード リンクについては、以下のページをご覧ください。