<?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 Supporting tasks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316083#M1307341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create an object for MSXML2.ServerXMLHTTP on QV application but I'm getting the below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: 429 - ActiveX component can't create object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help advice.&lt;/P&gt;&lt;P&gt;I'm using MSXML6 on Windows Server 2003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arnold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 02:22:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-07T02:22:49Z</dc:date>
    <item>
      <title>Supporting tasks</title>
      <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316081#M1307338</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;As our qlikview documents are really big, we don't want that our customers have to wait a lot of time the first time a document is reached. So, and after noticing that the preloaded option in the QEMC doesn't work as we expected we developed a little VBS script to make a fake request to cause a load of the document by the server.&lt;/P&gt;&lt;P&gt;The code is more or less as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;' Create Http object&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;SET gHttp = CreateObject("Microsoft.XMLHTTP")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;url = "&lt;A href="http://localhost/QvAJAXZfc/Authenticate.aspx?keep" target="_blank"&gt;http://localhost/QvAJAXZfc/Authenticate.aspx?keep&lt;/A&gt;="&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;gHttp.Open "GET", url, false, "user", "password"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;gHttp.Send&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;' POST Document request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;url = "&lt;A href="http://localhost/QvAJAXZfc/QvsViewClient.aspx?mark=&amp;amp;host=QVS@arti-p80-qv&amp;amp;view=1/text-2years.qvw&amp;amp;platform=browser.gecko.NaN&amp;amp;dpi=96" target="_blank"&gt;http://localhost/QvAJAXZfc/QvsViewClient.aspx?mark=&amp;amp;host=QVS@test-server&amp;amp;view=1/text-2years.qvw&amp;amp;platform=browser.gecko.NaN&amp;amp;dpi=96&lt;/A&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;gHttp.Open "POST", url, false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;gHttp.Send "&amp;lt;update mark="""" stamp="""" cookie=""true"" scope=""Document"" view=""1/text-2years.qvw"" ident=""null""&amp;gt;&amp;lt;add name=""Document.ActiveSheet"" /&amp;gt;&amp;lt;set name=""Document"" add=""mode;servercontrol;ie6false"" /&amp;gt;&amp;lt;/update&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;SET gHttp = NOTHING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works really well, document is loaded into qv server memory and then the first user to access has not to wait any longer. This code works from&amp;nbsp; command line and as a window scheduled task, but not from supporting task in QEMC. We would like to know why, as we want to do that after the reloading process of the documents.&lt;/P&gt;&lt;P&gt;Logs from publisher doesn't show anything but all ok.&lt;/P&gt;&lt;P&gt;Our Command Line Statement is just: C:\WINDOWS\system32\wscript.exe E:\loader.vbs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or clues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As information: Qlikview Enterprise 10 SR3 x64 on a Windows Server 2008 R2 x64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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/Supporting-tasks/m-p/316081#M1307338</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Supporting tasks</title>
      <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316082#M1307340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must use the object "MSXML2.ServerXMLHTTP" instead of "Microsoft.XMLHTTP".&lt;/P&gt;&lt;P&gt;I think is a good piece of code for anyone having the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316082#M1307340</guid>
      <dc:creator />
      <dc:date>2011-09-01T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Supporting tasks</title>
      <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316083#M1307341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create an object for MSXML2.ServerXMLHTTP on QV application but I'm getting the below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: 429 - ActiveX component can't create object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help advice.&lt;/P&gt;&lt;P&gt;I'm using MSXML6 on Windows Server 2003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arnold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 02:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316083#M1307341</guid>
      <dc:creator />
      <dc:date>2012-05-07T02:22:49Z</dc:date>
    </item>
    <item>
      <title>Supporting tasks</title>
      <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316084#M1307342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnold,&lt;BR /&gt;the source code I posted some time ago was meant to be executed outside the qlikview environment, as an independent VBS script. What you are trying to do is to create a MSXML2.ServerXMLHTTP object inside the script module of a qlikview document, right? Then what I could say is that not all the objects are available inside the script module and... why are you doing that? What is you purpose?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers.&lt;/P&gt;&lt;P&gt;Ferran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 09:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316084#M1307342</guid>
      <dc:creator />
      <dc:date>2012-05-08T09:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Supporting tasks</title>
      <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316085#M1307343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can to this with a .bat file.&amp;nbsp; Write a .bat file to open to open the document in AJAX and then use the kill command after a pause. Sample: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Start iexplore.exe "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/QvAJAXZfc/opendoc.htm?document=WI47146/freda2.qvw&amp;amp;host=QVS@qv11"&gt;http://localhost/QvAJAXZfc/opendoc.htm?document=WI47146/freda2.qvw&amp;amp;host=QVS@qv11&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIMEOUT /T 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;taskkill /F /IM iexplore.exe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 11:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316085#M1307343</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2012-05-08T11:49:18Z</dc:date>
    </item>
    <item>
      <title>Supporting tasks</title>
      <link>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316086#M1307344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing an integration of a website on QVW document.&lt;/P&gt;&lt;P&gt;This works now. Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 01:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supporting-tasks/m-p/316086#M1307344</guid>
      <dc:creator />
      <dc:date>2012-05-11T01:00:08Z</dc:date>
    </item>
  </channel>
</rss>

