orchestrator
2023.10
false
  • Notas relacionadas
    • 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 Release Notes

Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Última actualización 18 de dic. de 2024

2023.10.4

Fecha de lanzamiento: 19 de abril de 2024

Corrección de errores

  • Se ha mejorado el rendimiento de la obtención de elementos de las carpetas con un gran número de activos.
  • This release brings security updates and patches to address Common Vulnerabilities and Exposures (CVEs).
  • La comprobación de permisos de elevación ya no incluye los permisos procedentes de servicios deshabilitados. Por lo tanto, el siguiente error ya no se produce al intentar asignar permisos a otros usuarios: "Acción prohibida: has seleccionado al menos un rol que otorga más de tu conjunto de permisos. Elimine las siguientes funciones: {role_name} para continuar. (#1437)".
  • Se ha corregido un problema que le impedía cargar archivos en depósitos S3.

Automation Suite Robots

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

Problema conocido

Problema con guardar configuraciones personalizadas en la configuración de correo electrónico

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

El siguiente error a veces puede ocurrir al intentar ejecutar el script MigrateTo-ResourceCatalog.ps1: This command cannot be run due to the error: The system cannot find the file specified. Esto solo sucede cuando el comando de inicio del proceso intenta ejecutar un archivo que no se puede localizar.
Para superar este problema, recomendamos añadir la siguiente línea al comando Init-TempFolder dentro del script:
$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"$script:cliPath = Join-Path $script:cliPath "\UiPath.ResourceCatalogService.CLI.exe"

Cronología de la obsolescencia

Te recomendamos comprobar periódicamente la fecha de caducidad para ver las actualizaciones relativas a las características que quedarán obsoletas y serán eliminadas.

Ubicación de descarga

Eche un vistazo a estas páginas para ver los enlaces de descarga de Automation Suite:

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.