資料存取服務 - Windows 服務 (已過時)

Microsoft.SystemCenter.SDKService.ServiceMonitor (UnitMonitor)

Knowledge Base article:

摘要

當資料存取服務未在執行時,無法建立任何使用者介面連線。

原因

資料存取服務並未執行。

解決方式

請檢查 Operations Manager 和系統事件記錄檔,以判定資料存取服務進入停止狀態的原因。

請開啟服務 MMC,或使用其他的服務控制管理員公用程式以啟動「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
資料存取服務 - 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>