AEM: Error de parámetro del grupo de errores

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

Regla de generación de alertas para cuando uno o varios de los módulos de AEM detectan un parámetro en un grupo de errores que contiene caracteres que AEM considera como no válidos.

Knowledge Base article:

Resumen

AEM ha detectado un parámetro de un grupo de errores que contiene caracteres que AEM considera que no son válidos y moverá este conjunto de informes a la carpeta InvalidData del recurso compartido de archivos.

Causas

AEM ha detectado un parámetro de un grupo de errores que contiene caracteres que considera como no válidos: ~!@#$^&*()=+[]{}|;`",<>/?. Hay información disponible sobre el grupo de errores y el parámetro en los eventos y alertas asociados.

Resoluciones

Si el parámetro o el grupo de errores es válido, agregue el nombre del parámetro a la lista ExceptionFolders mediante una clase SDK: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemGlobalSettings. Una vez hecho esto, copie los datos de InvalidData\Cabs, InvalidData\Counts a las carpetas Cabs y Counts respectivamente en el recurso compartido de archivos para su procesamiento.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Error de parámetro del grupo de errores
{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.ParameterProcessingError.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>10923</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.ParameterProcessingError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>