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 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 Alumni (Retired)

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

apathetichell
20 - Arcturus

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
Top Solution Authors