AEM: Respuesta de grupo de errores no válida

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

Esta regla genera alertas cuando Supervisión de excepciones sin agente (AEM) recibe una respuesta de grupo de errores no válida en este servidor de administración.

Knowledge Base article:

Resumen

Al comunicarse con el servicio Watson de Microsoft, AEM ha recibido una respuesta no válida.

Causas

Cuando se ha transmitido el informe de errores al servicio Watson de Microsoft, no se ha comprendido la respuesta del servicio. Esto puede suceder si el servicio Watson ha cambiado el protocolo, que ahora no es compatible con AEM.

Soluciones

La alerta es una alerta de advertencia para avisar de que la respuesta a un informe de grupo de errores no era válida. Si esto se produce con frecuencia, póngase en contacto con support.microsoft.com o con Watson.Microsoft.com con la información del error.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Respuesta de grupo de errores no válida
{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>