Uyarı Oluşturulurken Gizleme İçin Değiştirme Hatası

Microsoft.SystemCenter.Alert.SuppressionReplacementFailure (Rule)

Uyarı oluşturulurken etiket gizleme için değiştirme başarısız oldu.

Knowledge Base article:

Özet

Uyarı yapılandırmasında gizleme için tanımlanan değer değiştirilemedi ve bu nedenle etkin uyarının gizlenmesi işlemi beklenen şekilde arşivlenemeyebilir.

Nedenler

Hata hakkındaki bilgiler ilgili Olay içinde bulunabilir.

Çözümler

Uyarının açıklamasında, karşılaşılan sorunla ilgili bilgiler yer alır. Lütfen sorunu tanılamak için ilgili olay ayrıntılarını kontrol edin.

Öncelikle bu sorunu gidermek için lütfen olay açıklamasındaki iş akışı kimliğini bulun.

Ardından bu sorunu yaşayan aracıya yüklenen yönetim paketlerinde bu tanımlayıcıyı arayın.

Bunun korumalı bir yönetim paketinden kaynaklanması halinde, bu iş akışını devre dışı bırakın ve yönetim paketi sağlayıcısına/geliştiricisine bildirin.

Bunun korumasız bir yönetim paketinden kaynaklanması halinde, etiketi doğru XPath ile güncelleştirin.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Uyarı Gizleme Değiştirme Hatası
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Alert.SuppressionReplacementFailure" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5402</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.Alert.SuppressionReplacementFailure.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>