스크립트가 구성된 시간 제한 기간 내에 응답하지 않았습니다.

Microsoft.Windows.InternetInformationServices.2008.A.script.has.not.responded.within.the.configured.timeout.period (Rule)

Knowledge Base article:

요약

성공적으로 작업을 수행하려면 IIS(인터넷 정보 서비스) W3SVC(World Wide Web Publishing 서비스)에 파일 액세스, 메모리 사용 가능성 및 네트워크 연결과 관련된 I/O 오류가 없어야 합니다. 또한 사용되는 모든 스크립트가 액세스 가능하고 실행 중이며, 포함 파일이 올바르게 구성되어 있어야 합니다.

해결 방법

CGI 또는 Perl 스크립트 확인

이 문제를 해결하려면 할당된 시간 제한 내에 응답하지 못한 스크립트 또는 실행 파일을 테스트하여 올바르게 실행되는지 확인하십시오. 이벤트 로그 메시지에는 스크립트가 시작된 URL이 포함되어 있습니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
CategoryAlert
EnabledTrue
Event_ID2216
Event SourceMicrosoft-Windows-IIS-WMSVC
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
스크립트가 구성된 시간 제한 기간 내에 응답하지 않았습니다.
{0}
Event LogApplication

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.A.script.has.not.responded.within.the.configured.timeout.period" 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>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-WMSVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2216</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.A.script.has.not.responded.within.the.configured.timeout.period.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>