AEM: [Systém] Chyba zpracování skupiny chyb

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

Toto pravidlo generuje výstrahy, když jeden nebo více modulů Agentless Exception Monitoring (AEM) nemůže úspěšně zpracovat skupinu chyb nebo chybu systému v tomto serveru pro správu.

Knowledge Base article:

Souhrn

Nástroj AEM zjistil chybu při zpracování zprávy o chybě nebo souvisejícího souboru CAB skupiny chyb / skupiny systémových chyb a nástroj AEM proto ukončil příslušný krok zpracování.

Příčiny

Tato výstraha indikuje selhání zpracování skupiny generických [systémových] chyb. Možných příčin může být několik. Informace o selhání jsou k dispozici v souvisejících událostech a výstrahách.

Řešení

Popis výstrahy obsahuje informace o zaznamenaném problému. V rámci diagnostiky problému zkontrolujte podrobnosti souvisejících událostí a všechny další události, k nimž došlo přibližně v okamžiku této chyby.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: [Systém] Chyba zpracování skupiny chyb
{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.ErrorGroupProcessingError.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>10922</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.ErrorGroupProcessingError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>