AEM: [Sistem] Hata Grubu İşleme Hatası

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

Bu kural bir veya daha çok Aracısız Özel Durum İzleme (AEM) modülü bu yönetim sunucusunda bir hata grubunu veya sistem hatası grubunu başarıyla işleyemediğinde uyarılar oluşturur.

Knowledge Base article:

Özet

AEM, bir hata grubunun/sistem hatası grubunun Hata Raporunu ve/veya ilgili CAB dosyasını işlerken bir hatayla karşılaştı ve bu durum AEM'nin işleme adımını bırakmasına neden oldu.

Nedenler

Bu uyarı genel [sistem] bir hata grubu işleme hatasını belirtir. Bunun birkaç nedeni olabilir. Bu hatayla ilgili bilgiler ilişkili Olay ve Uyarılar içinde bulunabilir.

Çözümlemeler

Uyarının açıklamasında, karşılaşılan sorunla ilgili bilgiler yer alır. Sorunu tanılamak için lütfen ilişkili olay ayrıntılarını ve bu hatanın meydana geldiği zamanda meydana gelen diğer olayları denetleyin.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: [Sistem] Hata Grubu İşleme Hatası
{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>