You can access the Reset Alarms page from the Tools menu.

The Reset Alarm utility offers the following options:
  • Reset Status-Check Alarm
  • Clear Log-Error-Alerts Daily-Limit-Counters

Reset Status-Check Alarm: By default, the StatusCheck procedure sends only one email notification per day to prevent an overload of email messages. After the email is received and replication is restarted, you can reset the status check alarm to send the alerts again, if replication unexpectedly stops on that same day.

You can reset the email notification by using the following procedure:
  1. In the Pro2 web user interface, navigate to the Actions tab, and select Tools.
  2. Select Reset Alarms.
To reset the status check alarm, the following control records are deleted from the repl_control table:
/* Reset status check alarm */
{&Pro2DB}Repl_Control.GroupID = "ALARM"
{&Pro2DB}Repl_Control.CodeID = "LASTALARM"
{&Pro2DB}Repl_Control.CodeVal1 = ""
{&Pro2DB}Repl_Control.CodeVal2 = ""

Clear Log-Error-Alerts Daily-Limit-Counters: The ReplLogCheck procedure resets the value of the LOG_ALERT_DAILY_LIMIT property to blank. To set the daily limit on the replication log generation process again, you need to create the LOG_ALERT_DAILY_LIMIT property and assign it a value. The default value of this property is 10.

To know more about Pro2 properties and their default configurations, see Properties.

To reset the daily limit counters for the replication logs, the following control records are deleted from the repl_control table:
/* Reset Log Alerts Daily-Limit-Counters */
{&Pro2DB}Repl_Control.GroupID = "REPLICATION"
{&Pro2DB}Repl_Control.CodeID = "LOGALARM"