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?