orchestrator
2023.10
false
Versionshinweise zum Orchestrator
Letzte Aktualisierung 18. Dez. 2024
2023.10.4
Release-Datum: 19. April 2024
- 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.
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
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"
Wir empfehlen Ihnen, die Zeitleiste der veralteten Elemente regelmäßig auf Aktualisierungen in Bezug auf Funktionen zu überprüfen, die veraltet und entfernt werden.
Auf diesen Seiten finden Sie Downloadlinks für die Automation Suite: