The Windows SharePoint Services Timer service State

Microsoft.Windows.SharePoint.Services.3.0.The_Windows_SharePoint_Services_Timer_service_State.ServiceHealth (UnitMonitor)

The Windows SharePoint Services Timer (SPTimer) service is used by Windows SharePoint Services to manage schedule jobs in the system. Timer will handle any schedule process and execute it without user interaction, examples of schedule jobs are Automatic Site Deletion, Search Crawling, Recycle Bin cleanup, Usage analysis.

Knowledge Base article:

Summary

The Windows SharePoint Services Timer (SPTimer) service is used by Windows SharePoint Services to manage schedule jobs in the system. Timer will handle any schedule process and execute it without user interaction, examples of schedule jobs are Automatic Site Deletion, Search Crawling, Recycle Bin cleanup, Usage analysis.

This alert indicates that the SPTimer service is not running.

Causes

Possible causes include:

Resolutions

© 2000-2007 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.Windows.SharePoint.Services.3.0.WSS.Server
Parent MonitorMicrosoft.Windows.SharePoint.Services.3.0.Timer
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
The Windows SharePoint Services Timer service State
The Windows SharePoint Services Timer service on the computer {0} is not running.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.SharePoint.Services.3.0.The_Windows_SharePoint_Services_Timer_service_State.ServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.SharePoint.Services.3.0.WSS.Server" ParentMonitorID="Microsoft.Windows.SharePoint.Services.3.0.Timer" Remotable="true" Priority="Normal" TypeID="MSWL!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.SharePoint.Services.3.0.The_Windows_SharePoint_Services_Timer_service_State.ServiceHealth.StringResource">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="MSWL!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ServiceHealthy" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="ServiceNotHealthy" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="MSWL!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>SPTimerV3</ServiceName>
</Configuration>
</UnitMonitor>