WAS에서 IIS 구성 저장소 변경 알림을 요청하는 동안 오류가 발생했습니다.

Microsoft.Windows.InternetInformationServices.2008.WAS.encountered.a.failure.requesting.IIS.configuration.store.change.notifications (Rule)

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) WAS(Windows Process Activation Service) 구성 관리자는 WAS가 유지 관리하는 응용 프로그램과 프로토콜 어댑터에 대한 구성을 관리합니다. WAS에서 구성을 읽거나 구성 변경 알림에 응답하는 동안 오류가 발생하는 경우 WAS가 관리하는 엔터티에 대한 구성 변경이 처리되지 않을 수도 있습니다.

해결 방법

WAS 중지 및 다시 시작

구성 변경 내용을 즉시 적용해야 하는 경우 WAS(Windows Process Activation Service)를 중지하고 다시 시작하십시오. WAS를 중지하면 W3SVC(World Wide Web Publishing 서비스)가 실행 중인 경우 W3SVC도 중지됩니다. 따라서 W3SVC를 시작해야 할 수도 있습니다.

WAS를 중지하고 다시 시작하려면

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
CategoryAlert
EnabledTrue
Event_ID5063
Event SourceMicrosoft-Windows-WAS
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
WAS에서 IIS 구성 저장소 변경 알림을 요청하는 동안 오류가 발생했습니다.
{0}
Event LogSystem

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2008.WAS.encountered.a.failure.requesting.IIS.configuration.store.change.notifications" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.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>5063</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.2008.WAS.encountered.a.failure.requesting.IIS.configuration.store.change.notifications.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>