Message Queuing サービスを開始できません。

Microsoft.MSMQ.10.0.Rule.Alert.Event2079 (Rule)

ログ ファイルを復元できないため、Message Queuing サービスを開始できません。

Knowledge Base article:

概要

Message Queuing サービスを開始できません。ログ ファイルを回復できません。

原因

MSMQ サービスでは、チェックポイント ファイルとログ ファイルに関するアクセス許可が必要です。サービスにアクセス許可があってこのエラーを受信する場合は、ファイルが破損している可能性があります。整合性を維持したままで MSMQ サービスを開始するには、破損したチェックポイント ファイルまたはログ ファイルを修正するか、回復する必要があります。

解決方法

破損したログ ファイルまたはチェックポイント ファイルを修正するか、回復する

この操作を行うには、Administrators のメンバーとしての権限、またはそれに相当する代わりの権限が必要です。

破損したチェックポイント ファイルまたはログ ファイルを修正するか、回復するには:

注意:レジストリを誤って編集すると、システムに重大な障害をもたらす可能性があります。レジストリを変更する前に、大切なデータのバックアップを作成するようにしてください。

追加情報

このエラーが引き続き発生するようであれば、イベント メッセージの詳細をメモし、Microsoft カスタマー サービス & サポート (CSS) までご連絡ください。CSS への問い合わせ方法については、エンタープライズ サポート ( http://go.microsoft.com/fwlink/?LinkId=52267) を参照してください。

詳細については、イベント ID 2079 ( http://technet.microsoft.com/en-us/library/dd337402(WS.10).aspx) を参照してください

Element properties:

TargetMicrosoft.MSMQ.10.0.Servers
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Message Queuing サービスを開始できません
ログ ファイルを復元できないため、Message Queuing サービスを開始できません。
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.Alert.Event2079" Enabled="false" Target="Microsoft.MSMQ.10.0.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</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 Type="String">EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.10.0.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2079</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.10.0.Rule.Alert.Event2079.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>