OGG-01547
Table {0} column {1,number,0} : DATA CORRUPTION may result from the use of "NOT FOR REPLICATION" on a foreign key when OLE DB is being used.
Cause
The foreign key in the specified table is set to NOT FOR REPLICATION. The target database does not enforce the constraint when the operation is applied by Replicat operating as the replication agent. This includes CASCADE operations. The assumption is that the constraint was checked on the source database and that the cascaded operations are captured and replicated.
Action
Verify that the referenced tables are included in the replication configuration with the referencing table; otherwise, there will be no errors to alert you to integrity violations, such as if a row gets inserted into a table that contains a foreign key to a non-replicated table.