フェデレーション サーバー プロキシでフェデレーションのパッシブなサービス通信エラーが発生しました

Microsoft.ActiveDirectoryFederationServices20.FederationServerProxyAuthenticationWSFederationPassiveServiceCommunicationErrorMonitor (UnitMonitor)

Knowledge Base article:

概要

フェデレーション サービスからトークンを取得しようとしているときに通信エラーが発生しました。 15 分以内に同じ問題が発生しなかった場合、このモニターは緑の状態に戻ります。 このモニターによって生成されたアラートは手動で解決する必要があります。

原因

このイベントは、サービス依存関係が使用可能でなかった場合にサービス開始時に発生することがあります。 たとえば、このイベントは、AD FS 2.0 Windows サービスが開始されたときにインターネット インフォメーション サービス (IIS) がオフラインだった場合に発生することがあります。

このイベントの詳細な原因については、イベント内に示されている追加情報を参照してください。

解決方法

フェデレーション サービスが実行されていることを確認します。 必要に応じてサービスを開始 (または再開) します。 AD FS 2.0 がインストールおよび実行されているかどうかを確認する方法の詳細については、「 AD FS 2.0 トラブルシューティング ガイド (英語の可能性あり)」の AD FS 2.0 のトラブルシューティング前の確認事項に関するセクションを参照してください。

イベント内の追加情報を使用して、他のサービスが利用可能かどうか、または構成が間違っていないかどうかを判断します。

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
フェデレーション サーバー プロキシでフェデレーションのパッシブなサービス通信エラーが発生しました
フェデレーション サービスからトークンを取得しようとしているときに通信エラーが発生しました。
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>