Service d'accès aux données - Service Windows (obsolète)

Microsoft.SystemCenter.SDKService.ServiceMonitor (UnitMonitor)

Knowledge Base article:

Résumé

Lorsque le service d'accès aux données n'est pas en cours d'exécution, aucune connexion de l'interface utilisateur ne peut être établie.

Causes

Le service d'accès aux données n'est pas en cours d'exécution.

Résolutions

Vérifiez les journaux des événements système et Operations Manager pour déterminer la raison pour laquelle le service d'accès aux données s'est arrêté.

Ouvrez le composant logiciel enfichable MMC des services ou utilisez un autre utilitaire Gestionnaire de contrôle des services pour démarrer le « service d'accès aux données System Center ».

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
Parent MonitorMicrosoft.SystemCenter.SDKService.AvailabilityHealthRollup
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Service d'accès aux données - Service Windows (obsolète)
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.SDKService.ServiceMonitor" Accessibility="Internal" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.RootManagementServer" ParentMonitorID="SCLibrary!Microsoft.SystemCenter.SDKService.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.SDKService.ServiceMonitor.AlertMessage">
<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>.</ComputerName>
<ServiceName>OMSDK</ServiceName>
</Configuration>
</UnitMonitor>