DTC에서 MSDTC 추적 이벤트에 대한 리소스 부족 문제 해결

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

Knowledge Base article:

요약

이벤트 메시지는 리소스 부족 문제를 확인하고 수정하면 문제를 해결할 수 있음을 나타냅니다. 이 문제를 해결하려면

이 오류가 계속 발생하면 이벤트 메시지의 세부 사항을 기록해 둔 다음 Microsoft CSS(기술 지원 서비스)에 문의하십시오. CSS에 문의하는 방법에 대한 자세한 내용은 엔터프라이즈 지원을 참조하십시오.

해결 방법

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

시스템에 리소스가 부족한지 확인

시스템에 리소스가 부족한지 확인하려면:

페이지 파일 크기 늘리기

페이지 파일의 크기를 늘리려면:

프로세스를 종료하여 메모리 확보

프로세스를 종료하여 메모리를 확보하려면

메모리 사용량이 비정상적으로 높은 프로세스를 찾아 메모리 누수를 발생시키는 프로세스를 확인합니다. 종료할 프로세스를 선택한 다음 프로세스 끝내기를 클릭합니다. 메모리 누수를 발생시키는 프로세스를 식별하는 방법에 대한 자세한 내용은 성능 모니터를 사용하여 풀 누수 확인( http://go.microsoft.com/fwlink/?LinkId=105512)을 참조하십시오.

RAM, 가상 메모리 및 페이지 파일에 대한 자세한 내용은 RAM, 가상 메모리, 페이지 파일 및 기타 모든 항목( http://go.microsoft.com/fwlink/?LinkId=105511)을 참조하십시오.

Element properties:

TargetMicrosoft.MSDTC.6.3.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 
DS 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.6.3.Eventcollection.4425" Enabled="onStandardMonitoring" Target="Microsoft.MSDTC.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</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="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.6.3.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>