<?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: reload fails when client and server are on different systems. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418690#M1272611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified the command so that it looks into the shared folder. This works when I execute it on the desktop, but not via IE.&lt;/P&gt;&lt;P&gt;strCommand = chr(34) &amp;amp; "\\optimatest\Distribution Service\QlikviewDistributionService.exe"&amp;nbsp; &amp;amp; chr(34) &amp;amp; _&lt;/P&gt;&lt;P&gt; " -r=" &amp;amp; chr(34) &amp;amp; "\\optimatest\QlikViewMount\reloadvictim.qvw" &amp;amp; chr(34)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I modify it so that IE picks up the path?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2013 05:45:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-14T05:45:04Z</dc:date>
    <item>
      <title>reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418689#M1272607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem regarding reload.&lt;SPAN style="color: #ff0000;"&gt;The report is on the server machine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I came up with this for reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;Sub External&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set WSHShell = CreateObject("Wscript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'WSHShell.Run("D:\testserver.bat")&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; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim strCommand&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim strReturnValue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strCommand = chr(34) &amp;amp; "C:\Program Files\QlikView\Publisher\Distribution Service\QlikviewDistributionService.exe"&amp;nbsp; &amp;amp; chr(34) &amp;amp; _&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt; " -r=" &amp;amp; chr(34) &amp;amp; "C:\QlikViewMount\reloadvictim.qvw" &amp;amp; chr(34)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set WshShell = CreateObject("WScript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #ff00ff;"&gt;strReturnValue = WshShell.Run (strCommand, 0, true)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;ActiveDocument.SetClearState&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;ActiveDocument.Variables("vReloadStatus").SetContent "1", true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;This works fine when i invoke the macro in the server via IE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;But, when I do it from a different system,&amp;nbsp; accessing the system via:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://10.113.58.1/QvAjaxZfc/AccessPoint.aspx?open=&amp;amp;id=localhost%7Creloadvictim.qvw&amp;amp;client=Ajax" title="http://10.113.58.1/QvAjaxZfc/AccessPoint.aspx?open=&amp;amp;id=localhost%7Creloadvictim.qvw&amp;amp;client=Ajax" target="_blank"&gt;http://10.113.58.1/QvAjaxZfc/AccessPoint.aspx?open=&amp;amp;id=localhost%7Creloadvictim.qvw&amp;amp;client=Ajax&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it tries to find the .exe on the client,(I believe that is what is happening...I put the command into a .bat file in the local system, and the cmd window popped up momentarily.).But, &lt;SPAN style="color: #ff0000;"&gt;on the server&lt;/SPAN&gt;, I get a log saying, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; Error: SQL Error:[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;1/14/2013 10:28:40 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL State:IM002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;1/14/2013 10:28:40 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; General Script Error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;1/14/2013 10:28:40 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution Failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;1/14/2013 10:28:40 AM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;So, I am not really sure what is happening. What should I do so that reload happens on the remote server?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Anju&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&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/reload-fails-when-client-and-server-are-on-different-systems/m-p/418689#M1272607</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418690#M1272611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified the command so that it looks into the shared folder. This works when I execute it on the desktop, but not via IE.&lt;/P&gt;&lt;P&gt;strCommand = chr(34) &amp;amp; "\\optimatest\Distribution Service\QlikviewDistributionService.exe"&amp;nbsp; &amp;amp; chr(34) &amp;amp; _&lt;/P&gt;&lt;P&gt; " -r=" &amp;amp; chr(34) &amp;amp; "\\optimatest\QlikViewMount\reloadvictim.qvw" &amp;amp; chr(34)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I modify it so that IE picks up the path?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 05:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418690#M1272611</guid>
      <dc:creator />
      <dc:date>2013-01-14T05:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418691#M1272614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;Sub winprocess&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strComputer = "optimatest"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strCommand = chr(34) &amp;amp; "C:\Program Files\QlikView\Publisher\Distribution Service\QlikviewDistributionService.exe"&amp;nbsp; &amp;amp; chr(34) &amp;amp; _&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt; " -r=" &amp;amp; chr(34) &amp;amp; "C:\QlikViewMount\reloadvictim.qvw" &amp;amp; chr(34)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; Set objWMIService = GetObject("winmgmts:" &amp;amp; "{impersonationLevel=impersonate}!\\" &amp;amp; strComputer &amp;amp; "\root\cimv2")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objProcess = objWMIService.Get("Win32_Process")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt; errReturn = objProcess.Create(strCommand, null, null, intProcessID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt; If errReturn = 0 Then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Wscript.Echo "notepad.exe was started with a process ID: " &amp;amp; intProcessID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Variables("vReloadStatus").SetContent "1", true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Wscript.Echo "notepad.exe could not be started due to error: " &amp;amp; errReturn&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;but it gave the error: Permission denied 'GetObject'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I should be able to login to this system and then do an ODBC connect !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How do I achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Anju&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 09:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418691#M1272614</guid>
      <dc:creator />
      <dc:date>2013-01-14T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418692#M1272615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third method I am thinking of ....:)...which seems to be the best one going by previous posts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this script.. whose invocation syntax is &lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; margin-top: 0.04in;"&gt;&lt;SPAN style="font-family: Courier New,serif; color: #ff0000;"&gt; &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="en-GB"&gt;trigger-qds taskName taskPassword&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt;'&lt;BR /&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start a Publisher EDX Task&lt;BR /&gt;'&lt;BR /&gt;QDS = "&lt;A class="jive-link-external-small" href="http://localhost:4720/qtxs.asmx"&gt;http://localhost:4720/qtxs.asmx&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; argc = WScript.Arguments.Count&lt;BR /&gt;if argc &amp;lt;&amp;gt; 2 then&lt;BR /&gt; Wscript.Echo "Usage: trigger-qds.vbs taskName taskPassword"&lt;BR /&gt; Wscript.Quit&lt;BR /&gt;end if&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt;&lt;SPAN style="color: #ff0000;"&gt; EDXTASK&lt;/SPAN&gt; = WScript.Arguments.Item(0)&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;EDXPSWD&lt;/SPAN&gt; = WScript.Arguments.Item(1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; '&amp;lt;Global method="RequestEDX"&amp;gt;&lt;BR /&gt;' &amp;lt;i_TaskIDOrTaskName&amp;gt;Reload_BBCnews&amp;lt;/i_TaskIDOrTaskName&amp;gt;&lt;BR /&gt;' &amp;lt;i_Password&amp;gt;password&amp;lt;/i_Password&amp;gt;&lt;BR /&gt;'&amp;lt;/Global&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; REQUEST = "&amp;lt;Global method=""RequestEDX""&amp;gt;"&lt;BR /&gt;REQUEST = REQUEST &amp;amp; "&amp;lt;i_TaskIDOrTaskName&amp;gt;" &amp;amp; EDXTASK &amp;amp; "&amp;lt;/i_TaskIDOrTaskName&amp;gt;"&lt;BR /&gt;REQUEST = REQUEST &amp;amp; "&amp;lt;i_Password&amp;gt;" &amp;amp; EDXPSWD &amp;amp; "&amp;lt;/i_Password&amp;gt;"&lt;BR /&gt;REQUEST = REQUEST &amp;amp; "&amp;lt;/Global&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; ' execute the request&lt;BR /&gt;dim xmlHttp&lt;BR /&gt;set xmlHttp = createobject("Microsoft.XMLHTTP")&lt;BR /&gt;xmlHttp.open "POST", QDS, False&lt;BR /&gt;xmlHttp.setRequestHeader "Content-Type", "text/xml"&lt;BR /&gt;xmlHttp.Send REQUEST&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; ' show the response&lt;BR /&gt;'WScript.Echo xmlHttp.responseText &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; ' Load the Response into an XML object&lt;BR /&gt;dim xml&lt;BR /&gt;set xml = createobject("Microsoft.XMLDOM")&lt;BR /&gt;xml.async = false&lt;BR /&gt;xml.loadXML(xmlHttp.responseText) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; ' Build an XSLT string to extract the TaskStartResult from the XML response&lt;BR /&gt;XSLT =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;xsl:stylesheet version=""1.0"""&lt;BR /&gt;&lt;SPAN lang="en-AU"&gt;XSLT = XSLT &amp;amp; " xmlns:xsl=""&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;""&amp;gt;"&lt;BR /&gt;&lt;/SPAN&gt;XSLT = XSLT &amp;amp; "&amp;lt;xsl:template match=""/""&amp;gt;"&lt;BR /&gt;XSLT = XSLT &amp;amp; "&amp;lt;xsl:for-each select=""RequestEDX/RequestEDXResult""&amp;gt;"&lt;BR /&gt;XSLT = XSLT &amp;amp; "&amp;lt;xsl:value-of select=""TaskStartResult""/&amp;gt;"&lt;BR /&gt;XSLT = XSLT &amp;amp; "&amp;lt;/xsl:for-each&amp;gt;"&lt;BR /&gt;XSLT = XSLT &amp;amp; "&amp;lt;/xsl:template&amp;gt;"&lt;BR /&gt;XSLT = XSLT &amp;amp; "&amp;lt;/xsl:stylesheet&amp;gt;"&lt;BR /&gt;'WScript.Echo XSLT&lt;BR /&gt;' Load the XSLT into an XML object&lt;BR /&gt;dim xsl&lt;BR /&gt;set xsl = createobject("Microsoft.XMLDOM")&lt;BR /&gt;xsl.async = false&lt;BR /&gt;xsl.loadXML(XSLT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB"&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; ' Transform the XML result to extract the TaskStartResult&lt;BR /&gt;' then skip the first 40 bytes of XML Header&lt;BR /&gt;RESULT = Mid(xml.transformNode(xsl),40,99)&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; Select case RESULT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case "Success":&lt;BR /&gt; RC = 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case "TaskNotFound":&lt;BR /&gt; RC = 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case "OtherError":&lt;BR /&gt; RC = 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case Other&lt;BR /&gt; RC = 90&lt;BR /&gt;End Select&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt; WScript.Echo RESULT&lt;BR /&gt;WScript.Quit RC&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB"&gt;&lt;/P&gt;&lt;P lang="en-GB"&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #000000;"&gt;but could someone tell me what &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #ff00ff;"&gt;&lt;SPAN style="color: #ff0000;"&gt;EDXTASK and &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;EDXPSWD are:&amp;nbsp; is edxtask another batch file which contains '&lt;/SPAN&gt;&lt;/SPAN&gt;C:\Program Files\QlikView\Publisher\Distribution Service\QlikviewDistributionService.exe' -r "C:\QlikViewMount\reloadvictim.qvw"&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: Courier New,serif;"&gt;' ? but then what is edxpswd?&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB"&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New,serif; color: #333333;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-GB" style="padding-left: 45px; padding: 0.01in 0.06in;"&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: Courier New,serif;"&gt;&lt;SPAN style="color: #333333;"&gt;Anju&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 09:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418692#M1272615</guid>
      <dc:creator />
      <dc:date>2013-01-14T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418693#M1272616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the password of the system I am trying to contact. But, that gave me an&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'access denied' message at line 30 , which is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'xmlHttp.Send REQUEST'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 10:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418693#M1272616</guid>
      <dc:creator />
      <dc:date>2013-01-14T10:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418694#M1272617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The principle of using EDX is:&lt;/P&gt;&lt;P&gt;1. create a task in QVServer, setting the Reload option as 'On an external event' and set an optional password.&lt;/P&gt;&lt;P&gt;2. create a batch file, or macro in a qv app, or a VBA macro in Excel, or a VBS file, or anyting with the above code you posted, which will be in charge of triggering the task you've created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, "EDXTASK" and "EDXPSWD" are the task and password you've created as in step 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 14:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418694#M1272617</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2013-01-15T14:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418695#M1272618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are keeping edxtask as the last resort as we are afraid some issues might arise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, is there no way to get the syntax right for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;strCommand = chr(34) &amp;amp; "C:\Program Files (x86)\QlikView\Qv.exe"&amp;nbsp; &amp;amp; chr(34) &amp;amp; _&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt; " /r" &amp;amp; chr(34) &amp;amp; "C:\QlikViewMount\reloadvictim.qvw" &amp;amp; chr(34)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="color: #ff0000;"&gt;I guess I have to get the syntax of /r right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;When I put this into a batch file , it works fine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"Z:\Qv.exe" /r "Y:\reloadvictim.qvw" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where 'Z' and 'Y' are network drives mapping to the server. When I run this command , the log&lt;/P&gt;&lt;P&gt;shows that data is fetched correctly, but this is not reflected in the document!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas if I give &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Z:\Qv.exe" /l "Y:\reloadvictim.qvw"&lt;/P&gt;&lt;P&gt;a it opens the doc and the reloaded data is present!, but we can't use this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 06:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418695#M1272618</guid>
      <dc:creator />
      <dc:date>2013-01-16T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418696#M1272619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried EDX. On the server, for the document reloadvictim.qvw, I checked 'On External Event' and gave password 'welcome'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, &lt;/P&gt;&lt;P&gt;I put RequestEDX10.vbs on the server and invoked it with the command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:\RequestEDX10.vbs /t:"reloadvictim.qvw" /p:welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It returned 'Success', but the document did not get reloaded!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else I should take care of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 09:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418696#M1272619</guid>
      <dc:creator />
      <dc:date>2013-01-16T09:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: reload fails when client and server are on different systems.</title>
      <link>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418697#M1272620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is fixed!.&lt;/P&gt;&lt;P&gt;Please see this thread!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/293671#293671" title="http://community.qlik.com/message/293671#293671"&gt;http://community.qlik.com/message/293671#293671&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 07:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reload-fails-when-client-and-server-are-on-different-systems/m-p/418697#M1272620</guid>
      <dc:creator />
      <dc:date>2013-01-24T07:25:49Z</dc:date>
    </item>
  </channel>
</rss>

