들어오는 시퀀스 검사점 파일의 문제로 인해 Message Queuing 서비스를 시작할 수 없습니다.

Microsoft.MSMQ.6.3.Rule.Alert.Event2053 (Rule)

Knowledge Base article:

요약

들어오는 시퀀스 검사점 파일의 초기화에 실패했습니다. Msmq\Storage 폴더의 MQInSeqs.lg1 또는 MQInSeqs.lg2 파일이 손상되었거나 없습니다.

원인

Message Queuing가 제대로 작동하려면 검사점 파일을 사용할 수 있어야 합니다. 이 문제를 해결하려면 Message Queuing 저장소 디렉터리에서 QMLog 파일은 물론 들어오는 시퀀스 검사점 파일도 삭제해야 합니다. 이렇게 하면 일부 메시지가 복제될 수 있습니다. 그러나 대개 데이터 손실 없이 가능한 한 빨리 서비스를 실행할 수 있습니다.

해결 방법

들어오는 시퀀스 검사점 파일 삭제

이 절차를 수행하려면 Administrators 그룹의 구성원이거나 적절한 권한을 위임받아야 합니다.

중요: 데이터 손실이 우려되는 경우 Microsoft CSS(고객 지원)에 문의하십시오. CSS에 문의하는 방법에 대한 자세한 내용은 엔터프라이즈 지원( http://go.microsoft.com/fwlink/?LinkId=52267)을 참조하십시오.

검사점 파일 삭제

검사점 파일을 삭제하려면:

주의: 레지스트리를 잘못 편집하면 시스템이 심각하게 손상될 수 있습니다. 레지스트리를 변경하기 전에 중요한 데이터를 모두 백업해야 합니다.

MSMQ 서비스 다시 시작

MSMQ 서비스를 다시 시작하려면:

추가 정보

데이터 손실이 우려되는 경우 Microsoft CSS(고객 지원)에 문의하십시오. CSS에 문의하는 방법에 대한 자세한 내용은 엔터프라이즈 지원( http://go.microsoft.com/fwlink/?LinkId=52267)을 참조하십시오.

자세한 내용은 이벤트 ID 2053( http://technet.microsoft.com/en-us/library/dd337465(WS.10).aspx)을 참조하십시오.

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryAvailabilityHealth
EnabledFalse
Event_ID2053
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
들어오는 시퀀스 검사점 파일의 문제로 인해 Message Queuing 서비스를 시작할 수 없습니다.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.MSMQ.6.3.Rule.Alert.Event2053" Enabled="false" Target="Microsoft.MSMQ.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<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="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2053</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.6.3.Rule.Alert.Event2053.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>