<?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 EDX External task fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157267#M1309812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right--a task can be used to trigger other tasks. But what is that first task (the one with EDX)? Meaning, what does it do? If it doesn't reload/distribute any files and the command line is empty, then what is the task??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Oct 2010 18:45:06 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2010-10-15T18:45:06Z</dc:date>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157262#M1309802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;In version 9 QEMC, I have defined an external program triggered by an external event. We were able to call that using a vbscript that I got from this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/28641.aspx" target="_blank"&gt;http://community.qlik.com/forums/t/28641.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The task starts but fails. The log is below:&lt;/P&gt;&lt;P&gt;Information: Starting task "XXX" (Attempt 1 of 1)&lt;BR /&gt;Information: Max run time: 1.00:00:00&lt;BR /&gt;Information: Skipping execute of commandline because it's empty.&lt;BR /&gt;Error: Exception=System.Exception: Commandline is empty.&lt;BR /&gt;Error: at QDSMain.ExternalProgramTask.InternalExecute(ILogBucket i_LogBucket)&lt;BR /&gt;Error: at QDSMain.AbstractTask.InternalExecute2(ILogBucket i_LogBucket)&lt;BR /&gt;Error: The task "XXX" failed. ErrorCount=1&lt;/P&gt;&lt;P&gt;I would really appreciate any assistance in resolving this. We are trying to get the monitoring system that controls our data warehouse refresh to launch our qvd reloads.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157262#M1309802</guid>
      <dc:creator>davidgold</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157263#M1309804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well if it's starting then the problem is probably not with EDX but with the task itself. Try starting it manually and see if it runs successfully then.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 00:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157263#M1309804</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-10-15T00:20:30Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157264#M1309806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response. Running the task manually fails with the same log results. I'd appreciate any further thoughts.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 12:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157264#M1309806</guid>
      <dc:creator>davidgold</dc:creator>
      <dc:date>2010-10-15T12:54:53Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157265#M1309808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah so that means it's not an EDX issue. I'm assuming your task has a command line defined in Supporting Tasks. Try writing all command line statements in a VBS file, creating a BAT file that calls the VBS file with CScript, and then calling the BAT file from the Supporting Tasks. If that doesn't work, your problem is more fundamental--probably something wrong with the VBS syntax or routines.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 17:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157265#M1309808</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-10-15T17:50:32Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157266#M1309810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I have nothing in the command line. I guess I really don't know how this is supposed to work. I was hoping that the success of this task could be used to launch subsequent tasks that reload my qvd files and finally my end-users QlikView docs.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 18:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157266#M1309810</guid>
      <dc:creator>davidgold</dc:creator>
      <dc:date>2010-10-15T18:30:30Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157267#M1309812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right--a task can be used to trigger other tasks. But what is that first task (the one with EDX)? Meaning, what does it do? If it doesn't reload/distribute any files and the command line is empty, then what is the task??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 18:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157267#M1309812</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-10-15T18:45:06Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157268#M1309813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It exists purely to get the signal from our scheduling software that our data warehouse is ready. I have several reloads scheduled to run at a set time. I was hoping to replace the time schedule triggers with the success of this task. I guess it's a dummy task. I'm starting to think that this won't work.&lt;/P&gt;&lt;P&gt;Thanks for helping with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 19:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157268#M1309813</guid>
      <dc:creator>davidgold</dc:creator>
      <dc:date>2010-10-15T19:12:38Z</dc:date>
    </item>
    <item>
      <title>EDX External task fails</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157269#M1309814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see. So your data warehouse is triggering this EDX-enabled task when it is "ready" and you then want this task to trigger other tasks. I don't think you can have an entirely empty task, but you can put a "hello world" BAT or something similar that will always succeed. Otherwise, why not just make your first real task EDX-enabled and have the data warehouse call that task?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 19:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-External-task-fails/m-p/157269#M1309814</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-10-15T19:18:26Z</dc:date>
    </item>
  </channel>
</rss>

