I regularly see the following error on my Exchange servers:
RunspaceId : 0ffa50a4-3a83-45ed-8f30-25aadba55c3e
Server : ex13-db2
CurrentHealthSetState : NotApplicable
Name : Mapi.Submit.Monitor
TargetResource : MailboxTransport
HealthSetName : MailboxTransport
HealthGroupName : ServiceComponents
AlertValue : Unhealthy
FirstAlertObservedTime : 10/11/2015 2:52:29 PM
Description :
IsHaImpacting : False
RecurranceInterval : 0
DefinitionCreatedTime : 10/9/2015 7:50:17 PM
HealthSetDescription :
ServerComponentName : None
LastTransitionTime : 10/11/2015 2:52:29 PM
LastExecutionTime : 10/19/2015 10:15:35 AM
LastExecutionResult : Succeeded
ResultId : 129414608
WorkItemId : 320
IsStale : False
Error :
Exception :
IsNotified : False
LastFailedProbeId : 65
LastFailedProbeResultId : 67891150
ServicePriority : 2
Identity : MailboxTransport\Mapi.Submit.Monitor\MailboxTransport
IsValid : True
ObjectState : New
While this post:
https://www.gavin.pro/2015/08/26/exchange-2013-mapi-submit-monitor/
says you can safely ignore and override this monitor, I have not been able to do so. This is particularly frustrating because our SCOM server catches these alerts and shows our Exchange servers as unhealthy.
I ran the following command to override it:
[PS] C:\Windows\system32>Get-GlobalMonitoringOverride | fl
RunspaceId : 0ffa50a4-3a83-45ed-8f30-25aadba55c3e
ItemType : Monitor
PropertyName : Enabled
PropertyValue : 0
HealthSetName : MailboxTransport
MonitoringItemName : Mapi.Submit.Monitor
TargetResource :
ExpirationTime : 10/17/2016 10:15:52 AM
ApplyVersion : Version 15.0 (Build 1104.5)
CreatedTime : 10/18/2015 10:16:02 AM
Identity : MailboxTransport\Mapi.Submit.Monitor
IsValid : True
ObjectState : New
But the alert still returns.
I have tried overriding the Responder instead of the Monitor:
Add-GlobalMonitoringOverride -ItemType "Responder"
but the state is still unhealthy.
Any advice? Thanks!