MSMQ 服務因磁碟空間或記憶體不足而無法啟動。

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

Knowledge Base article:

摘要

服務因磁碟空間或記憶體不足而無法啟動。

原因

MSMQ 服務需要足夠的記憶體資源才能正確運作。

解決方式

嘗試識別並關閉其他可能耗用大量記憶體的應用程式。如果 MSMQ 服務是唯一耗用大量記憶體的程式,則請嘗試接收來自佇列的訊息,或者加快訊息處理的速度。

重新啟動 MSMQ 服務

重新啟動 MSMQ 服務:

如果已為訊息佇列服務設定配額,請嘗試增加配額數量。如需有關訊息佇列電腦配額的詳細資訊,請參閱 Microsoft 知識庫中的文章 899612 ( http://go.microsoft.com/fwlink/?LinkId=107359) 。

如果這項錯誤仍持續發生,請記下事件訊息中的所有詳細資料,然後連絡 Microsoft 客戶服務及支援 (CSS)。如需如何連絡 CSS 的相關資訊,請參閱「企業支援」( http://go.microsoft.com/fwlink/?LinkId=52267)。

其他

如需詳細資訊,請參閱「MSMQ 應用程式中的資源管理」( http://go.microsoft.com/fwlink/?LinkId=107361)。

如需詳細資訊,請參閱事件識別碼 2147 ( http://technet.microsoft.com/en-us/library/dd337529(WS.10).aspx

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryAvailabilityHealth
EnabledFalse
Event_ID2147
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
MSMQ 服務因磁碟空間或記憶體不足而無法啟動。
{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.Event2147" 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>2147</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.Event2147.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>