orchestrator
2023.10
false
  • 发行说明
    • 2023.10
    • 2023.10.1
    • 2023.10.3
    • 2023.10.5
    • 2023.10.6
    • 2023.10.7
    • 2023.10.8
UiPath logo, featuring letters U and I in white

Orchestrator 发行说明

Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
上次更新日期 2024年12月18日

2023.10.4

发布日期:2024 年 4 月 19 日

错误修复

  • 提高了从包含大量资产的文件夹中获取项目的性能。
  • This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
  • 提升权限检查不再包括来自已禁用服务的权限。因此,当您尝试为其他用户分配权限时,将不会再发生以下错误:“禁止操作:您选择的至少一个角色会授予更多权限。请删除 {role_name} 角色以继续操作。(#1437)”。
  • 修复了阻止您将文件上传到 S3 存储桶的问题。

Automation Suite 机器人

This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).

已知问题

在电子邮件设置中保存自定义配置时出现问题

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": ""
}

Error while trying to run the MigrateTo-ResourceCatalog.ps1 script

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"

弃用时间表

我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。

下载位置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。