Hi all
I have a workflow that uses Run Command tool to execute a .bat file containing AWS CLI commands to download/upload files to S3. It was working perfectly fine until today and now the workflows are erroring out with "
The external program "C:\XXXXXXX\yyyyyyyyyy\ListFiles.bat" returned an error code: 255". verified that from the Gallery able to access the file path and write to it.
Below is the .bat file content.
cd\
cd program files\amazon\awscliv2
aws configure set aws_access_key_id <INSERT ACCESS KEY HERE> && aws configure set aws_secret_access_key <INSERT SECRET KEY HERE>
aws s3 mv s3://<BUCKET> <FILE PATH> --recursive
The above worked before and now works perfectly in my local designer and the designer in Alteryx Server.
Any help/info is appreciated