Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Error Code : 255 When Running AWS CLI Command on a Run Command Tool ON ALTERYX SCHEDULER

RonGatmaitan
8 - Asteroid

Hello,

 

The commands are just:

 

cd\
cd program files\amazon\awscliv2
aws s3 sync s3://[Source Folder] [Destination Folder] --profile [Profile] --ca-bundle [cacert.pem path]

 

It works fine when ran at the command prompt or manually run. What could be causing this problem?

 

Our workaround was just to use Windows Scheduler, but I was just curious to find out. Quite inconvenient to maintain two schedulers.

2 REPLIES 2
dheissner
Alteryx
Alteryx

You may want to move this question to the "Discussions > Connect" section, not Designer.

apathetichell
18 - Pollux

can you share a screen grab of the error and the config of your output data?

 

A quick google of the errors points to: the batch file is not where you are stating it is within the location you have given or what you are calling in the batch file is not available. - which seems quite probable.

Labels