I've been working on a use case with one of our business users and can't seem to find cause/solution to this error.
The workflow is solid. It builds a data set that gets divided into separate CSV files, by date, when being saved.
The problem is saving them though. He needs them saved to a Sharepoint document library.
Output is set to \\ourcompany.sharepoint.com\thisdepartment\thatlibrary\Filename{%date for group of output%}.csv
When run on a desktop - no problem.
When run in desktop scheduler - again, no problem.
But, when run from the server's scheduler: "Cannot access the folder \\ourcompany.sharepoint.com\thisdepartment\thatlibrary\."
Thought it was a permissions issue with the server running under its own service account so we added the server's account to 'full control' level of permissions for this library. That didn't make a different.
We tried a number of other things, like sending it through DavWWWRoot, but that didn't help either.
At our organization, even if it's our server we cannot access it. We have to send a request through IT. So, for the most part we don't have much visibility to the Alteryx settings.
Our one attempt thus far to resolve this ended by IT advising that they prefer we not output directly to the Sharepoint and instead use a DFS which is mapped to Sharepoint. But, they couldn't actually advise us on how to do this...
1. What Alteryx server setting should we be looking at?
2. Does anyone have a creative workaround?
3. I'm not experienced with Sharepoint and couldn't find any postings online elsewhere than matched up with IT's recommendation. Does anyone have experience mapping a DFS to Sharepoint?