- Primeros pasos
- Requisitos
- Mejores prácticas
- Instalación
- Actualizando
- Servidor de identidad
- Solución de problemas de errores de inicio
Identity Server and Orchestrator are installed together on the same IIS server. Please read here how to proceed with Orchestrator installation.
El instalador utiliza por defecto la misma base de datos para Orchestrator e Identity Server, pero puedes especificar una base de datos diferente durante la instalación. La dirección de la instalación e Identity Server es https://OrchestratorURL/identity.
- Para implementaciones grandes, te recomendamos que utilices una base de datos independiente para Identity Server.
- Vuelve a comprobar la ruta de instalación seleccionada. No es posible mover una instalación desde una ubicación a otra después de la instalación.
Realizar una instalación limpia
Los resultados de realizar una instalación de Orchestrator son los siguientes:
- Orchestrator's
UiPath.Orchestrator.dll.configfile is updated with Identity Server specific keys. - Identity Server's
appsettings.jsonfile is updated with Orchestrator specific settings (encryption keys, caching, Redis settings, etc.).
Realizar una actualización
The results of performing an Orchestrator update are the following:
-
Los datos preexistentes de Orchestrator tales como usuarios, tenants, huéspedes o configuraciones predeterminadas se propagarán a Identity Server.
-
Orchestrator's
UiPath.Orchestrator.dll.configfile is updated with Identity Server specific keys. -
Identity Server's
appsettings.jsonfile is updated with Orchestrator specific settings (encryption keys, caching, Redis settings, etc.).Importante:During Orchestrator update, the installer cannot read an encrypted SecureAppSettings section . In order to read the
EncryptionKeyfrom Orchestrator's config file and then migrate it into Identity Server'sappsettings.Production.jsonfile, the key must be plain text. You need to manually decrypt the section before updating Orchestrator. After the Orchestrator update process was finalized, remember to re-encrypt theSecureAppSettingssection inUiPath.Orchestrator.dll.config.Si tienes algún proveedor externo habilitado en
UiPath.Orchestrator.dll.config, se te avisará de los cambios manuales que debes realizar en la ubicación de los proveedores externos.For security reasons, for the certificate used to sign the access tokens generated by the Identity Server, make sure to use a public key on 2048 bits. The certificate's location has to be set within
appsettings.Production.json's Signing Credential section.After updating your Orchestrator to v2020.4+, the Profile page won't display login attempts previous to that update, but all the details are still accessible from Orchestrator's database.