I was able to successfully run the model which I saved within the Alteryx Designer App, however I am receiving a similar error message when saving the "new" model to the server and when trying to run within the server.
Can you let me know if there is any additional steps I may try to resolve these issues?
Below are screenshots of the error messages that I am receiving
Hi @Bhanuares
\\HostnameDOTdomainDOTcom\MainDirectoryName\SubDirectories\Filename.csv
In the scenarios noted above, the colleague or the AlteryxService must have permission to access network shared resources, even with the UNC path. There is more information on configuring Desktop Automation or Server to grant appropriate permissions in other articles.
The path length cannot be longer than 260 characters.
To echo what @chandra_balusugure said, @Bhanuares the server operates on it's own machine that needs to have access to the specific folders selected. Additionally, the mapped drives are specific to each machine, meaning you must do the UNC path for the server to recognize it UNLESS you map the drives on the server machine to mirror what you have on your machine.
The screenshot above to make all UNC is a great trick to do this and would recommend whenever you are referencing a file in a workflow that you don't want pushed up with the workflow as well.
Bacon