Er is een fout opgetreden bij het taakobject dat gekoppeld is aan de groep van toepassingen

Microsoft.Windows.InternetInformationServices.10.0.Job.object.associated.with.the.application.pool.encountered.an.error (Rule)

Knowledge Base article:

Samenvatting

Als u website- en toepassingsisolatie wilt instellen, moeten de groepen toepassingen van Internet Information Services (IIS) unieke namen en goed geconfigureerde id's hebben. Als er tijdens de configuratie van een groep toepassingen fouten optreden, is de groep toepassingen mogelijk niet beschikbaar voor de hieraan toegewezen websites en webtoepassingen.

Oplossingen

De groep van toepassingen stoppen en deze opnieuw starten

Groepen van toepassingen moeten af en toe opnieuw worden gestart om weer normaal te werken. Omdat groepen toepassingen afhangen van de Windows Process Activation-service (WAS) moet u WAS mogelijk opnieuw opstarten. Als u de WAS opnieuw start, zal de World Wide Web Publishing Service (W3SVC) mogelijk opnieuw moeten worden gestart, omdat deze afhankelijk is van de WAS.

U kunt de groep toepassingen als volgt stoppen en starten:

U kunt de groep van toepassingen ook opnieuw starten met de onderstaande koppeling:

Toepassingsgroep recyclen

WAS stoppen of opnieuw starten:

W3SVC starten:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.ApplicationPool
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.IIS.10.0.WarningAndErrorEventProvider Default
Filter ConditionDetection Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool.EventFilter Default
WA WriteAction Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.Job.object.associated.with.the.application.pool.encountered.an.error" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.10.0.WarningAndErrorEventProvider">
<LogName>System</LogName>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool.EventFilter">
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(5088|5061|5060)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-WAS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<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.Job.object.associated.with.the.application.pool.encountered.an.error.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>