E-mail Router Service

Microsoft.Dynamics.CRM.2011.EmailRouterService (UnitMonitor)

Monitors the state of the Microsoft Dynamics CRM E-mail Router service

Knowledge Base article:

Summary

This monitor checks the status of the Microsoft Dynamics CRM E-mail Router service and generates an alert when the service is not running.

Causes

View the event logs for further information. A service can stop for many reasons, including:

Resolutions

You can attempt to restart the service by doing the following:

1. Open a remote desktop connection to the server that generated the alert.

2. Run services.msc

3. Right-click "Microsoft Dynamics CRM E-mail Router Service" in the services list.

4. Click "Start".

Element properties:

TargetMicrosoft.Dynamics.CRM.2011.Email_Router
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
E-mail Router Service is not running
The E-mail Router Service is not running
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Dynamics.CRM.2011.EmailRouterService" Accessibility="Public" Enabled="true" Target="Microsoft.Dynamics.CRM.2011.Email_Router" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Dynamics.CRM.2011.EmailRouterService_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>MSCRMEmail</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>