- 入门指南
- 安装和升级
- 机器人类型
- 机器人组件
- 许可
- 将机器人连接到 Orchestrator
- 交互式登录
- 流程与活动
- 日志记录
- 特定场景
- 监管
- 故障排除
Interactive Sign In allows you to connect Studio and the Assistant to Orchestrator with your user credentials, instead of using a machine key. This makes it easier to set up Robots as they are deployed automatically once a user signs in for the first time, removing the need to manually configure each Robot. This feature also keeps the UiPath® products in sync, as licensing for Studio and Robot is inherited from the user account in Orchestrator.
如果您在服务模式下安装了机器人,则必须首先使用计算机密钥连接到 Orchestrator,然后才能登录您的帐户。
When you first open the Assistant, the following screen is displayed allowing you to sign in to your account or continue using the UiPath® Assistant in offline mode.
If you choose to continue using the UiPath® Assistant offline, keep in mind that only the local process feed is used. To make sure that your processes are available, publish them to Assistant (Robot Defaults).
For more details on using the UiPath® Assistant offline, click here.
登录到您的帐户
-
单击主窗口中的“登录”按钮,或单击
打开“首选项”菜单,然后单击“登录”。 -
将打开一个新的浏览器窗口。根据您的身份验证方法,您可以使用用户名和密码登录,也可以使用可用的身份验证提供程序之一登录。
登录时,将根据默认服务 URL https://cloud.uipath.com 进行身份验证。
要登录其他 URL:
-
选择“首选项”>“Orchestrator 设置”。
-
从“连接类型”下拉菜单中,选择“服务 URL”,然后在“服务 URL”字段中输入 Orchestrator 的基本 URL,然后单击“登录”。
备注:如果您的帐户是多个租户的一部分,则要求您选择要连接的租户。如果服务 URL 包含组织和租户名称(例如:
https://cloud.uipath.com/organisation/tenant/),那么您将直接连接到该特定租户,而不必选择一个租户。备注:您仍然可以通过从“连接类型”下拉列表中选择“计算机密钥”来通过计算机密钥连接机器人。
登录流程完成后,状态应显示为“已连接,已获得许可”,并且您的 Orchestrator 流程将出现在 Assistant 的主页上。
- 如果您使用内部部署版本的 Orchestrator,并且您的凭据已与 Active Directory 同步,则身份验证将自动进行,就像在浏览器中访问 Orchestrator 时一样。
- 如果您的帐户是多个组织的一部分,则会在身份验证流程中提示您选择一个组织。
如果使用的是本地许可证,则使用 UiPath 凭据登录后,从 Orchestrator 继承的许可证优先于从 Studio 继承的本地许可证。为避免这种情况,请确保从 Orchestrator 的机器人设置中启用“独立许可证”选项。
返回下拉菜单并将鼠标悬停在“退出”按钮上会显示当前登录的用户。
“首选项”菜单旁边的连接状态指示器提供了基于颜色编码的实时连接状态。鼠标悬停在上面时,它会显示连接状态和 Orchestrator URL,单击它会在浏览器中打开 Orchestrator 实例。
注销登录
要从您的帐户退出,请打开“偏好设置”菜单,然后选择“退出登录”。
如果使用计算机密钥连接到 Orchestrator 后登录,则注销将使您的用户配置文件与 Orchestrator 断开连接,但机器人仍保持连接状态。
如果您通过登录连接到 Orchestrator,则注销会断开用户配置文件和机器人与 Orchestrator 的连接。
如果尝试在流程运行时从帐户退出登录,则会出现确认提示,并且,如果您选择继续,则所有正在运行的流程都将在断开连接之前停止。
更改服务 URL
可以从 Assistant 的“首选项”菜单、UiPath.config 文件或使用下面显示的 Powershell 更改服务 URL。
uipath.config
要更改 uipath.config 文件中的服务 URL,请修改 defaultServiceUrl 值并重新启动机器人。
<connectionSettings>
<add key="defaultServiceUrl" value="https://cloud.uipath.com"/>
</connectionSettings>
<connectionSettings>
<add key="defaultServiceUrl" value="https://cloud.uipath.com"/>
</connectionSettings>