處理群組成員資格規則時發生例外狀況。

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

計算群組成員資格的其中一項規則失敗,並產生例外狀況。 因此,該規則將會卸載。

Knowledge Base article:

摘要

計算群組成員資格時發生例外狀況,無法完成計算。 此規則預設為停用。

原因

發生未預期的狀況。 這可能是由於群組探索實作的問題、暫時性的問題或所有管理伺服器資源集區上的負載過高所導致。

解決方式

請參閱事件詳細資料中提供的資訊,以取得解決發生之特定問題的指引。

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryAlert
EnabledFalse
Event_ID31400
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
由於發生無法復原的錯誤,造成群組 Populator 模組卸載。
詳細資料: {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>