insights
2021.10
false
- 发行说明
- 入门指南
- 安装和升级
- 访问和权限
- 与 Insights 交互
- 故障排除
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
不在支持范围内
Insights
Last updated 2024年11月11日
故障排除
本页概述了 Insights 安装过程中可能发生的常见错误和错误,以及避免或纠正这些错误的潜在方法。
重要事项:请确保您已严格遵循 Insights 安装说明。
如果您已将 Insights 版本升级到 2021.10,并希望
RobotLogs
提取包含 INFO 级别及更高级别的日志,则需要修改 Orchestrator 设置,如下所示:
- 导航至
C:\Program Files (x86)\UiPath\Orchestrator
并打开UiPath.Orchestrator.dll.config
文件以修改 Orchestrator 设置 - 确定以下设置:
<logger name="Robot.*" ruleName="insightsRobotLogsRule" enabled="false" minlevel="Info" writeTo="insightsRobotLogs"> <filters defaultAction="Ignore"> <when condition="level >= LogLevel.Error or ends-with('${message}',' execution ended')" action="Log" /> </filters> </logger>
<logger name="Robot.*" ruleName="insightsRobotLogsRule" enabled="false" minlevel="Info" writeTo="insightsRobotLogs"> <filters defaultAction="Ignore"> <when condition="level >= LogLevel.Error or ends-with('${message}',' execution ended')" action="Log" /> </filters> </logger> - 将这些设置替换为以下内容:
<logger name="Robot.*" ruleName="insightsRobotLogsRule" enabled="true" minlevel="Info" writeTo="insightsRobotLogs"/>
<logger name="Robot.*" ruleName="insightsRobotLogsRule" enabled="true" minlevel="Info" writeTo="insightsRobotLogs"/> - 保存文件,然后重新启动 IIS。
- 如果使用自签名的证书,则必须为服务器使用 FQDN
insights.corp.uipath.com
或insights
)。 - Orchestrator 证书必须放置在 Insights 计算机上的本地计算机受信任根存储中。
- 如果在尝试更改 Insights 证书时遇到错误,请确保遵循更新 Insights 证书中提供的说明。
- Insights 证书必须放置在 Orchestrator 计算机上的本地计算机受信任根存储中。
注意:如果要手动生成 Insights 的自签名证书,请确保该证书已使用私钥标记为“可导出”并导入到个人存储中。
指定的域不存在或无法联系
- Orchestrator 证书必须放置在 Insights 计算机上的本地计算机受信任根存储中。
- Insights 证书必须放置在 Orchestrator 计算机上的本地计算机受信任根存储中。
- 确保 Orchestrator 和 Insights 具有相同的
TLS
设置。
安装 Insights 后,如果您转到“IIS 管理器”>“UiPath Insights 网站”>“
Logging
”,您可能会收到以下错误:
There was an error while performing this operation.
Details:
Filename: \)\)\)\)?\)\)C:\)\)...your installation path
There was an error while performing this operation.
Details:
Filename: \)\)\)\)?\)\)C:\)\)...your installation path
如果未正确安装 IIS Hosting Bundle,则可能会发生此错误。
要解决此问题,请执行以下步骤:
- 转到“添加或删除程序”,搜索“Microsoft .NET Core”,然后单击“修改”
- 在新打开的窗口中单击“修复”。
注意:如果这不能解决问题,我们建议卸载然后重新安装 IIS Hosting Bundle。