Usługa dostępu do danych — przestarzała usługa systemu Windows

Microsoft.SystemCenter.SDKService.ServiceMonitor (UnitMonitor)

Knowledge Base article:

Podsumowanie

Kiedy usługa dostępu do danych nie jest uruchomiona, nie można nawiązać połączeń z interfejsem użytkownika.

Przyczyny

Usługa dostępu do danych nie jest uruchomiona.

Rozwiązania

Sprawdź dzienniki zdarzeń programu Operations Manager i systemu, aby określić przyczynę przejścia usługi dostępu do danych w stan zatrzymania.

Uruchom program Services MMC lub skorzystaj z innego narzędzia menedżera kontroli usług, aby uruchomić usługę „System Center Data Access”.

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
Usługa dostępu do danych — przestarzała usługa systemu Windows
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>