Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can someone provide me an example of how to configure QLik Replicate using SQL Server in standalone mode as source ?
I'm following the documentation, but I'm getting this error in Replicate:
Failed to initialize function for capturing data from an AlwaysOn Availability Group. AlwaysOn Availability Group is currently not ready to interact with REPLICATE.
I don't have AlwaysOn Availability Group in my environment. Thats why I'm trying to find a documentation for standalone mode.
Hello @marcioribeiro ,
To skip AlwaysOn configuration check you can add an internal parameter
AlwaysOnSharedSynchedBackupIsEnabled
in Source endpoint > Advanced > Internal Parameter, add the parameter, check the box to skip AlwaysOn configuration.
Hope this helps.
Regards,
John.
Hello @marcioribeiro ,
To skip AlwaysOn configuration check you can add an internal parameter
AlwaysOnSharedSynchedBackupIsEnabled
in Source endpoint > Advanced > Internal Parameter, add the parameter, check the box to skip AlwaysOn configuration.
Hope this helps.
Regards,
John.
Hi @marcioribeiro ,
Replicate will run a couple of SQL commands to check whether the AlwaysOn setup exists or not on the server level. Maybe the database that you are using doesn't have an always-on setup but it could be enabled on the server level. Please check with DBA.
For now, you can use AlwaysOnSharedSynchedBackupIsEnabled Internl Parameter on the SQL endpoint. This will make sure replicate will skip the Always On validation step.
Thanks,
Swathi
Thank you for your help. 👍