Troubleshooting

Determine if the RMF Alarm Service is receiving events from the Event Server

This topic describes how to turn logging of all events and alarms on or off without restarting the RMF Alarm Service. This feature is useful when the RMF Alarm Service seems to be running, but no alarms are received in the Smart Client. In such cases, it’s crucial to determine whether the service is receiving events from the Milestone Event Server.

Although restarting the RMF Alarm Service typically re-establishes the connection and restores alarm reception, it also resets the service state, complicating the identification of the root cause of the issue. This enhanced logging feature was introduced to aid troubleshooting in such rare scenarios, capturing detailed diagnostics without necessitating a service restart.

Turn On Deep Logging

Add the following log parameter manually to the RMFAlarmService.exe.config file located at: C:\Program Files\Milestone\MIPPlugins\RMFAlarm\RMFService (or, for OEM deployments, the corresponding directory):

<add key="AdvanceLog" value="1" />

Value =”1” - enable advanced log. Value =”0” - turn off advanced log.

After changing the parameter, it might take up to five minutes for the settings to take effect and for advanced logs to start generating.

Turn Off Deep Logging

Last updated