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>