이 큐와 연결된 트리거가 작동하지 않습니다.

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

Knowledge Base article:

요약

큐를 찾을 수 없습니다. 삭제되었을 수 있습니다. 이 큐와 연결된 트리거가 작동하지 않습니다. 이 트리거를 제거하려면 컴퓨터 관리를 사용하십시오.

원인

큐를 찾을 수 없습니다. 삭제되었을 수 있습니다. 이 큐와 연결된 트리거가 작동하지 않습니다.

해결 방법

큐를 호스트하는 컴퓨터에서 트리거 서비스를 실행하는 사용자 계정을 확인하십시오.

또한 트리거의 큐를 사용할 수 있어야 하며, 트리거 서비스를 실행하는 계정에는 트리거 큐에 대한 보기 및/또는 받기 권한이 필요합니다.

이러한 절차를 수행하려면 관리자 그룹의 구성원이거나 위임받은 적절한 권한이 있어야 합니다.

트리거 서비스 계정 찾기

트리거 서비스를 실행하는 계정을 찾으려면:

트리거 큐의 존재 및 권한 확인

트리거 큐의 존재 및 권한을 확인하려면:

추가 정보

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

Element properties:

TargetMicrosoft.MSMQ.10.0.Triggers
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.Event2212" Enabled="false" Target="Microsoft.MSMQ.10.0.Triggers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/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/Host/Property[Type="Microsoft.MSMQ.10.0.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2212</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.10.0.Rule.Alert.Event2212.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>