We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Error Code

TaraA
7 - Meteor

Has anyone received the below error code when saving a workflow to the UAT Server? Does anyone know how to fix this error code?

 

The external program "cmd.exe" returned an error code: -1

3 REPLIES 3
fmvizcaino
17 - Castor
17 - Castor

Hi @TaraA ,

 

I believe this is related to a run command tool in the workflow that is not configured properly to work with the Server or you have an event created to run a command as shown in the image below.

fmvizcaino_0-1686663760470.png

 

Best regards,

Fernando Vizcaino

 

TaraA
7 - Meteor

Thank you, I thought the same. But, the only event I have is for the error report.

 

TaraA_0-1686664397658.png

 

fmvizcaino
17 - Castor
17 - Castor

Are you using any macros in your workflow that could possibly have a run command tool?

 

The error code -1 is a common command line error that means something is wrong in your command line script 😅 which is not very helpful.