배달 못 한 편지 큐로 메시지를 이동할 수 없습니다. 배달 못 한 편지 큐에 트랜잭션이 필요합니다.

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

배달 못 한 편지 큐로 메시지를 이동할 수 없습니다. 배달 못 한 편지 큐에 트랜잭션이 필요합니다. 시스템 트랜잭션 배달 못 한 편지 큐로 메시지가 이동됩니다.

Knowledge Base article:

요약

배달 못 한 편지 큐로 메시지를 이동할 수 없습니다. 배달 못 한 편지 큐에 트랜잭션이 필요합니다. 메시지가 시스템 트랜잭션 배달 못 한 편지 큐로 이동됩니다.앱당 배달 못 한 편지 큐를 트랜잭션 상태로 만들거나 전송되는 메시지를 비트랜잭션 상태로 만드십시오.

원인

이벤트에 지정된 배달 못 한 편지 큐가 비트랜잭션 상태이지만, 트랜잭션 메시지가 이곳으로 들어가려고 합니다.

해결 방법

앱당 배달 못 한 편지 큐를 트랜잭션 상태로 만들거나, 전송되는 메시지를 비트랜잭션 상태로 만들기

메시지가 배달 못 한 편지 큐에 들어가도록 하려면 배달 못 한 편지 큐를 트랜잭션 큐로 다시 만드세요. 또는 큐로 전송되는 메시지를 제어할 수 있는 경우 메시지를 비트랜잭션 상태로 만드세요.

배달 못 한 편지 큐를 트랜잭션 큐로 다시 만들려면 원래 배달 못 한 편지 큐와 완전히 동일한 속성으로 새로운 트랜잭션 큐를 만들되, 새로운 큐를 트랜잭션 상태로 만드십시오.

추가 정보

큐 만들기에 대한 자세한 내용은 큐 만들기( http://go.microsoft.com/fwlink/?LinkId=104735)를 참조하세요.

자세한 내용은 이벤트 ID 2256( http://technet.microsoft.com/ko-kr/library/dd337453(WS.10).aspx)을 참조하세요.

Element properties:

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

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.Alert.Event2256" Enabled="false" Target="Microsoft.MSMQ.10.0.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</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">2256</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.10.0.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.10.0.Rule.Alert.Event2256.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>