- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- 为 Unattended 自动化安装机器人
- 为 Unattended 自动化配置机器人
- 为有人值守的自动化安装机器人
- 为有人值守的自动化配置机器人
- 集成
- 故障排除
执行故障排除
配置自动化以将输出保存在 Orchestrator或Data Service的存储桶中,而不是使用输出参数。
机器人无法启动自动化的执行,并显示以下错误:“执行程序启动流程失败,原因是 System.Runtime.InteropServices.COMException:指定的登录会话不存在。 流程可能已经终止。”。
下表总结了几个问题及其解决方案。
潜在问题 |
解决方案 |
---|---|
机器人计算机没有足够的资源(如 CPU、RAM 或磁盘空间),因此机器人执行程序无法启动自动化。 |
|
当前无法创建登录会话。以下情况中可能会出现此问题:
|
在此情况下,您需要执行以下某项操作:
|
从 Orchestrator 或 Assistant 启动自动化将显示以下错误消息:“执行程序启动流程失败,原因是 System.UnauthorizedAccessException:访问被拒绝。”
下表总结了潜在问题及其解决方案:
潜在问题 |
解决方案 |
---|---|
机器人帐户创建时未指定密码。 |
在 Orchestrator 中编辑机器人帐户并提供以下值:
|
机器人服务处于非活动状态。 |
|
机器人计算机不再拥有管理员权限。 |
通过在 Orchestrator 中创建机器人时使用的凭据集登录到机器人计算机。 如果无法从 Assistant 中启动流程,则需与网络管理员联系,允许该用户帐户拥有管理员权限。 |
Your job execution fails and the following error message is logged in Orchestrator: "Job stopped with an unexpected exit code: 0x40010004".
Commonly, this error occurs when:
-
The user account, used by the Robot, is forcibly logged off during the execution of the process.
-
The machine on which the Robot is running is manually shut down or restarted during the process execution.
To avoid this error, make sure the Robot is installed correctly for the intended type of automation: attended or unattended. Having the Robot installed in User Mode cannot execute unattended automations.
Additionally, configure the Robot session to suit your environment and business needs.