AEM: 錯誤群組回應無效

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

當無代理程式例外監控 (AEM) 在此管理伺服器上接收到無效的錯誤群組回應時,此規則會產生警示。

Knowledge Base article:

摘要

與 Microsoft Watson 服務通訊時,AEM 收到無效的回應。

原因

當錯誤報表傳送到 Microsoft Watson 服務時,服務回應無法瞭解。 如果 Watson 服務將通訊協定變更為與 AEM 不相容,就可能會發生此問題。

解決方式

警示為警告警示,會指出錯誤群組報表的回應無效。 如果此情況重複發生,請連絡 support.microsoft.com 或 Watson.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.InvalidErrorGroupResponse.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>10911</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.InvalidErrorGroupResponse.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>