robot
latest
false
- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- 为高密度机器人设置 Windows Server
- 通过代理服务器重定向机器人
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- 设置 Linux 机器人
- 配置包签名验证
- 设置包文件夹和网络路径
- 配置活动订阅源
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- 集成
- 故障排除
Robot admin guide
上次更新日期 2024年12月17日
Using network locations
For easier access to shared network folders, you can map network drives on your user account. To map a network drive is to connect a network location that can be accessed via a URL, such as
\\ServerName\SharedFolder
, to a drive letter, such as z:
.
重要提示:
The mapping of a network drive is user-specific. So access to a mapped network drive is limited to the individual user for whom the mapping was done.
However, if you store the packages published from Studio on the mapped network drive, you might run into some issues. To prevent this, map the network drive for the Local System.
Occasionally, robots cannot find a mapped network drive when running an unattended automation. This can happen due to the non-interactive nature of the session 0.
To prevent this, map the network drive in
headless
mode. This can be done by remapping the drive for every job the robot starts. The remapping must be applied when the machine is restarted.
In the unattended automation workflow, explicitly run the
net use Z: \\unc\path
command before accessing the shared drive.