Non-SQL Statement Replication Error Numbers

Error numbers for Replication Server for error actions not related to SQL statement replication.

Error Actions for Replication Server Error Classes

server_error

Error Message

Default Error Action

Description

5185

Row count mismatch for
the command executed on
‘dataserver.database’.
The command impacted x
rows but it should
impact y rows.

warn

This message appears if the affected number of rows is different from the expected number of rows, after a command that is not part of SQL Statement Replication, or a stored procedure, or a row change with autocorrection enabled is sent to the data server.

5187

Row count mismatch for
the autocorrection
delete command executed
on
‘dataserver.database'.
The command deleted x
rows but it should
delete y rows.

warn

This message appears if the affected number of rows is different from the expected number of rows, after a delete command is sent to the data server, and if autocorrection is enabled.