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

If you are running this functionality for the first time,an ErrorTrigger.lst file is created (available in the repl_log folder). Add your error list that needs to be scanned/excluded in this file separated by comma. This scans all the log files, excluding the unwanted errors and reporting back the error instances found 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,Re-Opened Replication Proc Log,Openining Replication
[APPSRV_LOG]
Error,[SQL Server],
[APPSRV_LOG_EXCLUDES]
Warning,Closing Replication Log
[BULK_LOAD_LOG]
Error,[SQL Server],
[BULK_LOAD_LOG_EXCLUDES]
Warning

Note: If the ErrorTrigger.lst file is not found in the expected directory, it will be created in repl_log directory with an empty skeleton.