Replication Extract and error handling

When Replication Extract detects a replication error, it updates the row associated with the table in the LTMOBJECTS table with diagnostic information that describes the error. Replication Extract follows this procedure:

  1. Replication Extract sets the contents of the ERROR_CODE column in the LTMOBJECTS table to a value greater than 0.

  2. Replication Extract places the QID of the record containing the error in the QID column.

NoteYou can specify Terminate as the value of the LogExtractError parameter in the configuration file to force Replication Extract to terminate when it detects replication errors.

This section contains information on using the Replication Agent LTMOBJECTS system table to troubleshoot and correct replication errors.

See also