- Erste Schritte
- Anforderungen
- Best Practices
- Installation
- Wird aktualisiert
- Identity Server
- Fehlerbehebung bei Startfehlern
Identity Server and Orchestrator are installed together on the same IIS server. Please read here how to proceed with Orchestrator installation.
Standardmäßig verwendet das Installationsprogramm dieselbe Datenbank für Orchestrator und Identity Server, Sie können jedoch während der Installation eine andere Datenbank angeben. Die Adresse des installierten Identity Server ist https://OrchestratorURL/identity.
- Für große Bereitstellungen wird die Verwendung einer separaten Datenbank für Identity Server empfohlen.
- Überprüfen Sie den ausgewählten Installationspfad. Das Verschieben einer Installation von einem Speicherort an einen anderen wird nicht unterstützt.
Durchführen einer Neuinstallation
Die Ergebnisse einer Orchestrator-Installation sind die folgenden:
- 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.).
Durchführen eines Updates
The results of performing an Orchestrator update are the following:
-
Vorab vorhandene Orchestrator-Daten wie Benutzer-, Mandanten-, Host- oder Standardeinstellungen werden an Identity Server weitergegeben.
-
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.).Wichtig: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.Wenn Sie in
UiPath.Orchestrator.dll.configexterne Anbieter aktiviert haben, werden Sie zu den manuellen Änderungen aufgefordert, die Sie am Standort der externen Anbieter vornehmen müssen.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.