Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlik support,
What is the best practice to set up a bi-directional task (oracle<>ms sql server)? What are the settings that are required on the ms sql server? Does the recovery model on the database where the table that needs to be replicated bi directionaly need to be on full or bulk logged or are there possibilities running the db on simple (as the db has many tables and setting it to full or bulk logged is not really an option)
Thanks for your help.
Hello,
Please review the user guide on bi-directional replication:
Regards,
Gerald
Hi Gerald,
I had already read the provided description. After this I had opened this ticket.
Could you please analyze if there is a solution for our problem or not. Are there any best practices?
Thanks for your help.
Regards,
Marc
Hi @Finnova
All the limitations applicable to the Unidirectional task when using SQL Server apply to Bidirectional as well. In other words, if the endpoint is currently working with a unidirectional task, it will work for Bidirectional.
Bidirectional is basically a 2 unidirectional task setup to work in tandem. Hence, we have to ensure both the tasks should have the same loopback schema defined in the task settings.
Also following additional limitations apply:
Thank you,