Product Documentation

V11.5 Update Guide

Previous Topic

Next Topic

Default Replication Agent conflict detection

By default, the Replication Agent now enables basic conflict detection strategies for record updates (add/deletes/rewrites). If a current record image on a target server differs from a record image for a delete operation from a source server, the operation is skipped and the Replication Agent logs the operation as failing with error REPCNF_ERR (1105) in the exception log.

The entry that is logged to the exception log in case of error 1105 includes both the information read from the source server (old and new keys and record images) as well as the current record image read from the target server.

The check_update option defaults to yes. To disable this conflict detection strategy, add the following option to ctreplagent.cfg:

check_update no

Note: This is a Compatibility Change.

TOCIndex