<?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 Task not starting when started from particular time in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887300#M1765</link>
    <description>&lt;P&gt;Hi all - I am trying to resume a task (SQL server source and target is Snowfake) from a specific date/time using Advanced options. As I start the task I see the "Starting Task" bar but it get stuck and not able to start the task. Any idea what is causing this (attached picture). Any idea what is causing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I see the below in logs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;[SOURCE_UNLOAD ]I: Calculated batch used for UNLOAD size is 1000 rows per fetch. (sqlserver_endpoint_unload.c:215)&lt;BR /&gt;&amp;nbsp;[SOURCE_UNLOAD ]I: Unload finished for table 'dbo'.'Application' (Id = 1). 0 rows sent. (streamcomponent.c:3616)&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 21:38:50 GMT</pubDate>
    <dc:creator>SaranyaK</dc:creator>
    <dc:date>2022-01-31T21:38:50Z</dc:date>
    <item>
      <title>Task not starting when started from particular time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887300#M1765</link>
      <description>&lt;P&gt;Hi all - I am trying to resume a task (SQL server source and target is Snowfake) from a specific date/time using Advanced options. As I start the task I see the "Starting Task" bar but it get stuck and not able to start the task. Any idea what is causing this (attached picture). Any idea what is causing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I see the below in logs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;[SOURCE_UNLOAD ]I: Calculated batch used for UNLOAD size is 1000 rows per fetch. (sqlserver_endpoint_unload.c:215)&lt;BR /&gt;&amp;nbsp;[SOURCE_UNLOAD ]I: Unload finished for table 'dbo'.'Application' (Id = 1). 0 rows sent. (streamcomponent.c:3616)&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 21:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887300#M1765</guid>
      <dc:creator>SaranyaK</dc:creator>
      <dc:date>2022-01-31T21:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Task not starting when started from particular time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887360#M1766</link>
      <description>&lt;P&gt;The message shown are normal. The "0 rows sent" is expect for the 'fake load' for each table after start by timestamp. There is certainly more in the log. Download and look from the end backwards for something useful.&lt;/P&gt;
&lt;P&gt;Are all Tlog backups available for the requested start time? That's a hard requirement. Is it not complaining it is waiting for the Tlog on UI or in the log?&lt;/P&gt;
&lt;P&gt;You may want to verify you have a backup with a start date before the requested time.&lt;/P&gt;
&lt;P&gt;Used SQL similar to the following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;select
        bs.backup_start_date,  bs.first_lsn,
        [dbo].[fn_NumericLsnToHexa](bs.first_lsn) "first_lsn - hex",
        [dbo].[fn_NumericLsnToHexa](bs.last_lsn) "last_lsn - hex",
        bs.backup_size/(1024*1024) "MB",
        bmf.physical_device_name
from msdb.dbo.backupmediafamily bmf, msdb.dbo.backupset bs
where   bmf.media_set_id = bs.media_set_id
and     bs.database_name=db_name() and bs.type='L'
and     bs.backup_start_date &amp;gt; getdate() - 5&lt;/LI-CODE&gt;
&lt;P&gt;You may also need to check the task settings for Tlog management.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Hein&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 06:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887360#M1766</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-02-01T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Task not starting when started from particular time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887365#M1767</link>
      <description>&lt;P&gt;Thank you, this helps!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 06:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Task-not-starting-when-started-from-particular-time/m-p/1887365#M1767</guid>
      <dc:creator>SaranyaK</dc:creator>
      <dc:date>2022-02-01T06:24:41Z</dc:date>
    </item>
  </channel>
</rss>

