We changed the output folder location for a csv file. Since then we keep getting the error "The system cannot find the path specified" even though we are sure that is a valid path and was working before we changed the location. Anyone ever experience this?
Solved! Go to Solution.
Usually when this has happened, it's something that I've missed. Spelling, capitalization, file extension, etc. There's something wrong with the path.
@MRioux Is the path a mapped network drive? If so, remember you must always convert paths to UNC.
We resolved it by overriding the path that the Alteryx file selection wizard had (which was written correctly) with pasting the path in the address bar instead and that fixed the problem. What do you mean by converting the path to UNC?
Mona
UNC is Uniform Naming Convention. Basically it removes relative paths (like custom mapped folders/drives) and replaces with their real name.
After you've built and saved your workflow, click: Options --> Advanced Options --> Workflow Dependencies --> All UNC.
I am receiving the same error in an app that I created. In the Design Interface view I created a link to a file that the user would need to update before the app runs; however, when you click the link I get the "System cannot find the file specified" error. I have tried converting the path using the UNC method that you mentioned, but nothing changes. I did notice that when I ran the debugger, there was mention of a file name being empty in the action tool. I thought that by creating the link the associated actions would follow the path that I used. Any ideas?
Can you post the workflow?
Can you explain your solution further? I am also getting this error through using the Text Input and Download tools. How else would I be able to point Alteryx to the FTP location without using the text input and download tools?
@riverahansiebfusa You have "P" drive. It has an absolute path. Try following the process to convert all paths to UNC.