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

UiPath.Settings 文件说明

UiPath.Settings 文件包含有关机器人如何执行流程的所有必要详细信息。您可通过直接编辑该文件和相应字段来修改这些设置。另一方面,您也可通过 Orchestrator 来修改这些设置。这是通过“设置”选项卡完成的。

备注:

请注意,修改这些设置需要本地系统和管理员权限。如要使更改生效,请务必重启 UiPath 机器人服务(此操作需要管理员权限),并关闭机器人托盘。

在用户模式下部署机器人时,UiPath.Settings 文件存储在 %localappdata%\UiPath\ 文件夹中,在服务模式下部署机器人时,该文件存储在 %programdata%\UiPath\ 文件夹中。当 UiPath 机器人服务首次启动时,系统便会创建此文件。该文件包含以下参数:

参数描述
NuGet API 密钥NuGet 订阅源的 API 密钥。

当未连接到 Orchestrator 时,如果您使用的是本地订阅源,则无需 API 密钥。请注意,如果您使用私有的 MyGet 订阅源,则需要此参数。

当连接到 Orchestrator 时,不考虑此值。
NuGet 服务器 URL推送项目和检索项目的位置。这可以是本地订阅源(如文件系统路径),也可以是使用 NuGet 协议的网页订阅源(NuGet、MyGet 等)。

未连接到 Orchestrator 时,默认值为 %ProgramData%\UiPath\packages(用户模式)。如果您使用私有 MyGet 订阅源,请使用“预验证的 V2 URL(无基本身份验证)”下提供的 URL。请注意,这不是 MyGet 的免费服务。

当连接到 Orchestrator 时,不考虑此值。
活动订阅源The address where the activities are stored. This field is only populated if you are not connected to Orchestrator. By default, the value is ~/NuGetPackages/Activities. If you connect to Orchestrator, this field is not taken into account. Find out more about the activities feeds on this page, as well as where packages are installed based on the Robot deployment type.
UiPath 服务器 URLOrchestrator 实例的地址。

当未连接到 Orchestrator 时,此参数为空。

When connected to Orchestrator, it is automatically filled in with the URL you provided in the Orchestrator Settings window.
追踪级别The level at which the Robot should log information. The following options are available: Verbose,Trace,Information,Warning,Error,Critical and Off.

这也可从“级别”下拉列表的“Orchestrator 设置”窗口中进行更改。
低级别追踪Indicates whether or not to log information at a trace level, to help you with troubleshooting crashes and errors. By default, this parameter is set to false. To start low level tracing, set the value of this parameter to true. You can also change this value from the command line.
安全许可证密钥用于连接到 Orchestrator 的计算机密钥。UiPath.settings 文件中的密钥均经过 DPAPI 加密处理。您也可通过“Orchestrator 设置”窗口填写和修改此值。如果未连接到 Orchestrator,则此参数应为空。
登录到控制台Enables the Robot to connect to the console session of the machine where it is installed. Additionally, it indicates if you can connect multiple Robots to Orchestrator using multiple users (High-Density Robots) or not. By default, the value is true. To enable High-Density Robots, set the value to false.
分辨率宽度计算机的显示分辨率宽度。此选项默认设置为 0,这意味着系统会自动检索并使用检测到的分辨率宽度。您可以使用自定义值,前提是工作站支持该值。
分辨率高度机器的显示分辨率高度。此选项默认设置为 0,这意味着系统会自动检索并使用检测到的分辨率宽度。您可以使用自定义值,前提是工作站支持该值。
分辨率深度机器的显示分辨率深度。此选项默认设置为 0,这意味着系统会自动检索并使用检测到的分辨率深度。您可以使用自定义值,前提是工作站支持该值。
字体平滑提高文本识别能力。如果设为“True”,则启用 RDP 连接上的“字体平滑”选项。这意味着目标计算机将启用“ClearType”
ConnectionStringOrchestrator 中生成的字符串,可用于在不提供“计算机名称”和“计算机密钥”的情况下将机器人注册到该平台。
禁用工作流执行启用此参数后,您将无法通过命令行执行流程。系统默认会隐藏并禁用此功能。
webProxySettingsParameter used to configure Proxy Settings for the Robot. Find out more in the Redirecting Robots Through a Proxy document.

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新