AEM :無効なシステム エラー グループの応答

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

このルールは、エージェントレスの例外監視 (AEM) モジュールが、この管理サーバーで無効なシステム エラー グループの応答を受け取った場合にアラートを生成します。

Knowledge Base article:

概要

Microsoft Online Crash Analysis サービスとの通信中に、AEM が無効な応答を受信しました。

原因

システム エラー グループの CAB ファイルが、Microsoft Online Crash Analysis (OCA) サービスに送信されましたが、サービス応答を解読できませんでした。この問題は、OCA サービスのプロトコルが、AEM と互換性がないプロトコルに変更された場合に発生する可能性があります。

解決方法

このアラートは、システム エラー グループ レポートへの応答が無効であったことを示す警告アラートです。このアラートが繰り返し発生する場合は、エラー情報を記録した上で、support.microsoft.com または oca.microsoft.com にお問い合わせください。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
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.InvalidSystemErrorGroupResponse.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>10910</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.InvalidSystemErrorGroupResponse.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>