디스크 공간 또는 메모리가 부족하여 메시지 파일을 만들 수 없습니다.

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/ko-kr/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>