AEM : システム エラー グループ通信タイムアウト

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

このルールは、エージェントレスの例外監視 (AEM) モジュールが、システム エラー グループ レポートや cab をこの管理サーバーの "oca.microsoft.com" に転送するときにタイムアウト エラーが発生した場合にアラートを生成します。

Knowledge Base article:

概要

Microsoft Online Crash Analysis サービスとの通信中に、AEM でタイムアウトが発生しました。

原因

システム エラー グループの CAB ファイルを Microsoft Online Crash Analysis (OCA) サービスに送信中に、AEM でタイムアウトが発生しました。 これが発生するのには、いくつかの理由が考えられます。 たとえば、OCA サービスがダウンしていたり、その他のネットワークの問題が発生していることが考えられます。

解決策

このアラートは、通信タイムアウトが原因でシステム エラー グループへの応答を取得できなかったことを示す警告アラートです。 このアラートが繰り返し発生する場合は、ネットワークの状態を確認するか、エラー情報を記録した上で、support.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.SystemErrorGroupCommunicationTimeout.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>10913</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.SystemErrorGroupCommunicationTimeout.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>