<?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 Trigger a task from command line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307802#M710145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can trigger a task using a couple of http posts as documented in section 27.5 "Triggering EDX Enabled Tasks" of the Qlikview Server Reference guide. You can download a VBS sample "RequestEDX" from &lt;A href="http://robwunderlich.com/downloads/"&gt;http://robwunderlich.com/downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich"&gt;http://robwunderlich&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 05:16:37 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2011-08-30T05:16:37Z</dc:date>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307801#M710144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have rewritten a bat file program which calls a vbscript program. It checks for certain conditions and then runs reload of a qvw using below code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set WshShell = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.Run("cmd.exe /c c:\Progra~1\QlikView\QV.exe /r " &amp;amp; c:\qvjob.qvw)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to run already set task instead reloading the document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for needing to run the task is&lt;/P&gt;&lt;P&gt;i) This program would trigger the first task and a whole series of tasks would be triggerred one after other.&lt;/P&gt;&lt;P&gt;ii) It gives a visual way in QEMC as to which task is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any hint or input to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 17:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307801#M710144</guid>
      <dc:creator />
      <dc:date>2011-08-29T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307802#M710145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can trigger a task using a couple of http posts as documented in section 27.5 "Triggering EDX Enabled Tasks" of the Qlikview Server Reference guide. You can download a VBS sample "RequestEDX" from &lt;A href="http://robwunderlich.com/downloads/"&gt;http://robwunderlich.com/downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich"&gt;http://robwunderlich&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 05:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307802#M710145</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-08-30T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307803#M710146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I am looking for single line command line to replace this in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this below command work great to just reload a qvw document , but I am looking similar one to trigger a task already set in QEMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set WshShell = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.Run("cmd.exe /c c:\Progra~1\QlikView\QV.exe /r " &amp;amp; c:\qvjob.qvw)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307803#M710146</guid>
      <dc:creator />
      <dc:date>2011-09-22T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307804#M710147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you download the RequestEDX and look at the doc? It is a single command line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 17:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307804#M710147</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-09-22T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307805#M710148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly Rob - your downloads are the best!&amp;nbsp; I've been an avid cookbook fan for nearly 2 years and now this RequestEDX is going to be so useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 18:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307805#M710148</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-22T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307806#M710149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the encouraging words. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 18:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307806#M710149</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-09-22T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307807#M710150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob , your code helped resolve the issue of EDX &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 22:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/307807#M710150</guid>
      <dc:creator />
      <dc:date>2011-10-18T22:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/1611832#M710151</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;We have an issue to execute Qlikview reports through ETL (SSIS) after modifying the HTTP to HTTPS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are unable to update data with ETL with HTTPS ,getting issues. So, we want to run through any type of Command line.&lt;/P&gt;&lt;P&gt;So,please guide me how and where to download RequestEDX.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 07:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/1611832#M710151</guid>
      <dc:creator>KishoreSuri</dc:creator>
      <dc:date>2019-08-13T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a task from command line</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/1611833#M710152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please share the same code to us , we also facing some issue with EDX. Will try with the code to fix issue.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 07:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-a-task-from-command-line/m-p/1611833#M710152</guid>
      <dc:creator>KishoreSuri</dc:creator>
      <dc:date>2019-08-13T07:07:00Z</dc:date>
    </item>
  </channel>
</rss>

