<?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: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/633127#M7272</link>
    <description>&lt;P&gt;Try...&lt;/P&gt;&lt;P&gt;RDP to the server that runs the problem bat file.&lt;/P&gt;&lt;P&gt;Open a cmd window&lt;/P&gt;&lt;P&gt;Copy/paste the commands from bat file to cmd window.&lt;/P&gt;&lt;P&gt;You may need to press enter so the last line will run.&lt;/P&gt;&lt;P&gt;Examine output for indication of problems.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 13:58:29 GMT</pubDate>
    <dc:creator>hroderick-thr</dc:creator>
    <dc:date>2020-09-14T13:58:29Z</dc:date>
    <item>
      <title>Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/632358#M7261</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, i am trying to run 2 batch files from Alteryx Gallery&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For moving files&lt;/LI&gt;&lt;LI&gt;to trigger auto-reload of QlikView Dashboard using QMSEDX&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Alteryx Server (single node) is separate --&amp;gt; QlikView Server (single node) is separate (all ports and protocols are in place)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workflow run fine when I RDP into Alteryx server and run it and the batch files run on the QlikView server as well from the Alteryx server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, when I create a package (.yxzp) and upload it on Alteryx Gallery, 1st batch file runs (moves files successfully) but 2nd one doesn't trigger auto-reload of QlikView dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no error and the workflow just keeps on running till countdown of 10 like below -&amp;nbsp;&lt;/P&gt;&lt;DIV class="page group"&gt;&lt;DIV class="group cloud_main_main loaded cloud_app_questions"&gt;&lt;DIV class="questions group app cloud_models_app_5f50e218f7f046047015e6ae"&gt;&lt;DIV class="app_results"&gt;&lt;DIV class="app_loading"&gt;&lt;DIV&gt;Job Status: Running&lt;DIV class="job_status_error retrying"&gt;Retry Attempt: &lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;Results will appear when the Workflow is finished running.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="page group"&gt;&lt;DIV class="group cloud_main_main loaded cloud_app_questions"&gt;&lt;DIV class="questions group app cloud_models_app_5f50e218f7f046047015e6ae"&gt;&lt;DIV class="app_results"&gt;&lt;DIV class="app_loading"&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then shows this -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="page group"&gt;&lt;DIV class="group cloud_main_main loaded cloud_app_questions"&gt;&lt;DIV class="questions group app cloud_models_app_5f50e218f7f046047015e6ae"&gt;&lt;DIV class="app_results"&gt;&lt;DIV class="app_loading"&gt;&lt;DIV&gt;&lt;DIV class="job_status_error"&gt;We are unable to get the status of your workflow results at this time. You can close this view and check the &lt;A href="http://na" target="_self"&gt;Workflow Results&lt;/A&gt; page later.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I check the workflow results page, it gives below -&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="page group"&gt;&lt;DIV class="group cloud_main_main loaded cloud_job_list"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="dialog__dialog___39qko"&gt;&lt;DIV class="common__group___gtPqd dialog__content___2fGaw"&gt;&lt;DIV&gt;Unknown error. ArgumentException RequestID: 72433d998244463ab1fbee4bf9d3ad32&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Copy.bat file has below command -&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;echo D | xcopy /S /I /Q /Y /F "\\&lt;STRONG&gt;QlikViewServer&lt;/STRONG&gt;\QlikViewDashboardFiles\ExecDashboard\L1 Output\*.*" "\\&lt;STRONG&gt;QlikViewServer&lt;/STRONG&gt;\QlikViewDashboardFiles\ExecDashboard\QV Input"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Trigger.bat file has below command -&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;\\&lt;STRONG&gt;QlikViewServer&lt;/STRONG&gt;\QlikViewDashboardFiles\ExecDashboard\QMSEDX\QMSEDX.exe -task="Reload and Distribute of ExecDashboard\Executive Dashboard - Redesigned-Live.qvw" -qms="http://&lt;STRONG&gt;QlikViewServer&lt;/STRONG&gt;:4799/QMS/Service"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be highly apriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 15:14:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/632358#M7261</guid>
      <dc:creator>prashantkumar</dc:creator>
      <dc:date>2020-09-11T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/632494#M7265</link>
      <description>&lt;P&gt;When you run on the server, can you use the same credentials as gallery?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you put both commands into one bat file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using run command tool or event?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you make the black cmd window appear and add a pause statement to the end to debug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try putting 'call ' at the beginning of your commands...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;call xcopy...&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;call&amp;nbsp;\\&lt;STRONG&gt;QlikViewServer&lt;/STRONG&gt;\QlikViewDashboardFiles\ExecDashboard\QMSEDX\QMSEDX.exe...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 20:35:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/632494#M7265</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2020-09-11T20:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/632937#M7270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;hroderick-thr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;Thank you so much for taking out time to reply to my question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I use same credentials for RDP into Alteryx server and Alteryx Gallery, and both the commands are into a single bat file and I am using the command tool for QMSEDX. So I don't think this will be issue of creds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run it from server the cmd window pops up, waits for 2 min and the reload of QlikView starts, because it triggers the reload of QlikView dashboard, I never thought of using pause statement because there was nothing to debug. Would you recommend using pause when trying to run from Alteryx Gallery?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As suggested, I tried call before each commands, but same thing, copying works but not the QMSEDX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 07:19:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/632937#M7270</guid>
      <dc:creator>prashantkumar</dc:creator>
      <dc:date>2020-09-14T07:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/633127#M7272</link>
      <description>&lt;P&gt;Try...&lt;/P&gt;&lt;P&gt;RDP to the server that runs the problem bat file.&lt;/P&gt;&lt;P&gt;Open a cmd window&lt;/P&gt;&lt;P&gt;Copy/paste the commands from bat file to cmd window.&lt;/P&gt;&lt;P&gt;You may need to press enter so the last line will run.&lt;/P&gt;&lt;P&gt;Examine output for indication of problems.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 13:58:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/633127#M7272</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2020-09-14T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/633150#M7273</link>
      <description>&lt;P&gt;So I tried it, and it run without any issue and triggers the reload as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow when I upload it on Alteryx Gallery, it doesn't work, the first part work (moving files) but the QMSEDX dosen't work from Alteryx Gallery&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am at my wits end here &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:20:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/633150#M7273</guid>
      <dc:creator>prashantkumar</dc:creator>
      <dc:date>2020-09-14T14:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/750773#M8734</link>
      <description>&lt;P&gt;thanks, it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 17:51:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/750773#M8734</guid>
      <dc:creator>prashantkumar</dc:creator>
      <dc:date>2021-04-23T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/750983#M8739</link>
      <description>&lt;P&gt;Please mark solved if it did the trick.&lt;/P&gt;&lt;P&gt;Likes are nice.&lt;/P&gt;&lt;P&gt;Solves earn clout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 01:10:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/750983#M8739</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2021-04-25T01:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/1262482#M15295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What was the resolution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 03:56:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/1262482#M15295</guid>
      <dc:creator>Fahmad100</dc:creator>
      <dc:date>2024-04-16T03:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Run Batch File from Alteryx Gallery to trigger QlikView QMSEDX</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/1271756#M15422</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145981"&gt;@prashantkumar&lt;/a&gt;&amp;nbsp; I recommend the TIMEOUT command that continues after a few seconds instead of the PAUSE which requires operator intervention. A gallery job running in the background with a PAUSE statement would be bad.&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 12:20:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Run-Batch-File-from-Alteryx-Gallery-to-trigger-QlikView-QMSEDX/m-p/1271756#M15422</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2024-05-11T12:20:08Z</dc:date>
    </item>
  </channel>
</rss>

