Determines whether the 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.
false
true – enables skipping LTL errors to continue replication.
false – disables skipping LTL errors.
If the skip_ltl_errors configuration parameter is set to true, the Replication Agent instance logs any LTL error messages returned by the 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.