<?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 Restart failed jobs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279090#M401357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some reloadjobs that load data of a server from a customer.&lt;/P&gt;&lt;P&gt;The connection between the qlikview-server and the data-server is not always online.&lt;/P&gt;&lt;P&gt;I have to reload 6 qvd's and a dashboard once a day.&lt;/P&gt;&lt;P&gt;It starts at 6 AM and sometimes the connection is offline and the reload fails.&lt;/P&gt;&lt;P&gt;But sometimes the 1st one reload succesfull and the second one fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any mechanism to reschedule till the dashboard is loaded that day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can schedule the reload every hour and put this in the beginning of reloadscripts to create the qvd's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vReload = date(filetime('..\04_Documents\Dashboard.qvw'));&lt;/P&gt;&lt;P&gt;let vToday = Date(Now());&lt;/P&gt;&lt;P&gt;if($(vReload) =$(vToday)&amp;nbsp; ) THEN&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then the dashboard reload every hour and this is not the thing I wan't.&lt;/P&gt;&lt;P&gt;And If I put the same script in the reloadscript of the dashboard, an empty dashboards is what I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2017 15:46:20 GMT</pubDate>
    <dc:creator>kris_vliegen</dc:creator>
    <dc:date>2017-01-05T15:46:20Z</dc:date>
    <item>
      <title>Restart failed jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279090#M401357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some reloadjobs that load data of a server from a customer.&lt;/P&gt;&lt;P&gt;The connection between the qlikview-server and the data-server is not always online.&lt;/P&gt;&lt;P&gt;I have to reload 6 qvd's and a dashboard once a day.&lt;/P&gt;&lt;P&gt;It starts at 6 AM and sometimes the connection is offline and the reload fails.&lt;/P&gt;&lt;P&gt;But sometimes the 1st one reload succesfull and the second one fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any mechanism to reschedule till the dashboard is loaded that day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can schedule the reload every hour and put this in the beginning of reloadscripts to create the qvd's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vReload = date(filetime('..\04_Documents\Dashboard.qvw'));&lt;/P&gt;&lt;P&gt;let vToday = Date(Now());&lt;/P&gt;&lt;P&gt;if($(vReload) =$(vToday)&amp;nbsp; ) THEN&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then the dashboard reload every hour and this is not the thing I wan't.&lt;/P&gt;&lt;P&gt;And If I put the same script in the reloadscript of the dashboard, an empty dashboards is what I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 15:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279090#M401357</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2017-01-05T15:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restart failed jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279091#M401358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have Publisher? If so, set the "number of retries" in the task definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 22:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279091#M401358</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-05T22:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restart failed jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279092#M401359</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;Can I set this to 100? Because sometimes the connection is lost for an hour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 13:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279092#M401359</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2017-01-06T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restart failed jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279093#M401360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Help for the "Number of tries" field does not indicate any limit.&amp;nbsp; You should be able to enter 100 or more tries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 18:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279093#M401360</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-06T18:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restart failed jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279094#M401361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will try this.&lt;/P&gt;&lt;P&gt;Is there a pause between de tries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279094#M401361</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2017-01-09T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Restart failed jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279095#M401362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe there is any pause. You could build a pause into the the beginning of your script with the SLEEP statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restart-failed-jobs/m-p/1279095#M401362</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-09T17:52:08Z</dc:date>
    </item>
  </channel>
</rss>

