<?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: QMSEDX Error code -532462766 : Method GetEDXTaskStatus in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1724448#M1314023</link>
    <description>&lt;P&gt;Just adding a link to the Help for the QMS API area:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2020 12:15:27 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-07-02T12:15:27Z</dc:date>
    <item>
      <title>QMSEDX Error code -532462766 : Method GetEDXTaskStatus</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1719094#M1314013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an error code&amp;nbsp;532462766 from&amp;nbsp;GetEDXTaskStatus&amp;nbsp;Method when i call&amp;nbsp;QMSEDX command line :&lt;BR /&gt;qmsedx.exe&amp;nbsp;&amp;nbsp;-task="RELOAD_DIM_PLANNING_PREVISIONNEL" -qms=http://...../QMS/Service -password="..." -timeout=4800&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It's possible to say server is overload ?&lt;/P&gt;&lt;P&gt;Method GetEDXTaskStatus ping server for state of task, why this method return an error when try GetTASKSTATUS, why not relaunch call and catch error ?&lt;/P&gt;&lt;P&gt;Stack trace :&lt;BR /&gt;Exception non g‚r‚eÿ: System.ServiceModel.FaultException: Message inspection failed&lt;/P&gt;&lt;P&gt;Server stack trace:&lt;BR /&gt;… System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc&amp;amp; rpc)&lt;BR /&gt;… System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)&lt;BR /&gt;… System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)&lt;BR /&gt;… System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)&lt;/P&gt;&lt;P&gt;Exception rethrown at [0]:&lt;BR /&gt;… System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)&lt;BR /&gt;… System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type)&lt;BR /&gt;… QMSEDX.QMSAPI.IQMS.GetEDXTaskStatus(Guid qdsID, Guid executionID)&lt;BR /&gt;… QMSEDX.QMSAPI.QMSClient.GetEDXTaskStatus(Guid qdsID, Guid executionID)&lt;BR /&gt;… QMSEDX.Program.&amp;lt;&amp;gt;c__DisplayClasse.&amp;lt;PollSingleTask&amp;gt;b__d()&lt;BR /&gt;… System.Threading.SpinWait.SpinUntil(Func`1 condition, Int32 millisecondsTimeout)&lt;BR /&gt;… QMSEDX.Program.PollSingleTask(IQMS client, Guid execId, Int32 pollInterval, Int32 timeout)&lt;BR /&gt;… QMSEDX.Program.TriggerAndMonitorTask()&lt;BR /&gt;… QMSEDX.Program.Main(String[] args)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1719094#M1314013</guid>
      <dc:creator>CedricRO</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QMSEDX Error code -532462766 : Method GetEDXTaskStatus</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1719179#M1314017</link>
      <description>&lt;P&gt;Not sure what your question is here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Using-EDX-in-QlikView-11/ta-p/1478952" target="_self"&gt;QMSEDX.exe&lt;/A&gt; (&lt;A href="https://support.qlik.com/articles/000005641" target="_blank"&gt;https://support.qlik.com/articles/000005641&lt;/A&gt;) is just one sample implementation of EDX using .NET and QMS APIs.&lt;/P&gt;&lt;P&gt;There are other implementations with code you can peruse here:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_PublisherTriggeringEDXEnabledTasks.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_PublisherTriggeringEDXEnabledTasks.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/braathen/qv-edx-trigger" target="_blank"&gt;https://github.com/braathen/qv-edx-trigger&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www.qlikblog.at/1472/qliktip-retrieve-edx-tasks-qmsapi/" target="_blank"&gt;http://www.qlikblog.at/1472/qliktip-retrieve-edx-tasks-qmsapi/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Make sure those implementations are updated for the version of QlikView you are using. Those above were developed for QlikView 11, long time ago and &lt;A href="https://community.qlik.com/t5/QlikView-App-Development/QMC-Reload-task-trigger-based-on-windows-scheduler-application/m-p/1318574/highlight/true#M408928" target="_self"&gt;may need modifications in the code&lt;/A&gt; to adjust to QlikView 12.x API calls.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 10:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1719179#M1314017</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2020-06-16T10:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: QMSEDX Error code -532462766 : Method GetEDXTaskStatus</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1719740#M1314021</link>
      <description>&lt;P&gt;i found same post, QMSEDX has been compiler again witch relaunch&amp;nbsp;GetEDXTaskStatus when failed&lt;/P&gt;&lt;P&gt;i think it's good idea.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Deployment/QMSEDX-exe-Unhandled-exception/td-p/372938" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Deployment/QMSEDX-exe-Unhandled-exception/td-p/372938&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 16:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1719740#M1314021</guid>
      <dc:creator>CedricRO</dc:creator>
      <dc:date>2020-06-17T16:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: QMSEDX Error code -532462766 : Method GetEDXTaskStatus</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1724448#M1314023</link>
      <description>&lt;P&gt;Just adding a link to the Help for the QMS API area:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 12:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1724448#M1314023</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-07-02T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: QMSEDX Error code -532462766 : Method GetEDXTaskStatus</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1729098#M1314025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i send this version of QMSEDX&amp;nbsp; again witch relaunch&amp;nbsp;GetEDXTaskStatus when failed but no change parameters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When error, warnning events log is created like&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Error Checking the status of task RELOAD_QV0373_SUIVI_COMMANDE_DATA error=System.ServiceModel.FaultException: System.Exception: Could not find a result for the specified execution ID "2e8d95e6-ad2d-48fb-bc95-9fbc3c93df7e"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-Error-code-532462766-Method-GetEDXTaskStatus/m-p/1729098#M1314025</guid>
      <dc:creator>CedricRO</dc:creator>
      <dc:date>2020-07-20T06:36:13Z</dc:date>
    </item>
  </channel>
</rss>

