<?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 Qlik Replicate - Triggering Full loads from different tables manually from one task in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127253#M7660</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;For a project I developing a QR task that does a full load and CDC on large DB2 tables and replicating them on AWS RDS postgres.&lt;/P&gt;
&lt;P&gt;On implementation day the downstream team wants the full loads to run at different stages of the implementation plan.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for instance:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run full load on table1 and start cdc&lt;/LI&gt;
&lt;LI&gt;Implementation team does some work on the database on table1 destination and prep for table2&lt;/LI&gt;
&lt;LI&gt;Trigger full load of table2 and start cdc&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Is this possible from the one task?&amp;nbsp; I don't want to split up the task in multiple tasks as this adds extra overhead for management and impact on the database.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;(PS -&amp;gt; I have to ask the question to appease the project management&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 21:52:04 GMT</pubDate>
    <dc:creator>Jon_Donker</dc:creator>
    <dc:date>2023-10-10T21:52:04Z</dc:date>
    <item>
      <title>Qlik Replicate - Triggering Full loads from different tables manually from one task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127253#M7660</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;For a project I developing a QR task that does a full load and CDC on large DB2 tables and replicating them on AWS RDS postgres.&lt;/P&gt;
&lt;P&gt;On implementation day the downstream team wants the full loads to run at different stages of the implementation plan.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for instance:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run full load on table1 and start cdc&lt;/LI&gt;
&lt;LI&gt;Implementation team does some work on the database on table1 destination and prep for table2&lt;/LI&gt;
&lt;LI&gt;Trigger full load of table2 and start cdc&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Is this possible from the one task?&amp;nbsp; I don't want to split up the task in multiple tasks as this adds extra overhead for management and impact on the database.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;(PS -&amp;gt; I have to ask the question to appease the project management&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 21:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127253#M7660</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2023-10-10T21:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - Triggering Full loads from different tables manually from one task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127255#M7661</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156834"&gt;@Jon_Donker&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;There is a way to achieve this. As long as the full load for the later tables are only initiated once the full load of table 1 is completed and is in CDC mode.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create Task with only Table 1 in scope and start the task.&lt;/P&gt;
&lt;P&gt;2. Complete the full load and make sure the task is in CDC mode.&lt;/P&gt;
&lt;P&gt;3. When table 2 is ready to be added to scope, Stop the task and add the table. Then resume the task. This will initiate the full load for Table 2. CDC will continue for Table 1. This can be continued for multiple tables.&lt;/P&gt;
&lt;P&gt;This does not comply with a task promotion process that you may have in the current environment. But this in my opinion is the only possible way to achieve such a behaviour when using a single task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 23:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127255#M7661</guid>
      <dc:creator>jcjames</dc:creator>
      <dc:date>2023-10-10T23:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - Triggering Full loads from different tables manually from one task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127256#M7662</link>
      <description>&lt;P&gt;Cheers - I was anticipating that I would have to do it this way.&amp;nbsp; Was just hoping for a neater method.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 22:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Triggering-Full-loads-from-different-tables/m-p/2127256#M7662</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2023-10-10T22:13:06Z</dc:date>
    </item>
  </channel>
</rss>

