DTC 為 MSDTC 追蹤事件更正資源不足的情況

Microsoft.MSDTC.10.0.Eventcollection.4425 (Rule)

Knowledge Base article:

摘要

此事件訊息指出檢查資源是否不足,並更正此狀況,可能可以解決問題。若要修正此問題:

若您持續收到此錯誤,請記下事件訊息中提供的任何詳細資料,然後連絡 Microsoft 客戶服務與支援中心 (CSS)。如需如何連絡 CSS 的詳細資訊,請參閱企業支援。

原因

系統資源不足。

解決方法

若要執行此程序,您必須有 Administrators 的成員資格,或者必須已被委派適當的權限。

檢查系統資源是否不足

若要檢查系統資源是否不足:

增加分頁檔的大小

若要增加分頁檔的大小:

釋放記憶體,以結束處理程序

若要釋放記憶體,以結束處理程序:

請嘗試尋找記憶體使用量異常高的處理程序,從而找出造成記憶體流失的處理程序。選取要結束的處理程序,然後按一下 [結束處理程序]。如需如何找出造成記憶體流失之處理程序的詳細資訊,請參閱 Using Performance Monitor to Identify a Pool Leak (使用效能監視器找出集區流失)( http://go.microsoft.com/fwlink/?LinkId=105512)。

如需 RAM、虛擬記憶體與分頁檔的詳細資訊,請參閱 RAM、虛擬記憶體、分頁檔等等的相關內容 ( http://go.microsoft.com/fwlink/?LinkId=105511)。

Element properties:

TargetMicrosoft.MSDTC.10.0.Servers
CategoryEventCollection
EnabledTrue
Event_ID4425
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
DTC 為 MSDTC 追蹤事件更正資源不足的情況警示
DTC 為 MSDTC 追蹤事件更正資源不足的情況警示
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
ScriptProbe DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.MSDTC.10.0.Eventcollection.4425" Enabled="onStandardMonitoring" Target="Microsoft.MSDTC.10.0.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="ScriptProbe" 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="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4425</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(Microsoft-Windows-MSDTC|Microsoft-Windows-MSDTC Client)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSDTC.10.0.Eventcollection.4425.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>