Microsoft Dynamics CRM Unzip Service is not running

Microsoft.Dynamics.CRM.UnzipService (UnitMonitor)

This monitor confirms that the MSCRMUnzipService is running.

Knowledge Base article:

Summary

This monitor checks the status of the Microsoft Dynamics CRM Unzip 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 Unzip Service" in the services list.

4. Click "Start".

Element properties:

TargetMicrosoft.Dynamics.CRM.Web_App_Servers
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Microsoft Dynamics CRM Unzip Service is not running
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Dynamics.CRM.UnzipService" Accessibility="Public" Enabled="true" Target="Microsoft.Dynamics.CRM.Web_App_Servers" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Dynamics.CRM.UnzipService_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>MSCRMUnzipService</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>