Hi guys,
I’m having a bit of a Problem when trying to change the Standard deployment Folder of UiPath.
First of all, I’m using
- A UiPath Studio Version 2016.2.6442 on Windows Server 2012R2
- A Front Office Robot on another Windows Server 2012R2
- no Orchestrator.
My aim:
Set the deployment Folder for packages (by Default C:\ProgramData\UiPath\Packages to another folder on a Network device (for example: L:\UiPath\Packages\Test), so that the Robot Tray will show the processes deployed into that Folder.
What I did:
-
Change the UiPath.settings file at ‘NuGetServerUrl’ (in C:\ProgramData\UiPath) on both Servers, so that the deployment Folders match to where I want the .nupkgs to be written to and to be read from:
-
Restart the Robot and UiPath processes on both Servers.
What happens:
-
Deployment on my Dev Server to L:\UiPath\Packages\Dev works just fine - the .nupkg files are written to the folder i specified in the Settings file.
-
UiRobot does not show the processes in ‘available’. Neither on my dev Server, nor on the Server the front Office Robot is running on:
The Robot seems to only accept packages that are deployed into the fefault folder on %AppData%…
What did I forget?
Thanks in advance!