AEM: 錯誤 URL 錯誤

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

當一或多個無代理程式例外監控 (AEM) 模組在此管理伺服器上接收到無效或非預期的 URL 要求時,此規則會產生警示。

Knowledge Base article:

摘要

AEM 於接聽 Vista/CEIP 用戶端時接收到錯誤的 URL 要求。

原因

接聽 Vista 錯誤報表或 CEIP 報表時,AEM 接收到無效的 URL 要求。此問題可能是由多種原因所造成。例如,如果曾有安全性威脅,或 Vista/CEIP 用戶端和 AEM 之間曾有通訊協定變更,也可能會發生此問題。

解決方式

這個警示是一項警告,用於通知您 AEM 收到無效的 URL 要求。如果此情況重複發生,請連絡 Microsoft 客戶服務及支援。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
AEM: 錯誤 URL 錯誤
{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>