orchestrator
2023.10
false
  • Versionshinweise
    • 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

Versionshinweise zum Orchestrator

Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Letzte Aktualisierung 18. Dez. 2024

2023.10.4

Release-Datum: 19. April 2024

Fehlerbehebungen

  • Die Leistung beim Abrufen von Elementen aus Ordnern mit einer großen Anzahl von Assets wurde verbessert.
  • This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
  • Die Prüfung der erhöhten Berechtigungen beinhaltet nicht mehr die Berechtigungen von deaktivierten Diensten. Somit tritt der folgende Fehler nicht mehr auf, wenn Sie versuchen, anderen Benutzern Berechtigungen zuzuweisen: „Aktion unzulässig: Sie haben mindestens eine Rolle ausgewählt, die mehr als Ihren Berechtigungssatz gewährt. Bitte entfernen Sie die folgende(n) Rolle(n), um fortzufahren: {role_name}. (#1437).“
  • Es wurde ein Problem behoben, das das Hochladen von Dateien in S3-Buckets verhinderte.

Automation Suite-Roboter

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

Bekanntes Problem

Problem beim Speichern benutzerdefinierter Konfigurationen in den E-Mail-Einstellungen

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

Beim Ausführen des Skripts MigrateTo-ResourceCatalog.ps1 kann manchmal der folgende Fehler auftreten: This command cannot be run due to the error: The system cannot find the file specified.. Dies geschieht nur, wenn der Befehl zum Starten von Prozessen versucht, eine Datei auszuführen, die nicht gefunden werden kann.
Um dieses Problem zu beheben, empfehlen wir, dem Befehl Init-TempFolder im Skript die folgende Zeile hinzuzufügen:
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"

Zeitachse der Einstellung

Wir empfehlen Ihnen, die Zeitleiste der veralteten Elemente regelmäßig auf Aktualisierungen in Bezug auf Funktionen zu überprüfen, die veraltet und entfernt werden.

Downloadspeicherort

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo White
Vertrauen und Sicherheit
© 2005–2024 UiPath. Alle Rechte vorbehalten