AEM: [시스템] 오류 그룹 처리 오류

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

이 규칙은 하나 이상의 AEM(에이전트 없는 예외 모니터링) 모듈이 이 관리 서버에서 오류 그룹 또는 시스템 오류 그룹을 성공적으로 처리할 수 없을 경우 경고를 생성합니다.

Knowledge Base article:

요약

오류 그룹/시스템 오류 그룹에 대한 오류 보고서 및/또는 관련 CAB를 처리하는 동안 AEM에서 오류가 발생하여 처리 단계가 중단되었습니다.

원인

이 경고는 일반 [시스템] 오류 그룹 처리 오류를 나타냅니다. 이 문제는 몇 가지 이유로 인해 발생할 수 있습니다. 오류에 대한 정보는 관련 이벤트 및 경고에서 확인할 수 있습니다.

해결 방법

경고 설명에 문제에 대한 정보가 포함되어 있습니다. 관련 이벤트 세부 정보와 이 오류와 비슷한 시기에 발생한 다른 이벤트를 검토하여 문제를 진단하십시오.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: [시스템] 오류 그룹 처리 오류
{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>