skip_ltl_errors

Determines whether Replication Agent ignores Log Transfer Language (LTL) error messages.

Warning!  Using the skip_ltl_errors parameter incorrectly may cause data inconsistencies between the primary and replicate databases.

Default

false

Values

true – enables skipping LTL errors to continue replication.

false – disables skipping LTL errors.

Comments

  • If the skip_ltl_errors configuration parameter is set to true, the Replication Agent instance logs any LTL error messages returned by Replication Server, along with the offending LTL commands, and then it continues processing transaction log records.

  • If the skip_ltl_errors configuration parameter is set to false, the Replication Agent instance stops all of its replication processing and goes to Replication Down state when it receives an LTL error message and the error is unrecoverable.

  • The skip_ltl_errors parameter is intended for troubleshooting only, with assistance from Sybase Technical Support.