운영 체제 오류가 발생했습니다.

Microsoft.SQLServer.2008.Operating_System_error_encountered_1_5_Rule (Rule)

Knowledge Base article:

요약

이 메시지는 일종의 오류가 운영 체제에서 SQL Server 내의 프로세스로 반환된 것을 나타냅니다. 메시지 시작 부분에 나열된 프로세스에서 SQL Server 내 어떤 함수가 운영 체제로부터 오류를 받았는지를 나타냅니다. 메시지 끝 부분에 있는 운영 체제의 정확한 오류 번호 및 텍스트는 운영 체제에서 발생한 문제에 따라 다양합니다. 이 오류는 거의 항상 다른 오류와 함께 나타납니다.

해결 방법

메시지 끝 부분에 있는 운영 체제 오류 번호가 해당 텍스트 메시지 없이 반환된 경우 명령 프롬프트에서 다음 명령을 실행하여 해당 텍스트를 찾을 수 있습니다.

net helpmsg OS_Error_Number

이 오류는 운영 체제로부터 보고되기 때문에 운영 체제 및 네트워크 수준에서 문제를 해결합니다. Microsoft 기술 자료에서 정확한 운영 체제 오류에 대한 도움말을 검색할 수 있습니다.

동시에 발생한 다른 오류가 있는지 확인하고 이 오류 메시지와 함께 그 오류도 해결하십시오.

Element properties:

TargetMicrosoft.SQLServer.2008.DBEngine
CategoryEventCollection
EnabledTrue
Event_ID17053
Event Source$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
운영 체제 오류가 발생했습니다.
{0}
Event LogApplication
CommentMom2008ID='{5E664908-3C61-435D-9C3F-3FD8C2B822D8}';MOM2008GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}

Member Modules:

ID Module Type TypeId RunAs 
_F6DA1507_12AF_11D3_AB21_00A0C98620CE_ DataSource Microsoft.Windows.EventProvider Microsoft.SQLServer.SQLDefaultAccount
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SQLServer.2008.Operating_System_error_encountered_1_5_Rule" Target="SQL2008Core!Microsoft.SQLServer.2008.DBEngine" Enabled="true" ConfirmDelivery="true" Remotable="true" Comment="Mom2008ID='{5E664908-3C61-435D-9C3F-3FD8C2B822D8}';MOM2008GroupID={467ECC75-C5DA-42BD-955C-A73BBB51AF74}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_F6DA1507_12AF_11D3_AB21_00A0C98620CE_" Comment="{F6DA1507-12AF-11D3-AB21-00A0C98620CE}" TypeID="Windows!Microsoft.Windows.EventProvider" RunAs="SQL!Microsoft.SQLServer.SQLDefaultAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>17053</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SQLServer.2008.Operating_System_error_encountered_1_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>