Alteryx Forums  

Go Back   Alteryx Forums > Alteryx Forums > Alteryx Products Forum > Alteryx

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-09-2009, 03:37 PM
Margarita Wilshire Margarita Wilshire is offline
Administrator
 
Join Date: Sep 2009
Location: Plano, TX
Posts: 50
Cool Command Line Switches

Question:
Can we use command line switches with Alteryx? Looking to add them to shortcuts, or from within VB.

Answer:
Samples of Command Line switches:

1) This will put the alteryx_module in the scheduler with a "Now", Current DateTime, Current User and a comment of "ScheduleRunNow parameter".
"C:\PROGRAM FILES\SRC\ALTERYX5.0\AlteryxGui.exe" /ScheduleRunNow alteryx_module.yxmd

2) This will open the last opened module:
"C:\PROGRAM FILES\SRC\ALTERYX5.0\AlteryxGui.exe" /OpenRecent

3) If you want to just run a module without opening AlteryxGui
"C:\PROGRAM FILES\SRC\ALTERYX5.0\AlteryxEngineCmd.exe" alteryx_module.yxmd >c:\temp\alteryx_output.log

4) Usage:

alteryxenginecmd MyModule.yxmd

or
alteryxenginecmd MyWizard.yxwz WizardValues.xml

or
alteryxenginecmd WizardValues.xml
Runs the wizard contained in the <Module>Path</Module> tag of WizardValues.xml

Returns: 0 - Success, 1 - Warnings Exist, 2 - Errors Exist

Thanks to Andy for the question.
Thanks to Tara & Linda for the answers.

Last edited by Margarita Wilshire; 11-09-2009 at 08:31 PM.
Reply With Quote
Reply

Tags
command, command switches, switch

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get a Poly-line from a Polygon Region sinam Spatial Processes 0 05-15-2009 03:10 PM


All times are GMT -6. The time now is 11:18 AM.


Powered by vBulletin® Version 3.7.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.