<?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: Kill reload script after a custom timeout in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349618#M703418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have to tried using a batch file instead of QVS? Reload the document using batch file and in the beginning of the batch execution call to kill if the QV.EXE process is still running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 16:38:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-12T16:38:29Z</dc:date>
    <item>
      <title>Kill reload script after a custom timeout</title>
      <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349617#M703417</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;I use a command to reload a QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I execute this command in a loop each 3mn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need the reload task be killed after a specific timeout only for this application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible with some arguments after the QVS.exe call ? Or with some options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently my problem is that sometime, due to server slowdown, the script reload take too much time and my loop reloads again the file &lt;/P&gt;&lt;P&gt;but the first reload task isn't finished yet and have already exceeded my timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have 2, then 3, then N QVS.exe executing concurently for the same file and my server don't really like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 14:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349617#M703417</guid>
      <dc:creator />
      <dc:date>2012-06-12T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kill reload script after a custom timeout</title>
      <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349618#M703418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have to tried using a batch file instead of QVS? Reload the document using batch file and in the beginning of the batch execution call to kill if the QV.EXE process is still running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349618#M703418</guid>
      <dc:creator />
      <dc:date>2012-06-12T16:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kill reload script after a custom timeout</title>
      <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349619#M703419</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;I use a *.bat file which call the command QVS.exe /r Myfile.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I can have more than one application file which reload in the same time, for different applications, &lt;/P&gt;&lt;P&gt;I can't just kill instance of QVS.exe because I don't know what'is the good one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 07:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349619#M703419</guid>
      <dc:creator />
      <dc:date>2012-06-13T07:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kill reload script after a custom timeout</title>
      <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349620#M703420</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 didnt try it, but the following might work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy and duplicate QVS.exe to QVS_MyFile.exe. In the batchfile reload with QVS_MyFile.exe and you can kill the process for QVS_MyFile.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 08:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349620#M703420</guid>
      <dc:creator />
      <dc:date>2012-06-13T08:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kill reload script after a custom timeout</title>
      <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349621#M703421</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 have finally used other application to manage run/timeout/kill operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 15:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349621#M703421</guid>
      <dc:creator />
      <dc:date>2012-11-29T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kill reload script after a custom timeout</title>
      <link>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349622#M703422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you tell me witch application you used?&lt;/P&gt;&lt;P&gt;I have the same problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 06:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Kill-reload-script-after-a-custom-timeout/m-p/349622#M703422</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2014-07-16T06:32:02Z</dc:date>
    </item>
  </channel>
</rss>

