Linking Framework desconocido

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

Supervisa los flujos de trabajo de Linking Framework con un estado desconocido.

Knowledge Base article:

Resumen

El conector de Linking Framework tiene un estado desconocido.

Causas

Esta advertencia indica que el conector no se ha ejecutado desde que se creó. Es posible que el conector esté deshabilitado, que el servicio de mantenimiento no esté generando flujos de trabajo o que el conector esté mal configurado.

Resoluciones

Element properties:

TargetMicrosoft.SystemCenter.ServiceManager.SmManagementServer
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Estado desconocido de un flujo de trabajo de Linking Framework
El conector de Linking Framework {2} finalizado tiene un estado desconocido.

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>