Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
jorgetrillo
Contributor
Contributor

Qlik Replicate (MS REPLICATION) and Veeam backup solution

Hello,

I want to use QLIK Replicate (with MS REPLICATION mode) and Veeam backup solution.

Is it possible?

Labels (1)
2 Solutions

Accepted Solutions
john_wang
Support
Support

Hello @jorgetrillo ,

There is another article Replication with Veeam Backups for SQLServer , hope it helps.

Regards,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

Michael_Litz
Support
Support

Hi Jorge,

You could try the relatively new end point called Microsoft Azure SQL (MS-CDC), it will work with regular MS SQL.

This end point does not need access to the TLOG backups in any way so it would not matter what third party tool you use for that.

It will rely on using the MS-CDC that you configure inside of SQL.

Thanks,
Michael

View solution in original post

4 Replies
Steve_Nguyen
Support
Support

When working with MS-Replication mode, the archived-logs must meet two conditions:
1. The archived logs should be in MS format, otherwise Replicate will not be able to read them.
2. The archived logs should be known to the DB engine, it means that the following query to the MSSQL source, should provide results:
select
[dbo].[attrep_fn_NumericLsnToHexa](bs.first_lsn),
[dbo].[attrep_fn_NumericLsnToHexa](bs.last_lsn),
bmf.* , bs.*
from msdb.dbo.backupmediafamily bmf, msdb.dbo.backupset bs
where bmf.media_set_id = bs.media_set_id
and bs.database_name=db_name() and bs.type='L';

Please consult with the MSSQL dba, if the Veeam backup solution meets these two conditions.

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
john_wang
Support
Support

Hello @jorgetrillo ,

There is another article Replication with Veeam Backups for SQLServer , hope it helps.

Regards,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
SwathiPulagam
Support
Support

Hi @jorgetrillo ,

 

Is your Veeam backup in the Native format? If yes, then Qlik Replicate supports the Veeam backup with MS Replication mode.

 

Thanks,

Swathi

Michael_Litz
Support
Support

Hi Jorge,

You could try the relatively new end point called Microsoft Azure SQL (MS-CDC), it will work with regular MS SQL.

This end point does not need access to the TLOG backups in any way so it would not matter what third party tool you use for that.

It will rely on using the MS-CDC that you configure inside of SQL.

Thanks,
Michael