AEM : エラー グループ パラメーター エラー

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

このルールは、1 つまたは複数のエージェントレスの例外監視 (AEM) モジュールが、エラー グループのパラメーターに AEM が無効と見なす文字を検出した場合にアラートを生成します。

Knowledge Base article:

概要

エラー グループのパラメーターに、AEM で無効と見なされる文字が含まれています。これらのレポートのセットは、ファイル共有の Invalid Data フォルダーに移動されます。

原因

AEM has encountered a parameter for an error group containing characters considered invalid by AEM: ~!@#$^&*()=+[]{}|;`",<>/?. Information about the error group and parameter is available in the associated Event and Alerts.

解決策

パラメーターとエラー グループが有効な場合は、SDK クラス Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemGlobalSettings を使用して、パラメーター名を Exception Folders に追加します。次に、InvalidData\Cabs、InvalidData\Counts のデータをそれぞれファイル共有上の Cabs および Counts フォルダーにコピーします。

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.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/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.ParameterProcessingError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>