AEM: błąd uprawnień

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

Ta zasada generuje alerty, gdy funkcja monitorowania wyjątku bez agenta (AEM) napotka błąd uprawnień sieci na tym serwerze zarządzania.

Knowledge Base article:

Podsumowanie

Funkcja AEM nie ma wystarczających uprawnień, aby komunikować się z bazą danych usług watson lub oca bądź programu Operations Manager.

Przyczyny

Ten alert oznacza błąd rodzajowy uprawnień w sieci/bazie danych. Może to nastąpić z kilku przyczyn. Informacje o awarii są dostępne w skojarzonym zdarzeniu i skojarzonych alertach.

Rozwiązania

Opis alertu zawiera informacje o napotkanym problemie. Aby zdiagnozować problem, sprawdź szczegóły skojarzonego zdarzenia oraz inne zdarzenia, które wystąpiły w czasie zbliżonym do tej awarii.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: błąd uprawnień
{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.PermissionsError.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>10916</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.PermissionsError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>