<?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: No FULL database backup found in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897190#M1923</link>
    <description>&lt;P&gt;When you made no full back ever, MS SQLServer will NOT create a Tlog backups. It only uses the Tlog for transactional consistency, not for availability and recycles space based on that. It reasons there is no base backup to apply the Tlogs backup so why bother! It does not anticipate other (Replicate) desires to read what is going on.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is the underlying reason for the "&lt;/SPAN&gt;&lt;SPAN&gt;No FULL database backup found" message. It indicates that Replicate knows then MS SQL is not delivering reliable change data and disables CDC. Please be sure to search the Replicate User Guide for "&lt;SPAN&gt;FULL database".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The basic fix for that is easy. Take a full backup! You can walk away from it when done, and you can even direct the backup to the bit-bucket: NUL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm not sure how this plays out in the AlwaysOn environment, but that's where I'd start.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hein.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/transaction-log-backups-sql-server?view=sql-server-ver15" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/transaction-log-backups-sql-server?view=sql-server-ver15&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 14:41:13 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2022-02-24T14:41:13Z</dc:date>
    <item>
      <title>No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1896851#M1919</link>
      <description>&lt;P&gt;Hi Support,&lt;/P&gt;
&lt;P&gt;I am getting this error when setting up Qlik replicate:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No FULL database backup found.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My Source is a SQL Server AlwaysOn&amp;nbsp; Availability Group and the database backup is running on secondary node.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The full load seems working but all the subsequence data changes are not being replicate to the target server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Bih Luh&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 05:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1896851#M1919</guid>
      <dc:creator>bihluh</dc:creator>
      <dc:date>2022-02-24T05:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897121#M1922</link>
      <description>&lt;P&gt;If you're running backups on the secondary node, then the primary node's MSDB needs to have those entries so that QLIK Replicate can validate that a Full and subsequent tlog backups have run.&amp;nbsp; This can be accomplished by using a Powershell script or other means to copy the entries from the secondary to the primary node.&amp;nbsp; &amp;nbsp;You don't say if you're using TLOGs to identify changed data, if that's the case, you would also need to copy those entries so that Replicate can find the log files if needed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the second part of your question, I'm not sure what you're experiencing.&amp;nbsp; Are the tasks set up to Apply Changes?&amp;nbsp; If so, have the full loads completed?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897121#M1922</guid>
      <dc:creator>PGN</dc:creator>
      <dc:date>2022-02-24T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897190#M1923</link>
      <description>&lt;P&gt;When you made no full back ever, MS SQLServer will NOT create a Tlog backups. It only uses the Tlog for transactional consistency, not for availability and recycles space based on that. It reasons there is no base backup to apply the Tlogs backup so why bother! It does not anticipate other (Replicate) desires to read what is going on.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is the underlying reason for the "&lt;/SPAN&gt;&lt;SPAN&gt;No FULL database backup found" message. It indicates that Replicate knows then MS SQL is not delivering reliable change data and disables CDC. Please be sure to search the Replicate User Guide for "&lt;SPAN&gt;FULL database".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The basic fix for that is easy. Take a full backup! You can walk away from it when done, and you can even direct the backup to the bit-bucket: NUL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm not sure how this plays out in the AlwaysOn environment, but that's where I'd start.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hein.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/transaction-log-backups-sql-server?view=sql-server-ver15" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/transaction-log-backups-sql-server?view=sql-server-ver15&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 14:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897190#M1923</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-02-24T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897213#M1925</link>
      <description>&lt;P&gt;He stated that he's running backups on the secondary node.&amp;nbsp; As such, the primary node's MSDB, which cannot be included as part of AOG, isn't aware of the full backup being done.&amp;nbsp; For Replicate to know the full backup is done, or to keep track of TLOG backup location (if he's using TLOGS in Replicate to track changes), then the entries need to be copied to the primary node.&amp;nbsp; That's how it plays out in an AlwaysOn environment.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897213#M1925</guid>
      <dc:creator>PGN</dc:creator>
      <dc:date>2022-02-24T15:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897222#M1926</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108119"&gt;@PGN&lt;/a&gt;&amp;nbsp;Yup. Thanks, I know. This is all fairly well documented in the Replicate Userguide.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164325"&gt;@bihluh&lt;/a&gt;&amp;nbsp;Please Check the User Guide for "Working with Microsoft SQL Server AlwaysOn Availability Groups"&lt;/P&gt;
&lt;P&gt;Hein.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897222#M1926</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-02-24T15:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897452#M1928</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;, yes, I checked the&amp;nbsp;&lt;SPAN&gt;"Working with Microsoft SQL Server AlwaysOn Availability Groups", but it doesn't advise what happen if the Full backup is running on secondary node.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We've found the root cause, it was not caused by the Full backup on secondary node. It was due to LOB length limitation. It works well after we change the setting.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It still flagging out as an error, but looks like we can safely&amp;nbsp;ignore it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bih Luh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 02:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/1897452#M1928</guid>
      <dc:creator>bihluh</dc:creator>
      <dc:date>2022-02-25T02:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/2048719#M5337</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164325"&gt;@bihluh&lt;/a&gt;&amp;nbsp;- what was the&amp;nbsp;&lt;SPAN&gt;LOB length setting before and after ? would you mind sharing that if you can ? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 21:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/2048719#M5337</guid>
      <dc:creator>rchurchagundiamarnat</dc:creator>
      <dc:date>2023-03-13T21:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: No FULL database backup found</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/2049853#M5382</link>
      <description>&lt;P&gt;Full database back up is required when you take SQL server as a source.&lt;/P&gt;
&lt;P&gt;So for that just simply right click on db -&amp;gt; task -&amp;gt; back up. There you can see the details , so make sure recovery model and recovery model must be "Full". Add back up destination. -&amp;gt; Ok.&lt;/P&gt;
&lt;P&gt;After that reload the task. Hope this will be helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 06:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/No-FULL-database-backup-found/m-p/2049853#M5382</guid>
      <dc:creator>Megha_More</dc:creator>
      <dc:date>2023-03-16T06:38:21Z</dc:date>
    </item>
  </channel>
</rss>

