<?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 How to restart task when it failed during reload in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507073#M14629</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We sometimes encountered an issue when reloading a task, at night.&lt;BR /&gt;In case of network connection lost, the task failed and finished. We set a max retries count to 3 but it didn't change anything. QlikSense server is not launching it again and &lt;/P&gt;
&lt;P&gt;Does anybody encounter such a behavior ?&lt;BR /&gt;Is the max retry parameter, used only in case of the initial task reload failure ?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 14:30:01 GMT</pubDate>
    <dc:creator>QLIK_CHEREAU</dc:creator>
    <dc:date>2025-02-24T14:30:01Z</dc:date>
    <item>
      <title>How to restart task when it failed during reload</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507073#M14629</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We sometimes encountered an issue when reloading a task, at night.&lt;BR /&gt;In case of network connection lost, the task failed and finished. We set a max retries count to 3 but it didn't change anything. QlikSense server is not launching it again and &lt;/P&gt;
&lt;P&gt;Does anybody encounter such a behavior ?&lt;BR /&gt;Is the max retry parameter, used only in case of the initial task reload failure ?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 14:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507073#M14629</guid>
      <dc:creator>QLIK_CHEREAU</dc:creator>
      <dc:date>2025-02-24T14:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart task when it failed during reload</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507126#M14631</link>
      <description>&lt;P&gt;Do you have a multi node setup for your environment or or are you running this on a single node?&lt;/P&gt;
&lt;P&gt;It sounds to me like a common issue experienced with the setup of nodes.&lt;BR /&gt;&lt;BR /&gt;What i would suggest, if you are using a single node setup:&lt;BR /&gt;Look at your server environment for any background services running while the reload is executing.&lt;/P&gt;
&lt;P&gt;Try introducing introducing things like "Sleep(5000), etc." into sections of your scripts running.&lt;BR /&gt;&lt;BR /&gt;Point I am making: Your server seems to be overloaded with running services and there seems to be other things going on at the same time. Try to limit other processes .&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 19:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507126#M14631</guid>
      <dc:creator>will_bleksem</dc:creator>
      <dc:date>2025-02-24T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart task when it failed during reload</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507175#M14632</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;BR /&gt;We are running a single node setup.&lt;BR /&gt;The failure is due to lost of connection on the remote side (SAP Server over WAN link).&lt;BR /&gt;Our QlikSense server is not overloaded. We thought the max retry feature would be the good ones to launch again a reload task in case of problem.&lt;BR /&gt;Do you confirm it's not the case ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 06:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507175#M14632</guid>
      <dc:creator>QLIK_CHEREAU</dc:creator>
      <dc:date>2025-02-25T06:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart task when it failed during reload</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507177#M14633</link>
      <description>&lt;P&gt;In my setup, the tasks tries to restart automatically when it has failed due to an error like yours - max retry parameter is working fine here.&lt;/P&gt;
&lt;P&gt;Hvae you concluded that multiple attempts are not made? Perhaps all tries failed?&lt;/P&gt;
&lt;P&gt;You write: "&lt;SPAN&gt;Is the max retry parameter, used only in case of the initial task reload failure?" What do you mean by that? Is the failing task triggered from another task event and not being scheduled by time?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 06:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507177#M14633</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-02-25T06:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart task when it failed during reload</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507190#M14635</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;did you check the task logs in QMC, to see if retry attempts were made or if the failure was immediate?&lt;BR /&gt;If the connection loss is temporary, increasing the interval between retries could help (though this is not directly configurable in QMC).&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 07:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2507190#M14635</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-02-25T07:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to restart task when it failed during reload</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2508449#M14657</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've encountered again a failure for the same task, last week and this time, the retry was launched and successful (2nd time the task was started). So I confirm the configuration of the task was OK and I will increment the retry parameter.&lt;/P&gt;
&lt;P&gt;Thanks to all for your advice&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 15:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-restart-task-when-it-failed-during-reload/m-p/2508449#M14657</guid>
      <dc:creator>QLIK_CHEREAU</dc:creator>
      <dc:date>2025-03-05T15:15:40Z</dc:date>
    </item>
  </channel>
</rss>

