<?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: Automatic Reload without server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347056#M128403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm not using schudeler task yet. What I'm doing is execute the task with double clic. But the document thrown that error (Failed to open document).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2012 16:49:04 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2012-06-11T16:49:04Z</dc:date>
    <item>
      <title>Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347049#M128396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to automatize qlikview to do automatic reload? The idea is reload several sheets every day.&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, 11 Jun 2012 13:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347049#M128396</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-11T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347050#M128397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;pgalvezt wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to automatize qlikview to do automatic reload? The idea is reload several sheets every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi pgalvezt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the standard Windows Scheduler to schedule a batch/command file with the following content:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;%PROGRAMFILES%\QlikView\QV.exe /r D:\appz\myapp.qvw&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/21613"&gt;Magnus Åvitsland&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.framsteg.com" target="_blank"&gt;Framsteg Business Intelligence Corp.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 14:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347050#M128397</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2012-06-11T14:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347051#M128398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My QV doesn´t reload.&lt;/P&gt;&lt;P&gt;This is my path in windows server 2003 is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files\QlikView 10\QV.exe /r&amp;nbsp; E:\DD\ZZ\app.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347051#M128398</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-11T15:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347052#M128399</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;Are you using that line in a BAT file properly quoted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;"C:\Program Files\QlikView 10\QV.exe" /r&amp;nbsp; E:\DD\ZZ\app.qvw&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 15:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347052#M128399</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-11T15:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347053#M128400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try first with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView 10\qv.exe" //Qv was opened&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;"C:\Program Files\QlikView 10\QV.exe" /r&amp;nbsp; E:\DD\ZZ\app.qvw //Failed to open document&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 16:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347053#M128400</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-11T16:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347054#M128401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You need to make sure that the user that the scheduler is set to run under has a license assigned to them. If not the reload will fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 16:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347054#M128401</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2012-06-11T16:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347055#M128402</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;In addition, make sure that the mapped drive is available for the user that is running the batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 16:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347055#M128402</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-11T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347056#M128403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm not using schudeler task yet. What I'm doing is execute the task with double clic. But the document thrown that error (Failed to open document).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 16:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347056#M128403</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-11T16:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347057#M128404</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;Does the path really exists and the mapped drive is reachable? Try enclosing with double quotes the second parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;"C:\Program Files\QlikView 10\QV.exe" /r "E:\DD\ZZ\app.qvw"&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 16:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347057#M128404</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-11T16:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347058#M128405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have security in your document, you will need to include the username and password at the end of that same line.&amp;nbsp; i.e. at the end of the command have a space, then the username, a space and the password&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 17:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347058#M128405</guid>
      <dc:creator />
      <dc:date>2012-06-11T17:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347059#M128406</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;That's a good point but, unfortunately that does not work that way. In section access you need to add the user that runs the batch file in the NTNAME field. Check &lt;A _jive_internal="true" href="https://community.qlik.com/message/146259"&gt;here&lt;/A&gt; for further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 17:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347059#M128406</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-11T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Reload without server</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347060#M128407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Miguel, you know I did that but I have the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 18:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Reload-without-server/m-p/347060#M128407</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-11T18:17:54Z</dc:date>
    </item>
  </channel>
</rss>

