<?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: Testing Backups in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793800#M817</link>
    <description>Thanks - Do the full backups have to be native, or can they be commvault?&lt;BR /&gt;Qlik doesn't read those directly, right?&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Mar 2021 17:32:36 GMT</pubDate>
    <dc:creator>mbjohnson123</dc:creator>
    <dc:date>2021-03-23T17:32:36Z</dc:date>
    <item>
      <title>Testing Backups</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1785474#M766</link>
      <description>&lt;P&gt;Is there a way to test that the sql full backup and the log backups are good/readable via sql script?&amp;nbsp; We use a third party vendor (CommVault) and have "select virtual device types" checked in the advanced tab on sql server source connection.&lt;/P&gt;&lt;P&gt;I know that you can run a query like this to test read for the log backup:&amp;nbsp;&lt;/P&gt;&lt;P&gt;select&amp;nbsp; &amp;nbsp;top 1000&amp;nbsp; &amp;nbsp; [Current LSN],&amp;nbsp;&amp;nbsp; &amp;nbsp; [operation],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Context],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Transaction ID],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Transaction Name],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Begin Time],&amp;nbsp;&amp;nbsp; &amp;nbsp; [End Time],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Flag Bits],&amp;nbsp;&amp;nbsp; &amp;nbsp; [PartitionID],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Page ID],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Slot ID],&amp;nbsp;&amp;nbsp; &amp;nbsp; [RowLog Contents 0],&amp;nbsp;&amp;nbsp; &amp;nbsp; [Log Record],&amp;nbsp;&amp;nbsp; &amp;nbsp; [RowLog Contents 1]&amp;nbsp;from sys.fn_dump_dblog (NULL, NULL,NULL, 1,'&lt;A target="_blank" rel="noopener"&gt;R:\Logs\zzsqlcmmcltr$PCMM\CMM2\LOG\zzsqlcmmcltr$PCMM_CMM2_LOG_20200818_001501.trn',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,&lt;/A&gt;NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)&amp;nbsp;where&amp;nbsp;&amp;nbsp;(&amp;nbsp;( &amp;nbsp;[operation] in ('LOP_BEGIN_XACT','LOP_COMMIT_XACT','LOP_ABORT_XACT') ) &amp;nbsp;or&amp;nbsp;( &amp;nbsp;[operation] in ('LOP_INSERT_ROWS','LOP_DELETE_ROWS','LOP_MODIFY_ROW')&amp;nbsp;and&amp;nbsp;( ( [context] &amp;nbsp; in ('LCX_HEAP','LCX_CLUSTERED','LCX_MARK_AS_GHOST') ) or ([context] = 'LCX_TEXT_MIX'))&amp;nbsp;and&amp;nbsp;[PartitionID] in (72058209896038400)&amp;nbsp;)&amp;nbsp;&amp;nbsp;or&amp;nbsp;([operation] = 'LOP_HOBT_DDL')&amp;nbsp;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;but in our case I can't put a path in the example above for the logbackup read test because instead of path, we get a GUID such as "91baa3f0-7f11-4448-b1dc-548c80fa33a2" in our sql squery for physical device_name.&lt;/P&gt;&lt;P&gt;I would like to run sql scripts before creating the tasks to validate the backups are in place and readable.&amp;nbsp; Any idea of how to make this work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 20:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1785474#M766</guid>
      <dc:creator>mbjohnson123</dc:creator>
      <dc:date>2021-02-23T20:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Backups</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793798#M816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the log backups are not in native format, then Replicate will not be able to read them.&lt;/P&gt;&lt;P&gt;If the backup was done via&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="feedSearchHighlight"&gt;commvault&lt;/SPAN&gt;, then Replicate will not be able to read them as from what i know commvault backups are not in sql native format (unless this has been changed)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you restore the file thru&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="feedSearchHighlight"&gt;commvault&lt;/SPAN&gt;&lt;SPAN&gt;, the physical file name must match the&amp;nbsp;physical device name in MSDB.&amp;nbsp;&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;Lyka&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 17:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793798#M816</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2021-03-23T17:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Backups</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793800#M817</link>
      <description>Thanks - Do the full backups have to be native, or can they be commvault?&lt;BR /&gt;Qlik doesn't read those directly, right?&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2021 17:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793800#M817</guid>
      <dc:creator>mbjohnson123</dc:creator>
      <dc:date>2021-03-23T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Backups</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793810#M818</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The backup logs has to be in native format.&amp;nbsp;&lt;SPAN&gt;If using&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="feedSearchHighlight"&gt;Commvault&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;then you have to configure Replicate to use&amp;nbsp;Online Logs Only and sp_repldone for TLOG truncation prevention&lt;/SPAN&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 17:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793810#M818</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2021-03-23T17:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Backups</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793811#M819</link>
      <description>Sorry, what I mean is do the full backups also have to be native, or can&lt;BR /&gt;those be commvault as long as the log backups are native?&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2021 17:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Testing-Backups/m-p/1793811#M819</guid>
      <dc:creator>mbjohnson123</dc:creator>
      <dc:date>2021-03-23T17:47:36Z</dc:date>
    </item>
  </channel>
</rss>

