EV9 - Status - Severe alert - old date
Hello all
EV90SP4 - Windows 2008R2
On 28-03-2014, some issue occurred, causing a Severe alert for Exchange Mailbox Synchronization. The alert is still there. Even when running a 'check now', that error does not disappear.
The bottom pane shows:
The monitor terminated unexpectedly.
Details:
System.Runtime.InteropServices.COMException (0x80040E21): Exception from HRESULT: 0x80040E21 at KVS.EnterpriseVault.Interop.DirectoryConnectionObjectClass.GetLongRunningMonitoringJobs(String monitoringItemEntryID, Int32 maxRecordsToReturn) at KVS.EnterpriseVault.Monitoring.JobMonitorBase.GetLongRunningMonitoringJobsXML(Int32 maxResults) at KVS.EnterpriseVault.Monitoring.ExchMbxSyncMonitor.RunNow(MonitorRunType runType) at KVS.EnterpriseVault.Monitoring.MonitoringThreadBase.ScheduleThread()
Is there anyway to remove these alerts?
Thanks.
Gertjan
You can get the MonitoringItemEntryId from the Monitoring table in the Directory database for the MonitoringItemType = 28 as this is for the sync. Then run the following to get the history of that check.
select * from MonitoringHistory
where MonitoringItemEntryId = 'ID_from_monitoring_table'You should be able to delete the one that failed.