- 入门指南
- 最佳实践
- 租户
- Cloud Robots
- 文件夹上下文
- 自动化
- 流程
- 作业
- Apps
- 触发器
- 日志
- 监控
- 队列
- 资产
- 连接
- 业务规则
- 存储桶
- MCP 服务器
- 索引
- Orchestrator 测试
- 资源目录服务
- 集成
- 故障排除

Orchestrator 用户指南
问题:当为具有 SAML 配置规则的用户组配置警示时,用户不会在用户界面中或通过电子邮件收到已配置的警示。
解决方案:要解决此问题,您可以将受影响的用户添加到 Administrators 本地组中,该组允许他们接收警示。
将用户添加到管理员组中后,系统将为用户授予提升的权限。 努力了解这些权限的含义。 以负责任的方式确保向用户授予管理员权限,从而在访问警示的需求和维护系统安全之间保持平衡。
The following table lists possible errors when starting jobs in Orchestrator.
| HTTP Status Code | Error Code | 消息 | 描述 |
|---|---|---|---|
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 | 未定义流程 |
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. 示例: 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. |