Service Windows SQL Server Integration Services

Microsoft.SQLServer.2012.IntegrationServices.ServiceMonitor (UnitMonitor)

Cette analyse vérifie l'état du service SQL Integration Services.

Knowledge Base article:

Résumé

Cette analyse vérifie l'état du service SQL Integration Services et génère une alerte lorsque le service est configuré pour démarrer automatiquement et n'est pas en cours d'exécution.

Notez qu'une alerte n'est pas générée lorsque le service est désactivé ; un fonctionnement normal sera présenté.

Causes

Un service peut s'arrêter pour de nombreuses raisons, notamment :

Solutions

Vous pouvez tenter de redémarrer le service en utilisant le lien suivant :

Démarrer le service SQL Integration Services

Vous pouvez afficher d'autres alertes de cette instance de SQL Server qui peuvent être liées à ce problème à l'aide du lien suivant :

Afficher les alertes SQL Server

Element properties:

TargetMicrosoft.SQLServer.2012.IntegrationServices
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Arrêt du service Windows SQL Server Integration Services
Le service Windows pour Integration Services s'est arrêté sur l'ordinateur {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2012.IntegrationServices.ServiceMonitor" Accessibility="Public" Enabled="true" Target="SQL2012Core!Microsoft.SQLServer.2012.IntegrationServices" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2012.IntegrationServices.ServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="SQL!Microsoft.SQLServer.IntegrationServices"]/ServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>