Workflow scheduled but could not able to run in server shows the attached error.
Kindly please help me on the same ASAP. Thank you
Solved! Go to Solution.
Hello @ashokkumar1
Would you please confirm that the server has access to the location where the file is saved? Cheers!
Thanks for your response.
I am not sure about that how do we check weather server has access or not?
Kindly please let me know
The machine where the Server is installed, also has Designer installed. You can open and run the workflow from that instance of Designer to check to see if your Server has appropriate access to the file location. Your admin will most likely need to do this for you.
Also, I suggest using UNC paths for your files. See this post for more information:
Hi @echuong1
I tried running the workflow where server and designer are in same machine but the error is same as attached and below
Error: Output Data (13): Error opening file: L:\16.
particular instance when i select UNC and Test the run it shows Directory does not exit
your inputs are very helpful here. Thank you
Hey @ashokkumar1
If you look at the error - it refers to L:\ - if L: is a mapped drive on your designer machine then this will fail when you put it on the server, because L: is not mapped to the same place.
So - first step, any workflows you publish to the server should us UNC path to refer to a fully formed network path like \\server\share\foldername. In this case, server even tells you which tool is throwing the error.
Second - you need to make sure that your server has write access to that folder. Simplest way to do this is to write a 2 tool alteryx canvas that writes a text file in that location - and if it works then your server has write access, if not then you need to grant access (that folder needs to allow the Alteryx Server's server account to have access - you may need your network people to assist with this if you've not done this before).
Finally - whenever you have an error on the Server that you didn't have when you ran on desktop - create simple mockup alteryx canvasses to test things like access or passwords - this fixes / pinpoints the majority of issues very quikly.