AEM: nieprawidłowa odpowiedź grupy błędów

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

Ta zasada generuje alerty, gdy co najmniej jeden moduł monitorowania wyjątku bez agenta (AEM) otrzyma na tym serwerze zarządzania nieprawidłową odpowiedź grupy błędów.

Knowledge Base article:

Podsumowanie

Podczas komunikacji z usługą Microsoft Watson program AEM otrzymał nieprawidłową odpowiedź.

Przyczyny

Odpowiedź usługi otrzymana podczas przesyłania raportu o błędzie do usługi Microsoft Watson była niezrozumiała. Może to nastąpić, jeśli protokół usługi Watson został zmieniony na niezgodny z programem AEM.

Rozwiązania

Ten alert to ostrzeżenie, że odpowiedź na raport grupy błędów była nieprawidłowa. Jeśli występuje on regularnie, skontaktuj się z pomocą techniczną w witrynie support.microsoft.com lub watson.microsoft.com, podając informacje o błędzie.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: nieprawidłowa odpowiedź grupy błędów
{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>