Parameter:
Repl_Error_ToleranceShort description: Number of replication errors of the same type between two databases at which the server terminates replication (default 2).
Profile
Parameter | Repl_Error_Tolerance |
Category | General (replication) |
Available since | At least 11.0.1 (HCL documentation) |
GUI equivalent | According to HCL, no direct GUI option. Configurable in the Configuration document on the NOTES.INI Settings tab. |
Possible values | Integer — number of same-type replication errors |
Default | 2 |
Description
According to the HCL product documentation:
Specifies the number of replication errors of the same type that can occur between two databases before the server terminates replication.
With the default value
2, Domino allows two same-type replication errors between a pair of databases; afterwards the server terminates replication between exactly these two databases to avoid endless retries of the same error.In special cases — e.g. when frequent conflict errors should deliberately be tolerated during a migration — the value can be increased temporarily. For normal operation the default is sufficient.
Example configuration
Repl_Error_Tolerance=5
With
Repl_Error_Tolerance=5, the server tolerates up to five same-type replication errors per database pair before terminating replication.Notes & pitfalls
- The counter refers to errors of the same type between a specific database pair — not to all replication errors on the server.
- Very high values can mask a real problem; rather investigate the cause of the errors than permanently raise the threshold.
- According to HCL there is no direct GUI equivalent.
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 – Repl_Error_Tolerance: help.hcl-software.com/domino/14.5.1/admin/conf_repl_error_tolerance_r.html
- HCL Domino 11.0.1 – Repl_Error_Tolerance: help.hcl-software.com/domino/11.0.1/admin/conf_repl_error_tolerance_r.html