Controlling Row Count Validation

Use dsi_row_count_validation to disable row count validation.

In version 15.2 and later, Replication Server enables row count validation by default and automatically displays error messages and performs default error actions in reaction to different row count validation errors such as row count mismatch. You can configure the Replication Server error class to enable different error actions.

With Replication Server 15.6, if you have table rows that are not synchronized, and you want to bypass the default error actions and messages, you can set dsi_row_count_validation to off to disable row count validation.

dsi_row_count_validation is set to on, by default, to enable row count validation.

Use configure replication server to set dsi_row_count_validation at the server level to affect all replicate database connections, or use alter connection to set the parameter for a connection to a database and data server that you specify. For example, to:

See "Data server error handling," in Chapter 6, "Handling Errors and Exceptions" in the Replication Server Administration Guide Volume 2.