Monitor für die Verfügbarkeit des SQL Reporting-Diensts

Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint.ServiceHealth (UnitMonitor)

Dieser Monitor überprüft den Verfügbarkeitsstatus des SQL Reporting-Diensts.

Knowledge Base article:

Zusammenfassung

Der Configuration Manager-Berichterstattungspunkt-Dienst wurde beendet. Dieser Dienst ist erforderlich, damit in Configuration Manager Berichte angezeigt werden können. Dieser Zustand repariert sich möglicherweise nicht selbst und muss behoben werden, bevor Configuration Manager-Berichte angezeigt werden können.

Ursachen

Dieses Problem tritt in der Regel in folgenden Situationen auf:

Lösungen

Überprüfen Sie, ob der Berichterstattungspunkt-Dienst aufgrund von Routine- oder geplanter Wartung beendet wurde. Ist dies der Fall, ist keine Aktion erforderlich. Ist dies nicht der Fall, muss der Berichterstattungspunkt untersucht werden.

Stellen Sie sicher, dass der Berichterstattungspunkt-Computer online ist. Wenn der Berichterstattungspunkt-Dienst noch nicht gestartet wurde, starten Sie ihn.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL Reporting-Dienst wird nicht ausgeführt
Der Dienst "{0}" auf Computer "{1}" wird nicht ausgeführt.
RunAsDefault
CommentSIV:REP0001

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint.ServiceHealth" Comment="SIV:REP0001" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>ReportServer</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>