Define the DBMS connection user when MS SQL Server is the target - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
ft:lastEdition
2024-08-20
ft:lastPublication
2024-08-20T21:40:14.000381

The user ID under which Connect CDC logs in and updates the MS SQL Server target table must have (at least) database owner privileges for the target database. This is necessary because a SET IDENTITY_INSERT db.owner.tablename ON statement is sent to the target when an IDENTITY column is distributed.

To assign such privileges under MS SQL Server, which allows multiple database owners, you can edit the properties of the target-updating user to define it as db_owner.