構成エラー

Configuration_failure_1_Rule (Rule)

Knowledge Base article:

概要

無効な構成が原因で、ルーティングとリモート アクセス サービスを開始できませんでした。

原因

このエラーの最も一般的な理由は、次のとおりです。

1. RRAS サーバーでどの IP プロトコルも構成されていません。

2. Windows Server 2003 オペレーティング システムのルーティングとリモート アクセス サービスでは、Internetwork Packet Exchange (IPX) がサポートされていません。IPX はそれ以降のバージョンの Windows Server に含まれていません。

解決方法

1. [ルーティングとリモート アクセス] を開き、サーバー上で IP プロトコルを構成します。

2. ルーティングとリモート アクセスから、IPX プロトコルに関する構成情報を削除します。

追加情報

サンプル イベント #1: このサービスでは呼び出しを受け付けません。使用できるように構成されたプロトコルがありません。

サンプル イベント #2: IPX ルーティングは現在サポートされていません。

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
CategoryEventCollection
EnabledTrue
Event SourceRemoteAccess
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Configuration_failure_1_Rule" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(20114|20205)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">RemoteAccess</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>