Cast your vote for the official 2025 Inspire Pin! Designs were submitted by fellow Community members and reflect the creativity and passion of Alteryx users across the globe. Vote now!
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...