<?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: Can publisher schedule task set to reload hourly every minutes with seconds? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207832#M387928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so. Most schedulers can't schedule at seconds level. You'd have to find a 3rd party scheduler that can do that and use EDX to trigger the task. See this document: &lt;A href="https://community.qlik.com/docs/DOC-7706"&gt;Trigger QV  Task using command line arguments&lt;/A&gt;‌. You can the schedule the edx batch file in the 3rd party scheduler you use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But perhaps &lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌ has a better plan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 07:59:18 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-11-04T07:59:18Z</dc:date>
    <item>
      <title>Can publisher schedule task set to reload hourly every minutes with seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207831#M387927</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;Anyone know if in QlikView Publisher, whether we can schedule/ set a task to reload hourly every 5.5 minutes (e.g. 5 minutes 30 seconds)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the standard QlikView Server, to schedule/ set a task to reload hourly we can only set to run every xxx minutes but not seconds (see below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142867_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Your helps will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Olivia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 21:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207831#M387927</guid>
      <dc:creator>oliviatww</dc:creator>
      <dc:date>2016-11-03T21:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can publisher schedule task set to reload hourly every minutes with seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207832#M387928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so. Most schedulers can't schedule at seconds level. You'd have to find a 3rd party scheduler that can do that and use EDX to trigger the task. See this document: &lt;A href="https://community.qlik.com/docs/DOC-7706"&gt;Trigger QV  Task using command line arguments&lt;/A&gt;‌. You can the schedule the edx batch file in the 3rd party scheduler you use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But perhaps &lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌ has a better plan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 07:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207832#M387928</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-04T07:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can publisher schedule task set to reload hourly every minutes with seconds?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207833#M387929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really know whether it's possible to schedule on anything less than a minute. Never tried it, because IMHO and because of Windows not being a RealTime OS, jobs may be executed off-target because of various service delays (the QDS/QVB chain always takes some time to set-up) and because of a possibly elevated system load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, maybe you should first check this: the reload schedule does indeed only allow schedules to be planned every N minutes. But the Start time field&amp;nbsp; does include a &lt;EM&gt;seconds&lt;/EM&gt; part. You can do a test with a simple reload job scheduled to start at 10:00:30 and let it reload every 5 minutes. If the next reload starts at 10:05:30, then you have an easy solution at your disposal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another workaround is to use your script code to adjust the real reload start to anything inbetween. For example, imagine that your script starts executing at 10:00:15 (first statement). First calculate how many milliseconds are left between the current time and the half minute-marker and execute a SLEEP statement with that number of milliseconds as a parameter. The first statement after the SLEEP will start at the exact time as intended. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 11:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-publisher-schedule-task-set-to-reload-hourly-every-minutes/m-p/1207833#M387929</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-11-07T11:59:02Z</dc:date>
    </item>
  </channel>
</rss>

