AEM: Neplatná odezva skupiny chyb systému

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

Toto pravidlo generuje výstrahy, když modul Agentless Exception Monitoring (AEM) přijme neplatnou odezvu skupiny chyb systému v tomto serveru pro správu.

Knowledge Base article:

Souhrn

Při komunikaci se službou Microsoft Online Crash Analysis Service obdržel nástroj AEM neplatnou odezvu.

Příčiny

Při přenosu souboru CAB skupiny systémových chyb do služby Microsoft Online Crash Analysis (OCA) nebylo možné porozumět odezvě služby. K tomu může dojít, změnila-li služba OCA protokol, který je následně nekompatibilní s nástrojem AEM.

Řešení

Výstraha představuje upozornění výstrahy, které uvádí, že byla odezva na zprávu skupiny chyb systému neplatná. Pokud k situaci dojde opakovaně, kontaktujte podporu support.microsoft.com nebo oca.microsoft.com a sdělte jim informace o chybě.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Neplatná odezva skupiny chyb systému
{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>