<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using command line to run a workflow on a different machine in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177432#M1879</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3835"&gt;@stevea&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We currently have Alterryx Desktop and a pretty simple workflow.&amp;nbsp; What I am hoping to do is refresh this workflow from a bat file (rather than opening the workflow in the Designer and running it manually).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible to achieve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2018 14:19:50 GMT</pubDate>
    <dc:creator>fiorano</dc:creator>
    <dc:date>2018-06-26T14:19:50Z</dc:date>
    <item>
      <title>Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/22088#M260</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're just getting our feet wet over here, and recently brought alteryx into the fold.&amp;nbsp; We have been regular Tableau users for years, and currently we excute some extract jobs on one machine from batch scripts, which then login and run tabcmd on the tableau server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are looking to do something similar with Alteryx workflows.&amp;nbsp; I have been looking for a good example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, say we have a workflow called "travel.yxmd", and we want to run this workflow from a command line on a machine other than the alteryx server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any examples of how this looks on windows 2008 R2 servers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logging in, and then executing the command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I say we are new to this, I mean liek weeks old.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the satandard command from the directory on the alteryx server:&amp;nbsp; AlteryxEngineCmd.exe MyWorkflow.yxmd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I truly appreciate the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 20:31:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/22088#M260</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2016-05-19T20:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/22136#M261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/6524"&gt;@jgolden﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've had great luck with Microsoft's Sysinternals suite of tools&amp;nbsp;in the past for jobs such as this (specifically a tool called "psexec") and it&amp;nbsp;works well here as well.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;First, download the Sysinternals tools from &lt;A href="https://technet.microsoft.com/en-us/sysinternals/bb842062.aspx" target="_self"&gt;Microsoft's TechNet&lt;/A&gt;. &amp;nbsp;I recommend unpacking the tools&amp;nbsp;to a simple location such as "c:\sysinternals" because these are command-line tools and simple paths make things&amp;nbsp;easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After downloading and unpacking, open a command shell, navigate to the "c:\sysinternals" directory, and enter "psexec /?". &amp;nbsp;After accepting the EULA you will see the command line options as shown here:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/5471i1C4B42ABD3B142DA/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="psexec.png" title="psexec.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, build up your&amp;nbsp;command to run the &lt;EM&gt;AlteryxEngineCmd.exe&lt;/EM&gt; on&amp;nbsp;the remote machine. There are a number of options that can be passed to the&amp;nbsp;&lt;EM&gt;AlteryxEngineCmd.exe&lt;/EM&gt;, but&amp;nbsp;this example&amp;nbsp;assumes there's a module to run in a particular directory (c:\temp\MortgageCalculator.yxwz) and that no parameters are being passed to the module. &amp;nbsp;The results of the module run will be shown on the machine from which you're running the remote job:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/5472i2EAA8EEFA37BDE88/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="psexec_example.png" title="psexec_example.png" /&gt;&lt;/P&gt;
&lt;P&gt;Note that&amp;nbsp;you must have a valid user on the target machine and the firewall on the target machine may need to be opened to allow for remote access. &amp;nbsp;I would encourage caution before dropping a firewall completely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully this works for you... please let us know if you&amp;nbsp;have success or run into problems.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best,&lt;/P&gt;
&lt;P&gt;Steve A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 15:36:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/22136#M261</guid>
      <dc:creator>stevea</dc:creator>
      <dc:date>2016-05-20T15:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/22149#M262</link>
      <description>&lt;P&gt;Thanks, Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll give it a go!&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 16:19:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/22149#M262</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2016-05-20T16:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/176265#M1861</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/6524"&gt;@jgolden&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you&amp;nbsp; get this to work? I am also trying to automate a workflow from a batch file.....&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 11:12:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/176265#M1861</guid>
      <dc:creator>fiorano</dc:creator>
      <dc:date>2018-06-22T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/176298#M1867</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not exactly. However, I am doing something you may have success with. I've downloaded PSTools on host and target machine, and then created a batch script to run to run the psexec from PSTools to go to the other machine's directory where the batch is, and execute the command.&lt;BR /&gt;&lt;BR /&gt;I'm sure there is a better way, but for what I needed, it worked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jamie Golden l Business Intelligence Administrator &amp;amp; Analyst l Grand Circle LLC, Boston MA&lt;BR /&gt;Direct (617) 346-6205 l jgolden@oattravel.com</description>
      <pubDate>Fri, 22 Jun 2018 13:39:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/176298#M1867</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2018-06-22T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177428#M1878</link>
      <description>Actually, we are using alteryx as part of a reporting solution.&lt;BR /&gt;&lt;BR /&gt;A 3rd party tool we use for scheduling, called activebatch, also you to script jobs to trigger based on various completion during nightly, datawarehouse batch jobs.&lt;BR /&gt;&lt;BR /&gt;This is done in ActiveBatch, on a dedicated cluster. When DW batch is done, it riggers on success a scheduled activebatch job, which passes a PSTools command to the Alteryx server, where a bat file is sitting in a directory to run. This bat file runs the alterx command line job which executes a workflow.&lt;BR /&gt;&lt;BR /&gt;As an additional note, this workflow, upon completion, sends an email to the activebatch server, which then triggers a tableau tabcmd job to dun a datasource refresh extract command.&lt;BR /&gt;&lt;BR /&gt;A few moving parts, but works consistently.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jamie Golden l Business Intelligence Administrator &amp;amp; Analyst l Grand Circle LLC, Boston MA&lt;BR /&gt;Direct (617) 346-6205 l jgolden@oattravel.com</description>
      <pubDate>Mon, 25 Jun 2018 08:58:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177428#M1878</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2018-06-25T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177994#M1893</link>
      <description>Not sure - that may require some form of authentication locally.&lt;BR /&gt;&lt;BR /&gt;Sorry I don't have more for the desktop version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jamie Golden l Business Intelligence Administrator &amp;amp; Analyst l Grand Circle LLC, Boston MA&lt;BR /&gt;Direct (617) 346-6205 l jgolden@oattravel.com</description>
      <pubDate>Mon, 25 Jun 2018 08:58:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177994#M1893</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2018-06-25T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177376#M1877</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/20778"&gt;@fiorano&lt;/a&gt;&amp;nbsp;What exactly are you trying to achieve?&amp;nbsp; I've had good success using Alteryx to generate bat scripts&amp;nbsp;to automate workflow execution, but not [yet] on a remote machine (for example, in the benchmarking app posted here&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Engine-Works-Blog/Measuring-and-Scaling-a-Private-Server/ba-p/8786" target="_blank"&gt;https://community.alteryx.com/t5/Engine-Works-Blog/Measuring-and-Scaling-a-Private-Server/ba-p/8786&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know what you're aiming for and perhaps we can assist...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 12:06:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177376#M1877</guid>
      <dc:creator>stevea</dc:creator>
      <dc:date>2018-06-26T12:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177432#M1879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3835"&gt;@stevea&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We currently have Alterryx Desktop and a pretty simple workflow.&amp;nbsp; What I am hoping to do is refresh this workflow from a bat file (rather than opening the workflow in the Designer and running it manually).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible to achieve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:19:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177432#M1879</guid>
      <dc:creator>fiorano</dc:creator>
      <dc:date>2018-06-26T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177437#M1880</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/20778"&gt;@fiorano&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll say "YES" but it depends on what exactly you mean by the&amp;nbsp;phrase "refresh this workflow"?&amp;nbsp; Can you elaborate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't yet done so, take a look at the&amp;nbsp;workflow linked at the bottom of the&amp;nbsp;blog post on benchmarking.&amp;nbsp; It shows how a workflow can be used to update the command line for a bat script which in turn drives the&amp;nbsp;Server on the command line.&amp;nbsp; The bat script is included in the YXZP package for reference, so that may be a starting point for you.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:29:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177437#M1880</guid>
      <dc:creator>stevea</dc:creator>
      <dc:date>2018-06-26T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177438#M1881</link>
      <description>&lt;P&gt;So, how we have it set is there is a folder where the workflows are kept on a D: drive.&lt;BR /&gt;&lt;BR /&gt;We have a batch script folder on C: drive, where the bat files live, that can be scheduled via either windows scheduler, or a third party tool you may be using.&lt;BR /&gt;&lt;BR /&gt;The bat file looks like this:&lt;BR /&gt;&lt;BR /&gt;D:&lt;BR /&gt;cd "Program Files\Alteryx\bin"&lt;BR /&gt;AlteryxService addtoqueue="D:\alteryx_queue\Key jobs.yxmd",localhost,58XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, it calls the "AlteryxService" task "addtoqueue" which, when run, adds the yxmd to the the scheduler queue on the alteryx machine.&lt;BR /&gt;&lt;BR /&gt;These files live on the primary alteryx scheduler/server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:39:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177438#M1881</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2018-06-26T14:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177453#M1882</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3835"&gt;@stevea&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need to simply run the workflow.&amp;nbsp; We don't have a server licence - we are just running the basic Desktop version.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping that there is a simple way of using a windows batch file and TaskSheduler to run this bat file on a nightly basis rather than remembering to open Alteryx every day and run it manually...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:53:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177453#M1882</guid>
      <dc:creator>fiorano</dc:creator>
      <dc:date>2018-06-26T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177455#M1883</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/6524"&gt;@jgolden&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply... as mentioned we don't have Alteryx Server .. so was wondering if there is a way of 'opening' Alterryx via a batch file and running a workflow...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:55:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177455#M1883</guid>
      <dc:creator>fiorano</dc:creator>
      <dc:date>2018-06-26T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177456#M1884</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/20778"&gt;@fiorano&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, there is.&amp;nbsp; You can use the Alteryx Engine on the command line from your bat script, which in turn can be run from the system scheduler on Windows, or you can drive the Alteryx Engine command line directly from the system scheduler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you open a command shell (&lt;STRONG&gt;cmd.exe&lt;/STRONG&gt;) and navigate to the Alteryx installation directory (by default "&lt;STRONG&gt;c:\Program Files\Alteryx\bin&lt;/STRONG&gt;"), type "&lt;STRONG&gt;AlteryxEngineCmd.exe&lt;/STRONG&gt;" to see the options available.&amp;nbsp; Note that there are other options available on the command line depending on the type of app you are executing, so&amp;nbsp;I encourage you to play with it a bit and turn to Community when you need a hand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy automating!&lt;/P&gt;
&lt;P&gt;Steve A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 15:00:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177456#M1884</guid>
      <dc:creator>stevea</dc:creator>
      <dc:date>2018-06-26T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177953#M1889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3835"&gt;@stevea&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just tried what you suggested and received the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error Alteryx Engine : The feature "API" is not licensed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:21:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177953#M1889</guid>
      <dc:creator>fiorano</dc:creator>
      <dc:date>2018-06-27T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177981#M1890</link>
      <description>Do you have a token to Pass?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jamie Golden l Business Intelligence Administrator &amp;amp; Analyst l Grand Circle LLC, Boston MA&lt;BR /&gt;Direct (617) 346-6205 l jgolden@oattravel.com</description>
      <pubDate>Wed, 27 Jun 2018 17:16:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177981#M1890</guid>
      <dc:creator>jgolden</dc:creator>
      <dc:date>2018-06-27T17:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177988#M1892</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/6524"&gt;@jgolden&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I dont think I do... as I mentioned - we are only running the standard desktop edition of alteryx...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 17:19:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/177988#M1892</guid>
      <dc:creator>fiorano</dc:creator>
      <dc:date>2018-06-27T17:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/178039#M1894</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/20778"&gt;@fiorano&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You must either have Alteryx Desktop with Automation or the Alteryx Server to access the API.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;DanM&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:49:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/178039#M1894</guid>
      <dc:creator>DanM</dc:creator>
      <dc:date>2018-06-27T18:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using command line to run a workflow on a different machine</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/811430#M9401</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is working but I got an error.&lt;/P&gt;&lt;P&gt;Error - ToolId 1: Error SQLDriverConnect: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified despite when I run directly on the other computer this is run successfully either if I run in alteryx or use&amp;nbsp;AlteryxEngineCmd.exe.&lt;/P&gt;&lt;P&gt;The workflow only retrieve data from Aws and send to sql server.&lt;/P&gt;&lt;P&gt;Have you experienced similar issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Szabolcs&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 19:39:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-command-line-to-run-a-workflow-on-a-different-machine/m-p/811430#M9401</guid>
      <dc:creator>Szabolcs</dc:creator>
      <dc:date>2021-08-31T19:39:40Z</dc:date>
    </item>
  </channel>
</rss>

