Bağlama Çerçevesi Bilinmiyor

Microsoft.SystemCenter.ServiceManager.Lfx.Monitoring.Unknown (Rule)

Bilinmeyen durumdaki Bağlama Çerçevesi iş akışlarını izler.

Knowledge Base article:

Özet

Bağlama çerçevesi bağlayıcısı bilinmeyen bir durumda.

Nedenler

Bu uyarı bağlayıcının oluşturulduğundan beri çalışmadığını gösterir. Bağlayıcı devre dışı bırakılmış olabilir, Sistem Durumu Hizmeti iş akışları oluşturmuyor olabilir veya bağlayıcı yanlış yapılandırılmış olabilir.

Çözümler

Element properties:

TargetMicrosoft.SystemCenter.ServiceManager.SmManagementServer
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Bağlama Çerçevesi İş Akışı Bilinmeyen Durum
Biten Bağlama Çerçevesi Bağlayıcısı {2} bilinmeyen bir durumda.

Member Modules:

ID Module Type TypeId RunAs 
DBProbe DataSource Microsoft.SystemCenter.ServiceManager.Monitoring.OledbProbe.LfxWorkflows Default
Filter ConditionDetection System.ExpressionFilter Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ServiceManager.Lfx.Monitoring.Unknown" Enabled="true" Target="SM!Microsoft.SystemCenter.ServiceManager.SmManagementServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DBProbe" TypeID="Microsoft.SystemCenter.ServiceManager.Monitoring.OledbProbe.LfxWorkflows">
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
<ConnectionString/>
<Query/>
<GetValue>true</GetValue>
<IncludeOriginalItem>true</IncludeOriginalItem>
<OneRowPerItem>true</OneRowPerItem>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Columns/Column[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft.SystemCenter.LinkingFramework.SyncStatusEnum.Unknown</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.ServiceManager.Lfx.Monitoring.Rule.AlertMessageUnknown"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Columns/Column[1]$</AlertParameter1>
<AlertParameter2>$Data/Columns/Column[2]$</AlertParameter2>
<AlertParameter3>$Data/Columns/Column[3]$</AlertParameter3>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Columns/Column[1]$</SuppressionValue>
<SuppressionValue>$Data/Columns/Column[3]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>