AEM: Erro de URL Incorreto

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

Esta regra gera alertas quando um ou mais módulos de Monitorização de Exceção sem Agente (AEM) recebe um pedido de URL inválido ou inesperado neste servidor de gestão.

Knowledge Base article:

Resumo

A AEM recebeu um pedido de URL incorreto ao escutar clientes Vista/PMEC.

Causas

Ao aguardar a receção de relatórios de erros do Vista ou de relatórios do PMEC, a AEM recebeu um pedido de URL incorreto. Tal pode acontecer por várias razões. Por exemplo, pode acontecer se tiver havido uma ameaça de segurança ou o protocolo tiver sido alterado entre clientes Vista/PMEC e a AEM.

Resoluções

O alerta é um aviso para notificar que foi recebido um pedido de URL inválido pela AEM. Se isto acontecer repetidamente, contacte o Suporte ao Cliente da Microsoft.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
AEM: Erro de URL Incorreto
{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.BadUrlError.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>10909</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.BadUrlError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>