WWW 서비스 속성의 범위 유효성 검사 실패

Microsoft.Windows.InternetInformationServices.10.0.WWW.service.property.failed.range.validation (Rule)

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) WAS(Windows Process Activation Service) 구성 관리자는 유지 관리되는 응용 프로그램 풀 및 프로토콜 어댑터에 대한 구성을 관리합니다. WAS가 구성을 읽거나 구성 변경 알림을 적용할 때 문제가 발생하면 WAS에서 관리되는 엔터티의 구성 변경이 처리되지 않을 수 있습니다.

해결 방법

IIS 관리자를 사용하여 구성 속성 수정

이 문제를 해결하려면 IIS 관리자를 사용하여 이벤트 로그 메시지에 지정된 속성의 구성 설정을 유효한 값으로 변경합니다. IIS 10 구성에 유효한 값은 IIS 10: IIS 설정 스키마에서 온라인으로 확인할 수 있습니다.

IIS 관리자를 사용하여 구성을 편집하려면:

구성 예

수신되는 이벤트 메시지는 다음과 같습니다.

'site' '1'의 'truncateSize' 속성에 잘못된 값이 있습니다. 구성된 값 '400'이 잘못되었습니다. 값이 '20971520'으로 기본 설정됩니다.

이 문제를 해결하려면 다음 단계를 수행하십시오.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event_ID5067
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.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.property.failed.range.validation" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.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>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5067</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.property.failed.range.validation.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>