How to implement Filesystem for storing Nugets packages

I have a Windows server that will act as a file share server. Let’s assume the file server path is \\servername\path-to-store\.

I want to use this path in my orchestrator.dll.config file under storage.
XML

<add key="Storage.Type" value="FileSystem" />
<add key="Storage.FileSystem.RootPath" value="\\servername\path-to-store\" />

After updating and saving the configuration file, I restarted the Orchestrator service. However, when I tried to upload a package via Orchestrator and publish it via Studio, I encountered the following error:

\\servername\path-to-store\Orchestrator-Tenant-key\Processes\DAT_Performer is denied.

Please note that this path has full read and write access for everyone, including sub-folders.

Can anyone help?

@muthuraman.g

From your orchestrator server try to ping the window file server you are using and check…looks like the server is not accessible

Cheers

connectivity is available and gave full permission to all users.

Looks somewhere i am missing connection strings. Also no where i have provided user details and doubting on that, from which user id UiPath is trying to access the windows fileserver?

@muthuraman.g

on whichever user the orchestrator server is used is what is being used to access as well

so were you able to ping file server from orchestrator server?

cheers

yes, orchestrator hosted in azure webservice.