Data Access Service connectivity recovery state

Microsoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivity.NoConnectionTimer (UnitMonitor)

Checks if Management Configuration Service can connect to local Data Access Service after a period of time

Knowledge Base article:

Summary

The local Management Configuration Service has failed to connect to the local Data Access Service in an acceptable amount of time.

This monitor will generate an alert when the “Data Access Service connectivity first chance state” monitor detects a failure event (29195) and the monitor continues to stay in the Warning state for a period of time (Default - 5 Minutes). Using Health Explorer, investigate state change events on the Data Access Service connectivity first chance state” monitor to identify when this has occurred.

Configuration

Green State: The local Management Configuration Servicehas verified it can connect to the local Data Access Service. Event ID 29194 was detected.

Red State: The local Management Configuration Servicefailed to connect to the local Data Access Service. When Event ID 29195 is detected and no Event ID 29194 is detected within 5 minutes of when Event ID 29195 an alert will be sent.

Causes

This can happen when: This can happen when:

The System Center Data Access Service is not running on the local Management Server.

Resolutions

To further investigate the issue, consider the following:

Element properties:

TargetMicrosoft.SystemCenter.ManagementConfigurationService
Parent MonitorMicrosoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivityMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Management Configuration Service failed to connect to local System Center Data Access Service
Management Configuration Service failed to connect to local System Center Data Access Service. Please check Data Access Service is runnnig. {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivity.NoConnectionTimer" Accessibility="Internal" Enabled="true" Target="Microsoft.SystemCenter.ManagementConfigurationService" ParentMonitorID="Microsoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivityMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.ManagementConfigurationService.2SingleEventLogTimed2StateUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ManagementConfigurationService.DataAccessServiceConnectivity.NoConnectionTimer.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Item0Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="FirstEventRaisedAndNoSecondEventRaisedInTimeInterval" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FirstEventId>29195</FirstEventId>
<SecondEventId>29194</SecondEventId>
<TimeIntervalSeconds>300</TimeIntervalSeconds>
</Configuration>
</UnitMonitor>