robot
2020.10
false
机器人用户指南
- 发行说明
- 入门指南
- UiPath Assistant
- 安装和升级
- 机器人类型
- 机器人组件
- 许可
- 将机器人连接到 Orchestrator
- 流程与活动
- 日志记录
- Robot JavaScript SDK
- 特定场景
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
观察到的行为
使用大量数据的流程(例如,具有约 2500 行以上的 Excel 文件)可能会因以下错误而失败:
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
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
原因
作业执行的输出超过了 uipath.config 文件中 maxMessageSizeInMegabytes 参数的最大配置值。
此参数的默认值为 10 MB。
To access the uipath.config file, go to the installation folder of the UiPath Components. The location depends on the deployment type:
- When the Robot is installed in User Mode, the
uipath.configis found in the User Profile folderC:\Users\{{user}}\AppData\Local\UiPath\uipath.config - When the Robot is installed in Service Mode, the
uipath.configis found in the installation folder. If the Robot was installed using the default path, theuipath.configfile is found inC:\Program Files (x86)\UiPath\uipath.config.
解决方案
将 uipath.config 文件中的 maxMessageSizeInMegabytes 参数的值增加到更大的值,例如 50 MB。