The ReplLog Check feature allows you to scan all the log files for any errors and reports them through an email. To execute this feature, run the RunReplLogChk.bat file from the \Pro2\bprepl\Scripts folder.

If you are running this functionality for the first time, a ErrorTrigger.lst file is created (available in the bprepl/repl_tmpl folder). Add the error list that needs to be scanned/excluded in this file separated by commas. This feature scans all the log files, excluding the unwanted errors, and then send an error report in an email.

You can log the errors in the ErrorTrigger.lst file as shown below:
[[ADMIN_LOG]
error,[SQL Server],**
[ADMIN_LOG_EXCLUDES]
Warning
[REPL_LOG]
error,[SQL Server],Maximum number of client connections,Application server connect failure,Appserver did not connect,Transport resources unavailable,**
[REPL_LOG_EXCLUDES]
Warning,Closing Replication Log,Closing Replication CDC Proc Log,Closing Replication Proc Log,Re-Opened Replication Proc Log,Re-Opened Replication CDC Proc Log,Opening Replication,Closing Replication CDC Log
[REPLCDC_LOG]
error,[SQL Server],Maximum number of client connections,Application server connect failure,Appserver did not connect,Transport resources unavailable,**
[REPLCDC_LOG_EXCLUDES]
Warning,Closing Replication Log,Closing Replication CDC Proc Log,Closing Replication Proc Log,Re-Opened Replication Proc Log,Re-Opened Replication CDC Proc Log,Opening Replication,Closing Replication CDC Log
[APPSRV_LOG]
error,[SQL Server],**
[APPSRV_LOG_EXCLUDES]
Warning,Closing Replication Log
[BULK_LOAD_LOG]
error,[SQL Server],**
[BULK_LOAD_LOG_EXCLUDES]
Warning
[CDC_LOG]
error,[SQL Server],Maximum number of client connections,Application server connect failure,Appserver did not connect,Transport resources unavailable,**
[CDC_LOG_EXCLUDES]
Warning,Closing CDC Admin Log,Re-Opened CDC Admin Log,Log file closed
[JOBRUNNER_LOG]
error,has stopped the job runner,invalid task name,**
[JOBRUNNER_LOG_EXCLUDES]
Warning,Opening Job Log for date change,Closing Job Log for date change
[ENTERPRISE_PUSH_LOG]
error,Appserver did not connect,**
[ENTERPRISE_PUSH_LOG_EXCLUDES]
Warning
Note: If the ErrorTrigger.lst file is not found in the expected directory, it is created in bprepl/repl_tmpl directory with an empty skeleton.