Error de comunicación del servicio pasivo de federación en el proxy de servidor de federación

Microsoft.ActiveDirectoryFederationServices20.FederationServerProxyAuthenticationWSFederationPassiveServiceCommunicationErrorMonitor (UnitMonitor)

Knowledge Base article:

Resumen

Se ha producido un error de comunicación al intentar obtener un token del servicio de federación. Si el mismo problema no vuelve a producirse en 15 minutos, el estado de este monitor cambiará de nuevo a Verde. La alerta generada por este monitor se debe resolver manualmente.

Causas

Este evento puede producirse durante el inicio del servicio si una dependencia de servicio no está disponible. Por ejemplo, este evento puede producirse si el servicio de Internet Information Services (IIS) está sin conexión al iniciarse el servicio Windows AD FS 2.0.

Para obtener más información sobre la causa concreta de este evento, revise los detalles adicionales que se especifican dentro del evento.

Resoluciones

Asegúrese de que el servicio de federación se está ejecutando. Inícielo (o reinícielo) según sea necesario. Para obtener más información sobre cómo comprobar si AD FS 2.0 está instalado y ejecutándose, vea la sección "Things to Check Before Troubleshooting AD FS 2.0" de AD FS 2.0 troubleshooting guide.

Utilice los detalles adicionales del evento para determinar si otros servicios no están disponibles o están configurados incorrectamente.

Element properties:

TargetMicrosoft.ActiveDirectoryFederationServices20.FederationServerProxyAuthentication
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Error de comunicación del servicio pasivo de federación en el proxy de servidor de federación
Se ha producido un error de comunicación al intentar obtener un token del servicio de federación.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ActiveDirectoryFederationServices20.FederationServerProxyAuthenticationWSFederationPassiveServiceCommunicationErrorMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.ActiveDirectoryFederationServices20.FederationServerProxyAuthentication" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.ActiveDirectoryFederationServices20.FederationServerProxyAuthenticationWSFederationPassiveServiceCommunicationErrorMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>$Target/Host/Property[Type="Microsoft.ActiveDirectoryFederationServices20.FederationServerProxy"]/ADFSEventLog$</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">363</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>(^AD FS$)|(^AD FS 2.0$)</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>900</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>