WAS ha rilevato un errore durante la richiesta di notifica delle modifiche all'archivio di configurazione di IIS

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

Knowledge Base article:

Riepilogo

Gestione configurazione del servizio Attivazione processo Windows (WAS) di Internet Information Services (IIS) gestisce la configurazione dei pool di applicazioni e delle schede di protocollo di sua pertinenza. Se WAS rileva dei problemi durante la lettura della configurazione o reagisce alle notifiche di modifica alla configurazione, è possibile che le modifiche alla configurazione per le entità che gestisce non vengano elaborate.

Soluzioni

Arrestare e riavviare WAS

Se è necessario che una modifica alla configurazione venga applicata immediatamente, arrestare e riavviare il servizio Attivazione processo Windows (WAS). Se si arresta WAS, si arresterà automaticamente anche il servizio Pubblicazione sul Web (W3SVC), se è in esecuzione. Di conseguenza, potrebbe essere necessario avviare anche W3SVC.

Per arrestare e riavviare WAS:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event_ID5063
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.WAS.encountered.a.failure.requesting.IIS.configuration.store.change.notifications" 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>5063</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.WAS.encountered.a.failure.requesting.IIS.configuration.store.change.notifications.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>