FTP Server의 보안을 초기화할 수 없습니다.

Microsoft.Windows.InternetInformationServices.6.2.HTTP.Server.could.not.initialize.its.security (Rule)

Knowledge Base article:

요약

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

해결 방법

HTTP 서버 보안 초기화 확인

이 문제를 해결하려면 이벤트 로그 메시지에서 해결의 단서를 제공할 수 있는 오류 번호를 확인해야 합니다. 이 오류 번호는 이벤트 ID와 다릅니다. 이렇게 하려면 다음 단계를 참조하십시오.

이벤트 로그 메시지에서 특정 오류 번호 확인

이벤트 로그 메시지에서 메시지에 포함된 특정 오류 번호를 확인하려면:

특정 오류 번호에 대해 자세히 알아보기

특정 오류 번호에 대해 자세히 알아보려면:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
CategoryAlert
EnabledTrue
Event_ID2201
Event SourceMicrosoft-Windows-IIS-W3SVC-WP
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.HTTP.Server.could.not.initialize.its.security" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.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-W3SVC-WP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2201</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.HTTP.Server.could.not.initialize.its.security.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>