AEM : System エラー グループ処理エラー

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

このルールは、1 つまたは複数のエージェントレスの例外監視 (AEM) モジュールが、この管理サーバーでエラー グループまたはシステム エラー グループを正常に処理できなかった場合にアラートを生成します。

Knowledge Base article:

概要

エラー グループおよびシステム エラー グループのエラー レポートおよび関連 CAB の処理中に AEM でエラーが発生し、処理手順が中止されました。

原因

このアラートは、一般的な [system] エラー グループの処理エラーを示しています。 これが発生するのには、いくつかの理由が考えられます。 エラーに関する情報については、関連イベントおよびアラートを参照してください。

解決策

アラートの説明には、発生した問題に関する情報が含まれています。 問題を診断するには、関連イベントの詳細およびこのエラーとほぼ同時刻に発生したその他のイベントを確認してください。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM : System エラー グループ処理エラー
{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>