AEM: [系統] 錯誤群組處理錯誤

Microsoft.SystemCenter.CM.AEM.ErrorGroupProcessingError.Alert (Rule)

當一或多個無代理程式例外監控 (AEM) 模組無法在此管理伺服器上順利處理錯誤群組或系統錯誤群組時,此規則會產生警示。

Knowledge Base article:

摘要

AEM 於處理錯誤報表和/或錯誤群組/系統錯誤群組相關的 CAB 時發生錯誤,導致 AEM 放棄處理步驟。

原因

此警示表示一般 [system] 錯誤群組處理失敗。 此問題可能是由多種原因所造成。 失敗相關資訊可於相關事件和警示中取得。

解決方式

警示的描述包含所發生問題的資訊。 請檢查關聯事件詳細資訊以及於此失敗時發生之任何其他事件,以診斷問題。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: [系統] 錯誤群組處理錯誤
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.CM.AEM.AlertModule Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.ErrorGroupProcessingError.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.CM.AEM.AlertModule">
<EventNumber>10922</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.ErrorGroupProcessingError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>