AEM: 錯誤群組參數錯誤

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

當一或多個無代理程式例外監控 (AEM) 模組遇到包含 AEM 視為無效之字元的錯誤群組參數時,此規則會產生警示。

Knowledge Base article:

摘要

AEM 遇到包含 AEM 視為無效之字元的錯誤群組參數,且會將這些報表組移到檔案共用上的 Invalid Data 資料夾。

原因

AEM 遇到包含 AEM 視為無效之字元的錯誤群組參數:~!@#$^&*()=+[]{}|;`",<>/?。 錯誤群組和參數的相關資訊可於相關事件和警示中取得。

解決方式

如果參數/錯誤群組有效,請透過 SDK 類別在例外資料夾清單中新增參數名稱: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemGlobalSettings。一旦完成上述操作,從 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>