- Erste Schritte
- Grundlegendes zu UiPath Robot
- UiPath Assistant
- Installationsanforderungen
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for High-Density Robots
- Weiterleitung von Robotern über einen Proxy-Server
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Einrichten von Linux-Robotern
- Konfigurieren der Paketsignaturüberprüfung
- Einrichten von Paketordnern und Netzwerkpfaden
- Konfigurieren von Aktivitätsfeeds
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrationen
- Fehlersuche und ‑behebung
Robot-Administratorhandbuch
Einrichten von Paketordnern und Netzwerkpfaden
%userProfile%\.nuget\packages
.
UiPath.config
file, or use the PACKAGES_FOLDER="new/download/path"
parameter via the command line when installing Studio or Robot.
UiPath.config
file, follow these steps:
Zum Beispiel:
<packageSettings>
<add key="packagesInstallationFolder" value="C:\Nuget" />
</packageSettings>
<packageSettings>
<add key="packagesInstallationFolder" value="C:\Nuget" />
</packageSettings>
You can set a local or network path to enable several robots to use the same path. The setup depends on the robot operational mode: Service Mode or User Mode.
On Windows Server machines that allow concurrent executions on High-Density Robots, you need to set up unique paths for each user. Using the same shared folder for all users in High-Density environments is supported with some limitations:
Robot mode |
Path type |
Considerations for multiple robots using the same path |
---|---|---|
Dienstmodus |
Lokaler Pfad |
No restrictions |
Netzwerkpfad |
| |
Benutzermodus |
Lokaler Pfad |
|
Netzwerkpfad |
The path must include the machine name and username.
|