<?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: repctl checkpoint &amp;quot;task name&amp;quot; for downstream task (source: log stream task &amp;amp; target : oracle database)  is not giving correct timest in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450257#M10982</link>
    <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Environment Information :&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;A log stream (&lt;STRONG&gt;upstream&lt;/STRONG&gt;) staging task is created which is reading from source endpoint ( oracle ) and storing changes onto the replicate server&lt;/LI&gt;
&lt;LI&gt;There are around 20 &lt;STRONG&gt;downstream&lt;/STRONG&gt; tasks whose source endpoint is log stream staging task and target endpoint is oracle.&lt;/LI&gt;
&lt;LI&gt;Qlik console provides on latency information which doesn’t helps us much as per requirement of our environment.&lt;/LI&gt;
&lt;LI&gt;We Need precise timestamp information &amp;nbsp;to know uptill which point in time data has been committed in the target database.&lt;/LI&gt;
&lt;LI&gt;We used &lt;STRONG&gt;repctl checkpoint “task name”&lt;/STRONG&gt; &amp;nbsp;to get the information about the checkpoint.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Problem statement &lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Detailed output of repctl command for downstream tasks shared below&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;&lt;STRONG&gt;repctl getcheckpoint "TASK_INGCDC_02"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;command getcheckpoint response:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "checkpoint": &amp;nbsp; "checkpoint:V1#33512#1271;638506460899807820;&lt;STRONG&gt;202401202217515147&lt;/STRONG&gt;12#0#0#*#0#137"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;[getcheckpoint command] Succeeded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;&lt;STRONG&gt;repctl getcheckpoint "TASK_INGCDC_03"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;command getcheckpoint response:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "checkpoint": &amp;nbsp; "checkpoint:V1#33483#1271;638506460899807820;&lt;STRONG&gt;202401202217515147&lt;/STRONG&gt;12#0#0#*#0#137"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;[getcheckpoint command] Succeeded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;We reached out to engineers from &lt;STRONG&gt;qlik professional services (Michael Chiu)&lt;/STRONG&gt; &amp;nbsp;to help us decode output of above repctl command. They reviewed this output and &amp;nbsp;told us that above output translates to below time stamp&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The timestamp is "&lt;STRONG&gt;202401202217515147&lt;/STRONG&gt;", which is "2024-Jan-20 22:17:51.514"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;These downstream tasks have been created couple of days ago and went online (started replicating) yesterday (07&lt;SUP&gt;th&lt;/SUP&gt; May ’24 ) so the checkpoint/commit provided for these downstream tasks is too old.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;Below is response from Michael Chiu to this problem&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;“I have just double-checked, turns out the "20240120221751514712" is not the timestamp of the last change written to the target, it is the name (based on the creation time) of the sub-directory under the "..\LOG_STREAM\audit_service" parent directory,&lt;/P&gt;
&lt;P&gt;that is why it is unchanging.”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Expected solution &lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;We want to able to retrieve timestamp information uptill which downstream tasks have committed/written data to the target database.&lt;/LI&gt;
&lt;LI&gt;This commit time stamp information is important as we have to take some decision while generating business critical reports.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 10:11:25 GMT</pubDate>
    <dc:creator>dipankar</dc:creator>
    <dc:date>2024-05-08T10:11:25Z</dc:date>
    <item>
      <title>repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timestamp</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450193#M10975</link>
      <description>&lt;P&gt;repctl checkpoint "task name" for downstream task (source: log stream task &amp;amp; target : oracle database) is not giving correct timestamp.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;repctl getcheckpoint "TASK_INGCDC_02"&lt;/P&gt;
&lt;P&gt;command getcheckpoint response:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "checkpoint": &amp;nbsp; "checkpoint:V1#33512#1271;638506460899807820;20240120221751514712#0#0#*#0#137"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;[getcheckpoint command] Succeeded&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dipankar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 08:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450193#M10975</guid>
      <dc:creator>dipankar</dc:creator>
      <dc:date>2024-05-08T08:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timest</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450218#M10978</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/297673"&gt;@dipankar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly test it with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;repctl -d "data location&lt;/SPAN&gt;&lt;SPAN&gt;” getcheckpoint "task_name"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Check whether you are getting the same issue or not.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Suresh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 09:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450218#M10978</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-05-08T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timest</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450221#M10979</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Dipankar&lt;/SPAN&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/297673"&gt;@dipankar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;I guess I did not get the question very well. Would you please elaborate the exact doubt?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 09:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450221#M10979</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-05-08T09:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timest</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450245#M10980</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/297673"&gt;@dipankar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First that getting result from Repctl is not Recommend for customer usage. It is Advised in certain cases wherever its required.&amp;nbsp; There are lot of timestamps which update along with the data replication.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 09:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450245#M10980</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-05-08T09:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timest</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450257#M10982</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Environment Information :&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;A log stream (&lt;STRONG&gt;upstream&lt;/STRONG&gt;) staging task is created which is reading from source endpoint ( oracle ) and storing changes onto the replicate server&lt;/LI&gt;
&lt;LI&gt;There are around 20 &lt;STRONG&gt;downstream&lt;/STRONG&gt; tasks whose source endpoint is log stream staging task and target endpoint is oracle.&lt;/LI&gt;
&lt;LI&gt;Qlik console provides on latency information which doesn’t helps us much as per requirement of our environment.&lt;/LI&gt;
&lt;LI&gt;We Need precise timestamp information &amp;nbsp;to know uptill which point in time data has been committed in the target database.&lt;/LI&gt;
&lt;LI&gt;We used &lt;STRONG&gt;repctl checkpoint “task name”&lt;/STRONG&gt; &amp;nbsp;to get the information about the checkpoint.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Problem statement &lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Detailed output of repctl command for downstream tasks shared below&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;&lt;STRONG&gt;repctl getcheckpoint "TASK_INGCDC_02"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;command getcheckpoint response:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "checkpoint": &amp;nbsp; "checkpoint:V1#33512#1271;638506460899807820;&lt;STRONG&gt;202401202217515147&lt;/STRONG&gt;12#0#0#*#0#137"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;[getcheckpoint command] Succeeded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;&lt;/P&gt;
&lt;P&gt;D:\bin&amp;gt;&lt;STRONG&gt;repctl getcheckpoint "TASK_INGCDC_03"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;command getcheckpoint response:&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "checkpoint": &amp;nbsp; "checkpoint:V1#33483#1271;638506460899807820;&lt;STRONG&gt;202401202217515147&lt;/STRONG&gt;12#0#0#*#0#137"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;[getcheckpoint command] Succeeded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;We reached out to engineers from &lt;STRONG&gt;qlik professional services (Michael Chiu)&lt;/STRONG&gt; &amp;nbsp;to help us decode output of above repctl command. They reviewed this output and &amp;nbsp;told us that above output translates to below time stamp&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The timestamp is "&lt;STRONG&gt;202401202217515147&lt;/STRONG&gt;", which is "2024-Jan-20 22:17:51.514"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;These downstream tasks have been created couple of days ago and went online (started replicating) yesterday (07&lt;SUP&gt;th&lt;/SUP&gt; May ’24 ) so the checkpoint/commit provided for these downstream tasks is too old.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;Below is response from Michael Chiu to this problem&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;“I have just double-checked, turns out the "20240120221751514712" is not the timestamp of the last change written to the target, it is the name (based on the creation time) of the sub-directory under the "..\LOG_STREAM\audit_service" parent directory,&lt;/P&gt;
&lt;P&gt;that is why it is unchanging.”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Expected solution &lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;We want to able to retrieve timestamp information uptill which downstream tasks have committed/written data to the target database.&lt;/LI&gt;
&lt;LI&gt;This commit time stamp information is important as we have to take some decision while generating business critical reports.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 10:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450257#M10982</guid>
      <dc:creator>dipankar</dc:creator>
      <dc:date>2024-05-08T10:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timest</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450298#M10986</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/297673"&gt;@dipankar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for reaching out to Qlik Community!&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;If you are looking for last timestamp updated record in change table at target endpoint, then you can refer the "&lt;SPAN&gt;[header__] timestamp" for store change table, which give you the clarity when the last record has been updated.&lt;BR /&gt;&lt;BR /&gt;The above example seems to be fetching "Timeline" folder names from Log stream task, this will generate when you resume the task with timestamp.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope my understanding is correct here, Else we can discuss on this further through the case.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sachin B&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 12:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450298#M10986</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2024-05-08T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: repctl checkpoint "task name" for downstream task (source: log stream task &amp; target : oracle database)  is not giving correct timest</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450383#M10995</link>
      <description>&lt;P&gt;note: This comment is just there to prevent other helpers from going down an incorrect path.&lt;/P&gt;
&lt;P&gt;At first I thought you might need 'connect; ' on you command line to get live data vs static from the SQLite&amp;nbsp; repositories like :&amp;nbsp; data\tasks\&amp;lt;yourtask&amp;gt;\task_table.sqlite --&amp;gt; cdc_status. Checking with gettaskstatus you may well see 'STOPPED" while you know the task is running. checkpoint status&amp;nbsp; might be the exception because in fact you need it when there is no more live server to connect to.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Replicate doc shows&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;repctl -d "C:\Program Files\Attunity\Replicate\data” getcheckpoint "dg1task"&lt;/LI&gt;
&lt;LI&gt;repctl -d connect; execute ....&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;No connect on the first command. And indeed, when you try this first command against a running system it works with or without connect. returning the same values. But when you try against a stopped system it works cleanly without connect but with connect, that connect command (of course!) fails. The getcheckpoint still works.&lt;/P&gt;
&lt;P&gt;Now for the actual problem. When you execute the getcheckpoint against the original source tasks which feeds the logstream is that result as expected?&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\scripts&amp;gt;repctl -d \Replicate\data connect; getcheckpoint oracle_to_oracle
[connect; command] Succeeded
Failed to connect to localhost:3550: The operation completed successfully.
 (0) (exit status 1003518)
command getcheckpoint response:
{
        "checkpoint":   "checkpoint:V1#229#00000000.0a9af1a1.00000001.0000.00.0000:876.222804.16#0#0#*#0#0"
}
[getcheckpoint command] Succeeded
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 14:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/repctl-checkpoint-quot-task-name-quot-for-downstream-task-source/m-p/2450383#M10995</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-05-08T14:44:44Z</dc:date>
    </item>
  </channel>
</rss>

