Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

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

Command tool issues in Alteryx Gallery

nataliamiteva
8 - Asteroid

Hi all!

 

I am using the command tool for the first time and have build a workflow which reads the contents of an AWS S3 bucket with CLI. The workflow runs successfully in Designer but it errors in the Gallery. 

 

Here's my configuration:

nataliamiteva_1-1620324359712.png

nataliamiteva_2-1620324402752.png

 

The results input "awslist.txt" is read from the Alteryx gallery machine.

 

And the error:

nataliamiteva_3-1620324432620.png

 

I also tried using the full paths in the cmd tool configuration but that returned an error too:

 

nataliamiteva_4-1620324605768.png

 

Any ideas for a solution?
 
Many thanks!!!
Natalia
3 REPLIES 3
RishiK
Alteryx
Alteryx

@nataliamiteva have a look at this article:

 

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Extending-Integration-with-AWS/ta-p...

 

It looks like @phil_rimmer had a similar issue a few months back. 

danilang
19 - Altair
19 - Altair

Hi @nataliamiteva 

 

Has AWSCLI been installed on the server?

Does the service account that runs the gallery have access to "c:\users\administrator\..." on the server?

 

Dan

 

 

nataliamiteva
8 - Asteroid

Thanks @RishiK & @danilang! It turned out that the permissions were not set up correctly to access the Administrator's folders. Changing the below setting resolved the issue: 

 

nataliamiteva_0-1620666790436.png