UiPath Documentation
action-center
2025.10
true
Action Center 用户指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

故障排除

Action Center 安装故障排除

此页面提供了最常见的安装问题和相应修复的列表。

如果您遇到的问题不在列表中,请联系我们的支持团队

安装成功,但您无法访问 Action Center

说明: 安装已成功完成,但您无法访问 Action Center。

补救措施
  1. 安装 ASP.NET 托管捆绑包:

无法使用负载均衡器 URL 访问 Action Center

说明:您无法使用负载均衡器 URL 访问 Action Center。

补救措施
  1. 在“Action Center IIS 设置”界面中,为每个 Action Center 节点指定其相应的主机名端口
  2. 在“Action Center UiPath 身份设置”屏幕中,将通用负载均衡器 URL 更新为 Action Center URL(例如 https://action-center.domain.com )。

未注册的客户端错误

说明:使用负载均衡器 URL 访问 Action Center 时,Identity Server 使用Unregistered Client Error消息进行响应。

补救措施
  1. 更新使用者备用名称 (SAN) 以包含所有节点和负载均衡器主机名:
  • 使用通配符模式,例如DNS Name = *.domain.com ,或
  • 指定 SAN 中的每个主机名

无法在表单中加载图像或 PDF 文件。

说明:未在表单操作中加载图像或 PDF 文件。

补救措施
  1. 验证UiPath.Orchestrator.dll.config文件中的<appSettings>属性,并确保:
  • AcceptedRootUrls键的值不包含空格字符,
  • 仅当 Action Center URL 的端口值不同于80443 (默认端口)时,才指定该端口值。

其他信息在此处查找详细信息。

由于出现 404 响应代码,Action Center 无法加载

说明:Action Center 无法加载,因为 Action Center 网页应用程序使用的.json.woff2 MIME 类型提供 404 响应代码

补救措施
  1. 对于每个 Action Center 节点,在“ IIS ”>“ Mime 类型”>“添加”中添加.json.woff2 MIME 类型:
  • 文件扩展名: .jsonMIME 类型: application/json
  • 文件扩展名: .woff2MIME 类型: application/font-woff2

使用 Terraform 安装 PaaS

说明通过 Terraform 运行的 PaaS 安装会出现此问题。 安装已成功完成,但 Action Center 不会加载,并显示以下消息:“您无权查看此目录或页面”。

解决方法:在云提供商的“默认文档”部分添加index.html

  1. 转到 Azure 中的应用程序服务
  2. 导航到“设置”
  3. 打开“配置”页面。
  4. 切换到“默认文档”选项卡。
  5. 单击“+ 新建文档”
  6. 添加index.html

升级成功,无法通过负载均衡器 URL 访问 Action Center

说明: 已成功升级到 Action Center 的更高版本,但无法通过load balancer URL访问 Action Center。 如果Host URLload balancer URL不同,则适用此问题。

如果 DNS 名称与计算机名称不同,此问题也适用。

补救措施
  1. ActionCenter/Actions/environments/env.json键中,将businessUserPortalProxyServiceUrlpostLogoutRedirectUri的值手动更新为正确的load balancer URL
  2. ActionCenter/Processes/environments/env.json键中,将businessUserPortalProxyServiceUrlpostLogoutRedirectUri的值手动更新为正确的load balancer URL

升级成功,无法访问 Action Center

说明:将 Action Center 从 2021.4 升级到 2022.10 后,CORS 策略阻止了访问。

  • 事件日志错误 - IdentityServer4.Hosting.CorsPolicyProvider CorsPolicyService 为不受允许的来源。
  • 控制台错误 - CORS 策略已阻止从源“<action_center_url>”访问“<changed_action_center_url>/actioncenterservice/feature/features/ActionApp”中的 XML Http 请求:预检请求响应未通过访问控制检查:“Access-Control-Allow-Origin”标头的值“<action_center_url>”与提供的源不同。

原因:升级到更高版本后,Action Center URL 更改了其在注册表中的值。

补救措施
  1. 使用正确的操作值更新 Action Center URL
    • 转到 ActionCenter/Actions/environments/env.json 文件路径。

    • 更改 “businessUserPortalProxyServiceUrl”键中 action_center_url 的值。

      “businessUserPortalProxyServiceUrl”键的格式为<actioncenter url>/actioncenterservice

    • 更改“postLogoutRedirectUri”键中 action_center_url 的值。

      postLogoutRedirectUri的格式为<action_center_url>/actions

  2. 使用正确的流程值更新 Action Center URL
    • 转到 ActionCenter/Processes/environments/env.json 文件路径。

    • 更改 “businessUserPortalProxyServiceUrl”键中 action_center_url 的值。

      “businessUserPortalProxyServiceUrl”键的格式为<actioncenter url>/actioncenterservice

    • 更改 postLogoutRedirectUri 键中 action_center_url 的值。

      postLogoutRedirectUri的格式为<action_center_url>/processes

CORS 策略已阻止对 XMLHttpRequest 的访问

说明:您正在使用 Orchestrator 存储桶,当您尝试访问文档验证操作时,系统会引发以下错误:

  • 无法连接到服务器
  • 检索 DOM (文档对象模型) 时出现错误

原因:Orchestrator 的web.config文件中的<cors>部分将覆盖您在UiPath.Orchestrator.dll.config文件的"AcceptedRootUrls"键中输入的Action Center URL

补救措施:执行以下步骤以解决此问题:

  1. 从 Orchestrator 打开 web.config 文件。
  2. 查找包含 <cors>的部分。
  3. 如果存在此部分,请在此部分中添加Action Center URL

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新