AEM: Erro de Permissões

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

Regra de geração de alerta para quando o AEM encontra um erro de permissões de rede nesse Servidor de Gerenciamento.

Knowledge Base article:

Resumo

O AEM não possui permissões suficientes para se comunicar com os serviços/banco de dados do Operations Manager do watson/oca.

Causas

Esse alerta indica uma falha genérica nas permissões de rede/banco de dados. Isso pode ocorrer por várias razões. As informações sobre a falha estão disponíveis nos alertas e eventos associados.

Resoluções

A descrição do alerta contém informações sobre o problema encontrado. Verifique os detalhes do evento associado e todos os outros eventos que ocorreram por volta do horário dessa falha para diagnosticar o problema.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Erro de Permissões
{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/Id$</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>