ディスク容量またはメモリが不足しているため、メッセージ ファイルを作成できません

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

Knowledge Base article:

概要

メッセージ ファイルを作成できません。ディスク容量またはメモリが足りません。

原因

ディスク容量またはメモリが足りません。

解決方法

他のアプリケーションからのメモリの解放

MSMQ サービスが正しく機能するには、適切なメモリ リソースが必要です。

大量のメモリを消費している可能性がある他のアプリケーションを特定し、閉じてみてください。大量のメモリを消費しているプログラムが MSMQ サービスのみだと判明した場合は、キューからメッセージを受け取るか、メッセージの処理速度を上げてみてください。詳細については、「MSMQ アプリケーションのリソース管理」( http://go.microsoft.com/fwlink/?LinkId=107361) を参照してください。

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

追加情報

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

Element properties:

TargetMicrosoft.MSMQ.10.0.Servers
CategoryAvailabilityHealth
EnabledFalse
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
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.Alert.Event2085" Enabled="false" Target="Microsoft.MSMQ.10.0.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>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.MSMQ.10.0.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2085</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.MSMQ.10.0.Rule.Alert.Event2085.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>