Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

The filename, directory name, or volume label syntax is incorrect. (123) (Tool Id: 101)

sslamang
5 - Atom

Hi All,

 

I am a process which I am querying data from AWS Athena and would like to write out the file and share it via email. I would want to schedule this on Alteryx server that it would run multiple times a day.

 

Please see attached the error message I get when running it via the server and along with the tool configurations. 

 

Many Thanks,

Sha-abaan

 

1 REPLY 1
oneillp111
9 - Comet

@sslamang, you should not be using a drive letter path on the server, it is looking for a path that doesnt exist on the server, instead of D:\ it should be the network path, \\server.com\path\etc...