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

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Run Command Error

Alwin21
6 - Meteoroid

ss.png

 

 

 

 

 

 

 

Hi Everyone, 

 i got an error with the run command Tool, the error says no valid Win32 application. don't know what that's mean. Please help. thank you

3 REPLIES 3
SPetrie
13 - Pulsar

Its trying to run a batch command with nothing in it so its generating an error.

SPetrie_0-1662501821673.png

 

 

 

apathetichell
20 - Arcturus

Your workflow is looking for a file called "%temp%/RunCommand.bat" instead of %temp%/RunCommand.Bat - ie a file called RunCommand.bat at Engine.TempFilePath  (%temp%)...

flying008
15 - Aurora

Hi, @Alwin21 

 

Maybe you need remove the double quote in below:

 

flying008_0-1662538697830.png

 

Labels
Top Solution Authors