Załadowano zasady systemowe na żądanie — błąd

Microsoft.SystemCenter.HealthService.SystemRulesLoaded.OnDemand.Error (Rule)

Ta zasada wykrywa, że dana usługa System Center Management Health nie może ładować zasad systemowych. Te zasady są niezbędne do prawidłowego działania usługi System Center Management Health.

Knowledge Base article:

Podsumowanie

Ta zasada jest używana wewnętrznie przez program Operations Manager. Zastąpienie tej zasady może spowodować nieoczekiwane zachowanie systemu.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentSystem Rules Unloaded

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource Default
WriteAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction.Error Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.SystemRulesLoaded.OnDemand.Error" Comment="System Rules Unloaded" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup" ConfirmDelivery="true" Remotable="true" Priority="High" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource">
<MonitorId>$MPElement[Name="Microsoft.SystemCenter.HealthService.SystemRulesLoaded"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetSystemRulesLoadedStateAction.Error"/>
</WriteActions>
</Rule>