Bir grup aboneliği işlenirken özel bir durum oluştu kuralı.

Microsoft.SystemCenter.GroupPopulatorModule.UnrecoverableModuleError.Alert (Rule)

Başarısız olan ve özel bir durum oluşturan grup aboneliğini hesaplayan kurallardan biri. Sonuç olarak kural kaldırılır.

Knowledge Base article:

Özet

Grup aboneliği hesaplanırken özel bir durum meydana geldi ve hesaplama tamamlanamadı. Bu kural varsayılan olarak devre dışıdır.

Nedenler

Beklenmedik bir koşul oluştu. Bunun nedeni grup bulma işleminin uygulanmasıyla ilgili bir sorun, geçici bir sorun veya tüm yönetim sunucuları kaynak havuzundaki yüksek yük miktarı olabilir.

Çözümlemeler

Meydana gelen belirli bir sorunun çözümlenmesinde yardım için olay ayrıntılarında verilen bilgilere başvurun.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryAlert
EnabledFalse
Event_ID31400
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Kurtarılamaz bir hata nedeniyle Grup Doldurma modülü boşaltıldı.
Ayrıntılar:{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.GroupPopulatorModule.UnrecoverableModuleError.Alert" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">31400</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.GroupPopulatorModule.UnrecoverableModuleError.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[3]$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>