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>