Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
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