insights
2021.10
false
- 发行说明
- 入门指南
- 安装和升级
- 访问和权限
- 与 Insights 交互
- 故障排除
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
不在支持范围内
Insights
Last updated 2024年11月11日
修改 Insights 配置
- 前往“添加或删除程序”。
- 找到“UiPath Insights”并单击“修改”。
- 在新打开的窗口中单击“更改”。
- 输入新的 Orchestrator URL 和安装访问令牌,然后单击“下一步”。有关如何获取安装访问令牌的说明,请参阅安装密钥。
- 如果您不想更改,请在以下窗口中单击“跳过”。
- 在“准备安装”窗口中单击“下一步”。
- 在 Orchestrator 服务器上更新 Insights 数据库连接字符串。您需要在 Orchestrator 配置文件中手动更改它。
- 打开
UiPath.Orchestrator.dll.config
文件。 - 在
connectionStrings
部分中,修改name="Default"
键的connectionString
参数,如下所示: - 对于 SQL 身份验证:
connectionString="Data Source={YOUR_ORCH_DB_HOST};Initial Catalog={YOUR_ORCH_DB_NAME};User ID={YOUR_ORCH_DB_SQL_USER};Password={YOUR_ORCH_DB_SQL_PASSWORD}" />
- 对于 Windows 身份验证:
connectionString="Data Source={YOUR_ORCH_DB_HOST};Initial Catalog={YOUR_ORCH_DB_DATABASE_NAME};Integrated Security=true" />
SQL 身份验证的示例:
<add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;User ID=docs-uipath;Password=SecretP@ssword" />
<add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;User ID=docs-uipath;Password=SecretP@ssword" />Windows 身份验证示例:
<add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;Integrated Security=true" />
<add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;Integrated Security=true" /> - 打开
- 按照上述步骤在 Insights 服务器中打开“修改”页面。
- 如果您不想在其他窗口中进行更改,可以单击“跳过”。
- 输入新的 Insights 数据库设置。
- 单击“下一步”。
- 在“准备安装”窗口中单击“下一步”。
- 确保将新证书导入到“个人”(对于证书)和“受信任的根证书颁发机构”(对于根证书)。还要确保证书有效。
- 转到“IIS 管理器”并打开 UiPath Insights 网站。
- 打开“绑定”页面。
- 选择绑定并单击“编辑”,然后从“SSL 证书”下拉菜单中选择新证书,然后单击“确定”。
- 重新启动 IIS。
要在安装 Insights 后更新端口号,您需要按照以下步骤操作。
步骤 | 操作 |
---|---|
1. 创建域签名证书 | 使用新 URL 创建域签名证书。 |
2. 在 IIS 中更改端口号 |
打开“IIS 管理器”并导航至“站点”>“Insights”应用程序>“绑定”以更改端口号。 |
3. 从 Identity Server DB 中删除 URI 端口号 | 从 Identity Server 数据库中的以下参数中删除 URI 端口号:
|
4. 修改 Insights 配置文件中的provisioning.url 参数
|
|
5. 修改 Insights 配置文件中的permission.url 参数
|
|
6. 重置 IIS | 以管理员身份打开 CMD 并运行 iisreset 以重置 IIS。
|