- Erste Schritte
- Best Practices
- Organisationsmodellierung im Orchestrator
- Beste Praktiken für die Automatisierung (Automation Best Practices)
- Optimieren von Unattended-Infrastruktur mithilfe von Maschinenvorlagen
- Organisieren von Ressourcen mit Tags
- Schreibgeschütztes Orchestrator-Replikat
- Exportieren von Rastern im Hintergrund
- Durchsetzung der Governance der Integration Service-Verbindung auf Benutzerebene
- Mandant
- Über den Kontext „Mandant“
- Suche nach Ressourcen in einem Mandanten
- Verwaltung von Robotern
- Verbindung von Robotern mit Orchestrator
- Speicherung von Roboterzugangsdaten in CyberArk
- Speichern der Kennwörter von Unattended-Robotern im Azure Key Vault (schreibgeschützt)
- Speichern der Anmeldeinformationen von Unattended-Robotern im HashiCorp Vault (schreibgeschützt)
- Speichern der Anmeldeinformationen von Unattended-Robotern im AWS Secrets Manager (schreibgeschützt)
- Löschen von getrennten und nicht reagierenden Unattended-Sitzungen
- Roboter-Authentifizierung
- Roboter-Authentifizierung mit Client-Anmeldeinformationen
- Konfigurieren von Automatisierungsfunktionen
- Lösungen
- Audit
- Einstellungen
- Cloud Robots
- Ausführen von Unattended-Automatisierungen mit Cloud Robot – VM
- Hochladen Ihres eigenen Image
- Wiederverwenden von benutzerdefinierten Maschinen-Images (für manuelle Pools)
- Zurücksetzen der Anmeldeinformationen für eine Maschine (für manuelle Pools)
- Überwachung
- Sicherheitsupdates
- Testversion anfordern
- Häufig gestellte Fragen
- Konfigurieren einer VPN für Cloud-Roboter
- Konfigurieren einer ExpressRoute-Verbindung
- Live-Streaming und Remotesteuerung
- Events
- Anzeigen und Zugreifen auf Benachrichtigungen
- Anzeigen und Zugreifen auf E-Mail-Benachrichtigungen
- Es werden nur ungelesene Benachrichtigungen angezeigt
- Alle Benachrichtigungen als gelesen markieren
- Alle Benachrichtigungen löschen
- Löschen von Benachrichtigungen
- Abonnieren von Ereignissen
- Abbestellen von Ereignissen
- Ordnerkontext
- Automatisierungen
- Prozesse
- Jobs
- Apps
- Auslöser
- Protokolle
- Überwachung
- Warteschlangen
- Assets
- Über Assets
- Verwalten von Assets in Orchestrator
- Verwalten von Assets in Studio
- Speichern von Assets im Azure Key Vault (schreibgeschützt)
- Speichern von Assets im HashiCorp Vault (schreibgeschützt)
- Speichern von Assets im AWS Secrets Manager (schreibgeschützt)
- Speichern von Assets in Google Secret Manager (schreibgeschützt)
- Verbindungen
- Geschäftsregeln
- Speicher-Buckets
- MCP-Server
- Indizes
- Testverfahren in Orchestrator
- Ressourcenkatalogdienst
- Integrationen
- Fehlersuche und ‑behebung
- Informationen zur Fehlerbehebung
- Fehlerbehebung bei Warnungen
- Allgemeine Fehlerbehebung
- Häufig anzutreffende Fehler in Orchestrator

Orchestrator-Anleitung
Problem: Benutzer erhalten konfigurierte Warnungen weder in der Benutzeroberfläche noch per E-Mail, wenn diese Warnungen für Benutzergruppen mit einer SAML-Bereitstellungsregel konfiguriert sind.
Lösung: Um dieses Problem zu beheben, können Sie die betroffenen Benutzer zur lokalen Gruppe Administrators hinzufügen, wodurch sie Warnungen erhalten können.
Das Hinzufügen von Benutzern zur Gruppe Administrators gewährt ihnen erweiterte Berechtigungen. Versuchen Sie, die Auswirkungen dieser Berechtigungen zu verstehen. Stellen Sie sicher, dass Benutzer Administratorrechte erhalten, und achten Sie auf ein ausgewogenes Verhältnis zwischen der Notwendigkeit des Zugriffs auf Warnungen und der Gewährleistung der Systemsicherheit.
The following table lists possible errors when starting jobs in Orchestrator.
| HTTP Status Code | Error Code | Meldung | Beschreibung |
|---|---|---|---|
409 | InvalidStartJobRobotIds | Couldn't find any user with unattended robot permissions in the current folder. |
There are no robots assigned to the current folders. Possible cause and solution:
Note: Users must be explicitly assigned to folders; robots are not inherited from groups.
|
409 | InvalidStartJobRobotIds | Couldn't find the specified unattended user/robot in the current folder. |
The robots specified in the start jobs payload are no longer available in the folder. Verify that the job parameters are up to date with the users and robots available in the folders, then retry the job creation with the updated parameters. |
400 | InvalidArgument | Cannot set a specific priority value when a standard job priority setting is selected. |
The start jobs payload cannot have both
Priority and SpecificJobPriority settings set.
Specify only one of these two properties in the payload. |
400 | InvalidArgument | A job cannot have both input file and input arguments. |
The start jobs payload cannot contain both
InputArguments and InputFile.
Both options represent input arguments but in different formats. Only one option must be specified. |
400 | AttachmentNotFound | Attachment does not exist. |
The attachment specified in the
InputFile property could not be found.
Verify that the file exists and the path is correct. |
404 | ItemNotFound | The job's associated process could not be found. |
The process you are trying to run does not exist or has been deleted. Ensure the process still exists in Orchestrator and has not been removed. |
409 | ParameterInvalid | Windows process. The selected connected machine can not run this process. |
The process you are trying to run is Windows-specific, but all connected machines are running on another OS. Make sure the current folder includes Windows machine templates with active Windows sessions. |
400 | InvalidReleaseKeyAndName | Nicht definierter Prozess |
The process identified by the given process key (
ReleaseKey) could not be found.
Check if the process still exists and confirm that the correct
ReleaseKey is used.
|
409 | UserDoesNotHaveRobot | Cannot find a personal robot configured. |
The job was started as Run as Myself, but there is no robot configured for the current user. Possible fixes:
|
409 | UserDoesNotHaveRobot | Foreground job requires an unattended robot to be defined on your user |
Foreground job requires an unattended robot to be defined for your user. Enable the unannteded robot for the user. |
409 | UnattendedRobotCredentialsNotFound | Foreground process requires you to have an unattended robot with credentials defined. |
The job was started as Run as Myself, but there is no robot configured for the current user. Possible fixes:
Note: For foreground automations to run unattended, you must also provide Windows credentials when enabling the Unattended Robot.
|
400 | ParameterInvalid | {license} runtime license selected. There are no {license} runtimes configured on the templates in this folder. |
Could not find any machine with the required runtime type in the folder. Check the machine templates assigned to the folder, and ensure the correct runtime slots are available according to the license. Beispiel: For unattended jobs, make sure there is a template with unattended slots defined and a host connected to that machine template |
409 | NoMachineAssociatedWithFolder | Could not find a machine with Unattended or NonProduction runtimes in the current folder. |
The runtime type was not specified, and there is no template assigned to the folder that can execute this job. Review the machine–folder assignments and verify that the assigned machine templates have appropriate runtime slots. |
409 | InvalidArgument | Could not find the specified machine in the current folder. |
The machine template specified in the start jobs payload was not found in the current folder. Check the machine–folder assignments and confirm the machine template is correctly associated. |
409 | ParameterInvalid | Background process selected. This machine/template is configured for running foreground processes only. |
The selected process is configured to execute without opening an interactive session, but no machine supports Background automation in the current folder. Add or configure a machine template that allows Background automations. |
400 | ParameterInvalid | Robots without credentials cannot run processes that require an interactive session. |
The selected robots do not have Windows credentials configured, so an interactive session cannot be opened. Go to , select Custom Windows Credentials, and provide valid Windows login details. |