WAS で無効な構成データが検出されました

Microsoft.Windows.InternetInformationServices.6.2.WAS.detected.invalid.configuration.data (Rule)

Knowledge Base article:

概要

インターネット インフォメーション サービス (IIS) Windows プロセス アクティブ化サービス (WAS) 構成マネージャーは、アプリケーション プールおよびそれが維持するプロトコル アダプターの構成を管理します。構成の読み取り時または構成変更通知への応答時に、WAS でエラーが発生すると、WAS が管理するエンティティの構成変更を処理できない場合があります。

解決方法

IIS マネージャーを使用して構成プロパティを修正する

この問題を解決するには、IIS マネージャーを使用して、イベント ログ メッセージで指定されているプロパティの構成設定を有効な値に変更します。IIS 8 構成の有効な値については、オンラインの IIS 8:IIS 設定スキーマに関する記事を参照してください。

IIS マネージャーを使用して構成を編集するには:

構成例

次のイベント メッセージを受け取ります:

'サイト' '1' のプロパティ 'truncateSize' の値は無効です。構成された値 '400' は無効です。値は、既定値 '20971520' に設定されます。

この問題を解決するには、次の手順を実行します:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-WAS
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.WAS.detected.invalid.configuration.data" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-WAS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(5174|5179|5180)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.WAS.detected.invalid.configuration.data.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>