<?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 Response in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EDX-Response/m-p/848787#M297807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using EDX 11 to get the list of failed tasks and run those tasks from .net application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the list and run the one by one task using external event trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tasks which are failed in QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the QMSEDX.exe, I get the list of failed task as 2 and I run then one after the other.&lt;/P&gt;&lt;P&gt;1. Task A&lt;/P&gt;&lt;P&gt;2. Task B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task A runs fine, but fails in publisher and I get the status back as failed.&lt;/P&gt;&lt;P&gt;and Task A runs fine and completes the task in publisher. but unable to get the response in QMSEDX.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug the application, I get an error as&lt;/P&gt;&lt;P&gt;"System.Exception: Could not find a result for the specified execution ID "9ae02224-00fd-4694-b168-75dc0534cedc"&lt;/P&gt;&lt;P&gt;On drilling down more on this issue, I find that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDXStatus mainTaskResult = PollSingleTask(client, triggerResult.ExecId, _pollIntervall, _timeout);&lt;/P&gt;&lt;P&gt;the triggerResult.ExecId is 49cdf070-86af-4ed1-b7cd-487be212769f&lt;/P&gt;&lt;P&gt;when I give the call to below line&lt;/P&gt;&lt;P&gt;List&amp;lt;EDXStatus&amp;gt; triggeredEDXStatuses = MonitorTriggeredTasks(client, mainTaskResult.TriggeredTasksId);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the monitortriggeredtasks function&lt;/P&gt;&lt;P&gt;EDXStatus singleResult = PollSingleTask(client, item.ExecId, _pollIntervall, _timeout);&lt;/P&gt;&lt;P&gt;here for item.ExecId, i get the execution id as&lt;/P&gt;&lt;P&gt;"9ae02224-00fd-4694-b168-75dc0534cedc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and error as&lt;/P&gt;&lt;P&gt;"System.Exception: Could not find a result for the specified execution ID "9ae02224-00fd-4694-b168-75dc0534cedc".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 11:21:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-29T11:21:31Z</dc:date>
    <item>
      <title>EDX Response</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-Response/m-p/848787#M297807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using EDX 11 to get the list of failed tasks and run those tasks from .net application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the list and run the one by one task using external event trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tasks which are failed in QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the QMSEDX.exe, I get the list of failed task as 2 and I run then one after the other.&lt;/P&gt;&lt;P&gt;1. Task A&lt;/P&gt;&lt;P&gt;2. Task B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task A runs fine, but fails in publisher and I get the status back as failed.&lt;/P&gt;&lt;P&gt;and Task A runs fine and completes the task in publisher. but unable to get the response in QMSEDX.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug the application, I get an error as&lt;/P&gt;&lt;P&gt;"System.Exception: Could not find a result for the specified execution ID "9ae02224-00fd-4694-b168-75dc0534cedc"&lt;/P&gt;&lt;P&gt;On drilling down more on this issue, I find that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDXStatus mainTaskResult = PollSingleTask(client, triggerResult.ExecId, _pollIntervall, _timeout);&lt;/P&gt;&lt;P&gt;the triggerResult.ExecId is 49cdf070-86af-4ed1-b7cd-487be212769f&lt;/P&gt;&lt;P&gt;when I give the call to below line&lt;/P&gt;&lt;P&gt;List&amp;lt;EDXStatus&amp;gt; triggeredEDXStatuses = MonitorTriggeredTasks(client, mainTaskResult.TriggeredTasksId);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the monitortriggeredtasks function&lt;/P&gt;&lt;P&gt;EDXStatus singleResult = PollSingleTask(client, item.ExecId, _pollIntervall, _timeout);&lt;/P&gt;&lt;P&gt;here for item.ExecId, i get the execution id as&lt;/P&gt;&lt;P&gt;"9ae02224-00fd-4694-b168-75dc0534cedc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and error as&lt;/P&gt;&lt;P&gt;"System.Exception: Could not find a result for the specified execution ID "9ae02224-00fd-4694-b168-75dc0534cedc".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 11:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-Response/m-p/848787#M297807</guid>
      <dc:creator />
      <dc:date>2015-04-29T11:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: EDX Response</title>
      <link>https://community.qlik.com/t5/QlikView/EDX-Response/m-p/848788#M297808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing the same issue. Starting on 4/25/2015 we started receiving this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;System.Exception: Could not find a result for the specified execution ID "b40cfc3f-c197-4d29-a36b-d4ad056b4e8e" ||&amp;nbsp;&amp;nbsp;&amp;nbsp; at QMSBackendCore.Service.ServiceImpl.GetEDXTaskStatus(Guid qdsID, Guid execID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been able to map this to microsoft patches being installed on the same day. I will be reviewing each patch and try to isolate it. (Most likely .NET related).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 13:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EDX-Response/m-p/848788#M297808</guid>
      <dc:creator>jayson_abrams</dc:creator>
      <dc:date>2015-06-18T13:37:12Z</dc:date>
    </item>
  </channel>
</rss>

