<?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 Reload from a VB Script Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181411#M715924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;miha.batic wrote:&lt;BR /&gt;I have similar problem - my vbscript works OK on my local machine running Windows 7 and QlikView 9 SR2, but it doesn't work on Windows 2003 SP2 with QlikView 9 SR3.&lt;BR /&gt;Is there any solution yet?&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Me too! QV 9 SR 2 (7320) works fine (Windows Server 2003 R2 x64)&lt;/P&gt;&lt;P&gt;But SR 3 (7440) does not - gives me same error mentioned above: "The object invoked has disconnected from its clients"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Apr 2010 22:14:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-23T22:14:53Z</dc:date>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181404#M715914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to schedule a task to reload my qvw. When running the script, I get this Windows Script Host error:&lt;/P&gt;&lt;P&gt;Script: &amp;lt;Script location&amp;gt;&lt;BR /&gt;Line: 10 (varies)&lt;BR /&gt;Char: 1&lt;BR /&gt;Error: The object invoked has disconnected from its clients.&lt;BR /&gt;Code: 80010108&lt;BR /&gt;Source: (null)&lt;/P&gt;&lt;P&gt;Here is the script:&lt;/P&gt;&lt;P&gt;Option Explicit&lt;/P&gt;&lt;P&gt;Dim qv&lt;BR /&gt;Dim qvDoc&lt;/P&gt;&lt;P&gt;Set qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Set qvDoc = qv.OpenDoc("Q:\AgencyList.qvw")&lt;/P&gt;&lt;P&gt;qvDoc.ReloadEx 2,1&lt;/P&gt;&lt;P&gt;qvDoc.save&lt;BR /&gt;qvDoc.CloseDoc&lt;/P&gt;&lt;P&gt;qv.Quit&lt;/P&gt;&lt;P&gt;Set qvDoc = Nothing&lt;BR /&gt;Set qv = Nothing&lt;/P&gt;&lt;P&gt;What am I doing wrong? Why do I always get this issue? Sometimes, it will do the reload, then get the error leaving QlikView open without saving the app. -- The Line # changes according to where it decides to error out.&lt;/P&gt;&lt;P&gt;Once it actually went all the way through the script with no issue.&lt;/P&gt;&lt;P&gt;Also, is there a way for the script to run without visably opening QlikView?&lt;/P&gt;&lt;P&gt;Help!!&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 20:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181404#M715914</guid>
      <dc:creator>jackm75</dc:creator>
      <dc:date>2010-03-15T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181405#M715915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up making a VBA module in an Excel sheet, then using a VBS to call that macro which works.&lt;/P&gt;&lt;P&gt;I would still like to know if anyone knows how to supress QlikView from being visible.&lt;/P&gt;&lt;P&gt;The usual "Q.Visible = False" doesn't work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 00:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181405#M715915</guid>
      <dc:creator>jackm75</dc:creator>
      <dc:date>2010-03-16T00:56:21Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181406#M715916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;You can run the reload with a qv.exe command line switch:&lt;/P&gt;&lt;P&gt;qv.exe /r document.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 03:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181406#M715916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-16T03:58:17Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181407#M715917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgive my ignorance, by could you exlpain a little more about how to use the command line switch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 13:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181407#M715917</guid>
      <dc:creator>jackm75</dc:creator>
      <dc:date>2010-03-16T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181408#M715919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem. My script works fine on WinXP 32bits but It doesn't work on Win2003 x64. I updated QV to SR3 from SR2, before that it works fine on x64. The command line solution isn't an option for me, because I need to copy some tables and graphs using automation.&lt;/P&gt;&lt;P&gt;You can find a simple test that I created at http://dl.dropbox.com/u/1398645/QVAutomationTest.zip. This test works fine on my WinXP 32bits with QV SR3 and didn't work on my Windows Server 2003 64 bits with QV SR3. I also tried some automation with IE to check if I have a problem with OLE, but it works fine on both systems. So, I suspect that it's a QV problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181408#M715919</guid>
      <dc:creator />
      <dc:date>2010-03-17T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181409#M715922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally, I downgraded my QV from SR3 to SR2 and it works fine again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 19:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181409#M715922</guid>
      <dc:creator />
      <dc:date>2010-03-26T19:25:46Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181410#M715923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have similar problem - my vbscript works OK on my local machine running Windows 7 and QlikView 9 SR2, but it doesn't work on Windows 2003 SP2 with QlikView 9 SR3.&lt;/P&gt;&lt;P&gt;Is there any solution yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 09:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181410#M715923</guid>
      <dc:creator />
      <dc:date>2010-03-31T09:20:48Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181411#M715924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;miha.batic wrote:&lt;BR /&gt;I have similar problem - my vbscript works OK on my local machine running Windows 7 and QlikView 9 SR2, but it doesn't work on Windows 2003 SP2 with QlikView 9 SR3.&lt;BR /&gt;Is there any solution yet?&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Me too! QV 9 SR 2 (7320) works fine (Windows Server 2003 R2 x64)&lt;/P&gt;&lt;P&gt;But SR 3 (7440) does not - gives me same error mentioned above: "The object invoked has disconnected from its clients"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 22:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181411#M715924</guid>
      <dc:creator />
      <dc:date>2010-04-23T22:14:53Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181412#M715925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I upgraded from SR2 to SR4 and it works again. x64 / Win2003.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 13:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181412#M715925</guid>
      <dc:creator />
      <dc:date>2010-05-12T13:33:51Z</dc:date>
    </item>
    <item>
      <title>Reload from a VB Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181413#M715926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[quote user="Damián D'Onia"]&lt;/P&gt;&lt;P&gt;I upgraded from SR2 to SR4 and it works again. x64 / Win2003.&lt;/P&gt;&lt;DIV style="CLEAR:both;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Me too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 17:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-from-a-VB-Script-Error/m-p/181413#M715926</guid>
      <dc:creator />
      <dc:date>2010-05-12T17:02:13Z</dc:date>
    </item>
  </channel>
</rss>

