Alteryx Server Shared Drive Connection Problems
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all
Trying to run some Workflows on the server. The workflows run fine on the desktop software.
The following is the configuration and the error message I am getting. I have been assured the server has authorization to access the drive and folder location. Is there something I am missing in config or my overall settings that is causing this error state?
Any help as always is appreciated
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Looks like the server machine can't follow the relative paths that you're using - maybe the directory/folder structure in the server doesn't match perfectly with that in your local machine. Try using UNC paths instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you - have tried that but the UNC conversion button doesn't work in this case in the dependency settings
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If the "All UNC" button doesn't work, then you might have to supply the UNC path yourself.
In my case, I can see the actual path of the network drive in the address bar of Windows Explorer. For example:
- I have a network drive mapped to "H:\" on my local machine.
- When I use Windows Explorer to navigate to Drive H, I see in the address bar that it's actually something like "\\123.456.78.90\File Server\Some Other Address"
Otherwise, maybe you can approach your IT Team for help with figuring out the UNC path that you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Awesome thank you
