We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Server error "cannot access" "cannot find"

samxhander09
8 - Asteroid

Hi team! This is my first time to ever conduct UAT testing on the server. and i keep getting the below errors. To give context, i have my workflow saved on my one Drive-desktop, and in the same folder there are 2 subfolders for input and output. I also have interactive tools placed in my workflow for the output and input filepath. I'm not sure what im doing wrong, i tried checking workflow dependencies for All UNC/All relative option and re-save my workflow, but it's still the same. 

 

 

Error logs.PNG

4 REPLIES 4
caltang
17 - Castor
17 - Castor

Does the Server have access to those paths & OneDrive there? Otherwise it'll throw that error. Also, try posting this on the Server forum - way more traction. https://community.alteryx.com/t5/Alteryx-Server-Discussions/bd-p/server-discussions 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
samxhander09
8 - Asteroid

@cal thank you for this recommendation, i will be posting this on the server forum.

 

Sorry for asking such a noob question, but how do I check if the server has access to my paths/onedrive?

danilang
19 - Altair
19 - Altair

Hi @samxhander09 

 

Workflows shared to the Gallery do not have access to the same drives as on your local computer.  The path c:\users\yourname\... just does not exist in the server.  When you build workflows that are destined for the Gallery use network shared drives to store any required files and always use the UNC name of the share \\servername\sharename.   If the files are static and do not change you can include them in Gallery upload by selecting Manage workflow Assets and then checking the files that you want to include

 

ma.png

 

this will include the files in upload package and change all the paths to relative ones making them available when run from the Gallery

 

Dan

samxhander09
8 - Asteroid

@danilang hi! and thank you for educating me on this matter, truly appreciate it. Will try what you suggested and update here if it works to help other newbies. 

Labels
Top Solution Authors