<?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: Prevent deleting archived data from the Source table in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931318#M2679</link>
    <description>&lt;P&gt;Hello Alan,&lt;/P&gt;
&lt;P&gt;That’s good to know others are leveraging this tool to keep the historical data that the source will not have.&amp;nbsp; We use an operation indicator to distinguish soft vs hard delete because we want to process the soft ones.&amp;nbsp; We do not have a backup to another location but working now to set up a weekly export so we can move inadvertently purged history back to the main table.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 22:40:34 GMT</pubDate>
    <dc:creator>Attunity_user</dc:creator>
    <dc:date>2022-05-16T22:40:34Z</dc:date>
    <item>
      <title>Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931314#M2675</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We set up tasks for the real-time refresh and also build historical data in the target.&lt;/P&gt;
&lt;P&gt;If we select not to truncate the table (do nothing) on a task because of maintaining historical data in the target table that are getting purged in the source, we will never be able to choose the reload to fix a mismatch, or in some other cases or issues, the reload is an easier fix. Besides us, does anybody else follow a similar task design to prevent data from getting deleted from the source and not have an option to reload if needed?&amp;nbsp; I like to hear from others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;AU&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931314#M2675</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-16T22:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931315#M2676</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109408"&gt;@Attunity_user&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;I assume your task is set to filter out deletes so that the records are retained on the target.&lt;/P&gt;
&lt;P&gt;There might be a more elegant solution, but one strategy that comes to mind is:&lt;/P&gt;
&lt;P&gt;Rename the target table&lt;/P&gt;
&lt;P&gt;Reload the target table&lt;/P&gt;
&lt;P&gt;Insert all the rows from the renamed table to the new target table&lt;/P&gt;
&lt;P&gt;Drop the renamed table&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931315#M2676</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2022-05-16T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931316#M2677</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109408"&gt;@Attunity_user&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do have Customers that wish to keep historical data on deleted records from the source tables. You're also correct that you would not be able to reload the target table without losing the historical data. You can choose to back up that table to another location should you really need to reload.&lt;/P&gt;
&lt;P&gt;Most of our Customers are using the operation indicator function to act as soft deletes for keeping historical data. More information can be found in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_expressOther.htm#Operation" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_expressOther.htm#Operation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931316#M2677</guid>
      <dc:creator>Alan_Wang</dc:creator>
      <dc:date>2022-05-16T22:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931317#M2678</link>
      <description>&lt;P&gt;Hi Dana,&lt;/P&gt;
&lt;P&gt;Did you mean the following?&lt;/P&gt;
&lt;P&gt;Rename the target table&amp;nbsp; - from TBL A to TBL B&lt;/P&gt;
&lt;P&gt;Reload the target table&amp;nbsp; TBL B&lt;/P&gt;
&lt;P&gt;Insert all the rows from the renamed table to the new target table – only the historical rows from TBL B to TBL A&lt;/P&gt;
&lt;P&gt;Drop the renamed table – TBL B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My intention in asking this question was to find out the best way to use the product and gather use cases from others who use the Qlik Replicate product to move data from the source to the target and how they set that up.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931317#M2678</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-16T22:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931318#M2679</link>
      <description>&lt;P&gt;Hello Alan,&lt;/P&gt;
&lt;P&gt;That’s good to know others are leveraging this tool to keep the historical data that the source will not have.&amp;nbsp; We use an operation indicator to distinguish soft vs hard delete because we want to process the soft ones.&amp;nbsp; We do not have a backup to another location but working now to set up a weekly export so we can move inadvertently purged history back to the main table.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931318#M2679</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-16T22:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931320#M2680</link>
      <description>&lt;P&gt;Hi Attunity User,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with Dana, I have seen a few customers implement this type of process when they need to do a reload of a replicate target table that has historical data.&lt;/P&gt;
&lt;P&gt;I am pretty sure that you will do the reload into the "original table A" since the rename to table B has the historical data.&lt;/P&gt;
&lt;P&gt;With typical task configuration set to recrate the target table if it doesn't exist then the "table " will get recreated. Then you run a job outside of replicate to merge the rows from table B that do not exist into table A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931320#M2680</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2022-05-16T22:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931321#M2681</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the table has date column, when you decide to reload, you can add a filter to load only the records with a date &amp;gt; than the current date (sample)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931321#M2681</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-05-16T22:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931323#M2682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This could be another approach:&lt;/P&gt;
&lt;P&gt;Full Load Settings -&amp;gt; If target table already exists: -&amp;gt; Do Nothing&lt;BR /&gt;Change Processing -&amp;gt; When source table is truncated: -&amp;gt; Ignore Truncate&lt;/P&gt;
&lt;P&gt;Based on the settings, during Full load, only the new records will be inserted as per the PK.&lt;/P&gt;
&lt;P&gt;Also we can leverage the Error Handling settings (This works if we don't have both LOB columns and Table transformations but next Replicate patch should address this) -&amp;gt; Apply conflicts -&amp;gt; Duplicate key when applying INSERT: -&amp;gt; UPDATE the existing target record&lt;BR /&gt;and&lt;BR /&gt;No record found for applying an UPDATE: -&amp;gt; INSERT the missing target record&lt;/P&gt;
&lt;P&gt;Outside of Replicate on Target DB, we can have triggers on the table to restrict Replicate user from deleting the historical or soft deleted/changed records (have to maintain unique flag to identify those) and also can restrict truncate permission on the table.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 22:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931323#M2682</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-05-16T22:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931876#M2700</link>
      <description>&lt;P&gt;Hi Lyka,&lt;/P&gt;
&lt;P&gt;On every task, we have already included&amp;nbsp;&lt;SPAN&gt;the Error Handling settings for 'INSERTS' and UPDATES" when a record is missing or exists.&amp;nbsp; My question is will it still fail or throw a constraint error in production if we reload with a filter and then can resume the CDC to pick up when it was stopped after the filtered reload?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931876#M2700</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-17T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931925#M2705</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are already using the MERGE and UPSERT option then you should not get an constraint error for duplicates or missing rows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931925#M2705</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-05-17T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931928#M2706</link>
      <description>&lt;P&gt;Hi Sashi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think if we reload, all records will be transferred and not only new records.&amp;nbsp; Because we are trying to resolve data mismatch or wanted to fix itwith an easy option of reload.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;Based on the settings, during Full load, only the new records will be inserted as per the PK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Below option will not be possible to go with.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;Outside of Replicate on Target DB, we can have triggers on the table to restrict Replicate user from deleting the historical or soft deleted/changed records (have to maintain unique flag to identify those) and also can restrict truncate permission on the table.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931928#M2706</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-17T15:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931935#M2707</link>
      <description>&lt;P&gt;If we choose Do nothing in the Full Load settings, only the new data should be inserted and it's mentioned in the user guide as well:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shashi_holla_0-1652804037154.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79639i32256A91ED77534A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shashi_holla_0-1652804037154.png" alt="shashi_holla_0-1652804037154.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 16:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931935#M2707</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2022-05-17T16:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931979#M2709</link>
      <description>&lt;P&gt;Hi Lyka,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we filter on a date to reload for some older dates, will it interrupt the CDC post reload&amp;nbsp; because of choosing only the selected dates from older months to refill the missing records or can it resume from the last timestamp?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;&amp;lt; If you are already using the MERGE and UPSERT option then you should not get an constraint error for duplicates or missing rows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shouldn’t the error handling apply only to CDC and if we do the full load, the merge/upsert will not apply?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 18:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931979#M2709</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-17T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931983#M2710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Only the new meaning newly created record or an older record missing in the target?&amp;nbsp; I will test it again because the last time this option was tried (&lt;SPAN&gt;Do nothing in the Full Load settings)&amp;nbsp;&lt;/SPAN&gt;and with that setting, the missing record did not insert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 18:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1931983#M2710</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-17T18:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1934003#M2758</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/158833"&gt;@shashi_holla&lt;/a&gt;&amp;nbsp; - this is trick y wording.&lt;/P&gt;
&lt;P&gt;"Only the new data" means ALL the currently available data in the source table.&lt;/P&gt;
&lt;P&gt;It odes NOT mean 'all data since last full load' or similar.&lt;/P&gt;
&lt;P&gt;That 'new' data may indeed be brand spanking new, never seen before on target, but it is more likely to be a mix of data previously loaded by full load or cdc as wel as actual new data.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 00:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1934003#M2758</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-05-23T00:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1934396#M2760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109408"&gt;@Attunity_user&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if any of the suggested solution worked. If you need further assistance, you can also open a support case&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 17:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1934396#M2760</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-05-23T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1935101#M2778</link>
      <description>&lt;P&gt;Hi Lyka,&lt;/P&gt;
&lt;P&gt;Could you answer my question for the following because you mentioned "&lt;SPAN&gt;If you are already using the MERGE and UPSERT option then you should not get a constraint error for duplicates or missing rows."&lt;/SPAN&gt;?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;QA: Shouldn’t the error handling apply only to CDC and if we do the full load, the merge/upsert will not apply?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;AU&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 20:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1935101#M2778</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-24T20:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1935103#M2779</link>
      <description>&lt;P&gt;Hi AU,&lt;/P&gt;
&lt;P&gt;You are correct. Apply error handling will only apply to CDC.&amp;nbsp; So for full load, if you are expecting duplicates, then you have to disable the constraint&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 20:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1935103#M2779</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-05-24T20:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1936640#M2832</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109408"&gt;@Attunity_user&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If any responses have solved the issue, please mark it as "accept as solution".&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 15:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1936640#M2832</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2022-05-27T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent deleting archived data from the Source table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1936784#M2840</link>
      <description>&lt;P&gt;Hi Lyka,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Removing constraints will cause duplicates.&amp;nbsp; &amp;nbsp;The only way to reload data when the target table has historical data is either to remove existing data from the target or rename the existing table.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;AU&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 20:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Prevent-deleting-archived-data-from-the-Source-table/m-p/1936784#M2840</guid>
      <dc:creator>Attunity_user</dc:creator>
      <dc:date>2022-05-27T20:18:11Z</dc:date>
    </item>
  </channel>
</rss>

