robot
2020.10
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white
OUT OF SUPPORT

Robot User Guide

上次更新日期 2024年7月1日

Using Mapped Network Drives

To make your work easier with shared network folders, you can map network drives for quick access on your user account. However, if the processes you publish from Studio are located on that drive, the situation described below occurs.

Observed Behavior

Packages published from Studio are not visible in the Robot tray.

Cause

The issue occurs when you use a mapped network drive for your packages. The location of the packages you publish to Orchestrator can be seen in the UiPath.settings file on the Robot machine, under the NuGetServerUrl parameter. The mapped network drive is available to the user that created it, while the Robot Service runs system-wide.

Solution

One of the following methods can be used to solve this issue:

Converting the Robot to User-Mode

You can convert the Robot from Service-Mode to User-Mode by running the .MSI installer and choosing the User-Mode during update.

Check out the Updating the Robot guide for more details.

Mapping a Network Drive for the Local System

  1. Download the Sysinternals Suite. It contains the PsExec.exe tool, which is required for this operation.
  2. Open an elevated Command Prompt instance.
  3. Use the cd command to navigate to the location where you downloaded the Sysinternals Suite (such as cd C:\Downloads\SysinternalsSuite).
  4. Use the PsExec -i -s cmd.exe command. A confirmation dialog appears.
  5. Click the Accept button to install the PsExec.exe service. This makes it possible to map a network drive for the Local System.
  6. Use the net use z: \\ServerName\SharedFolder /persistent:yes command to map the drive, where ServerName is your server and SharedFolder is the location of the drive you want to map.
If you want to remove the mapped network drive, you need to repeat the steps above, but using the net use z: /delete command instead. You can find out more on this page.

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。