- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- 为高密度机器人设置 Windows Server
- 通过代理服务器重定向机器人
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- 设置 Linux 机器人
- 配置包签名验证
- 设置包文件夹和网络路径
- 配置活动订阅源
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- 集成
- 故障排除
Robot admin guide
执行故障排除
Automations that process large volumes of data may fail due to the following error: "Message: Could not retrieve the result of the job execution. This might be because a message was too large to process. Exception Type: System.Exception".
maxMessageSizeInMegabytes
parameter in the uipath.config
file.
Configure the automation to save the output in a Storage Bucket in Orchestrator or in Data Service, rather than using an output argument.
When a program such as Server Manager, set to start up automatically, shows a Windows User Account Control (UAC) prompt, it prevents the Robot from interacting with the user interface.
The Robot fails to start the execution of an automation and displays the following error: "Executor start process failed, reason System.Runtime.InteropServices.COMException: A specified logon session does not exist. It may already have been terminated.".
The following tables summarizes several issues and their solutions.
潜在问题 |
解决方案 |
---|---|
The Robot machine does not have enough resources (such as CPU, RAM, or Disk Space), so the Robot Executor is unable to start the automation. |
|
当前无法创建登录会话。以下情况中可能会出现此问题:
|
在此情况下,您需要执行以下某项操作:
|
Starting an automation from Orchestrator or Assistant displays the following error message: "Executor start process failed, reason System.UnauthorizedAccessException: Access is denied.".
The following table summarizes the potential issues and their solutions:
潜在问题 |
解决方案 |
---|---|
The Robot account was created without a password. |
Edit the robot account in Orchestrator and provide the following values:
|
The Robot Service is inactive. |
|
机器人计算机不再拥有管理员权限。 |
Log in to the Robot machine with the same set of credentials with which you created the Robot in Orchestrator. If a process fails to start from the Assistant, then you need to contact your network administrator to allow admin rights for that user account. |
When using a Data Table in a Wait For Task and Resume activity, it returns the following error: "Exception: Type 'System.Collections.IEnumerable' cannot be serialized."
The DataRow object of Data Table cannot be serialized, so it cannot be persisted, leading to potential issues or errors.
Execute the Create Form Task activity and build the output by looping through data rows, to create a list of task objects. Then, loop through the output list of task objects using the Parallel For Each or For Each activities. In these loops, execute the Wait for Task and Resume activity for each task object.
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.