Hello,
I am trying to execute a workflow using a batch script with AlteryxEngineCmd.exe and I am getting the below messages. Will someone tell me how to resolve? Thanks!
"This version of AlteryxEngineCmd.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-Bit) version of the program and then contact the software publisher"
"...AlteryxEngineCmd.exe cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit version is available."
Batch Script code:
REM execute workflow
"C:\Program Files\Alteryx\bin\AlteryxEngineCmd.exe" Ocean Proportional Pull Ahead 2.2 Automated.yxmd
REM timeout cmd window after 1 & 1/2 hours
REM timeout unit is in seconds
timeout 5400
exit