AEM: Respuesta de grupo de errores del sistema no válida

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

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

Knowledge Base article:

Resumen

Al comunicarse con el servicio de análisis de bloqueos en línea de Microsoft, AEM ha recibido una respuesta no válida.

Causas

Cuando se ha transmitido el archivo CAB de un grupo de errores del sistema al servicio de análisis de bloqueos en línea (OCA) de Microsoft, no se ha comprendido la respuesta del servicio. Esto puede suceder si el servicio OCA 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 del sistema no era válida. Si esto se produce con frecuencia, póngase en contacto con support.microsoft.com o con oca.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 del sistema 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.InvalidSystemErrorGroupResponse.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>10910</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.InvalidSystemErrorGroupResponse.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>