Can anyone help me to this that how I can run a alteryx module from command prompt or by .bat file.
Hi,
There is a command line utility "AlteryxEngineCmd.exe" under "C:\Program Files\Alteryx\bin"
so using the above Utility you can pass the argument
please refer the below link for each type of module
http://help.alteryx.com/10.1/index.htm#Command_Line.htm?Highlight=AlteryxEngineCmd
Please keep in mind that in order to run Alteryx from the command line your license will need to grant permission to use the feature API and command line interface.
Otherwise when you try to run a command it will simply say "The Feature API is not licensed"
To check this, go to Options -> Manage Licenses and see if API & Command Line w/ Scheduler is checked.
You can buy another license to use the exe or just write a script in autoIT or autohotkey to open Alteryx and hit run button.
The ability to run from cmd on desktop should be included in desktop license in my opnion.
You can run AlteryxEngineCmd in a couple of ways:
There's a lot of flexibility...
Hi ,
I was wondering if AutoHotkey can be used to press the run button inside the workflow after the alteryx file has been opened ? Could you please give me some hints regarding this
@michael_treadwell, I was wondering what it takes to get the "API & Command Line w/ Scheduler" feature of your licence checked. Thanks!
How can i run AlteryxEngineCmd From command prompt (or Powershell)
How can i use Powershell to trigger a module.?
I Completely agree. the current server API doesn't allow the users to upload and run workflows/applications in remote and as many of the workflows used by the community are built as part of larger projects using source controls and CI environments for quality assurance. current situation is that we are forced to either purchase a server license in order to automate a run from a command line which doesn't seem likely, especially considering the server API server access is still lacking. the only other option is to remote to a company Alteryx server and by that 'steal' its resources which is far from optimal for obvious reasons.
Hello Saravanan
I need help in running altryx useing cmd line