Message Queuing 서비스가 보낸 사람 액세스를 확인할 수 없습니다.

Microsoft.MSMQ.6.3.Rule.Alert.Event2177 (Rule)

Knowledge Base article:

요약

Message Queuing 서비스는 발신자가 메시지 전송을 위해 큐에 액세스할 수 있는지를 확인할 수 없는 경우 들어오는 메시지를 거부합니다. 이 문제가 발생할 때마다 이벤트가 발생하지 않을 수도 있습니다.

원인

이 이벤트는 대개 MSMQ 서비스가 보내는 사용자의 그룹 구성원 자격에 액세스할 수 없기 때문에 발생합니다.

해결 방법

사용 권한 수정

Windows Authorization Access Group 에 액세스해야 하는 컴퓨터 계정만 추가하십시오. 도메인 관리자는 권한이 필요한 다른 Message Queuing 컴퓨터에 대해 이 작업을 반복하게 되며, 관련 계정을 Windows Authorization Access Group 에 직접 추가해야 합니다.

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

MSMQ 서비스 계정을 추가하려면:

추가 정보

자세한 내용은 이벤트 ID 2177( http://technet.microsoft.com/en-us/library/dd337504(WS.10).aspx)을 참조하십시오.

Element properties:

TargetMicrosoft.MSMQ.6.3.Queues
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Message Queuing 서비스가 보낸 사람 액세스를 확인할 수 없습니다.
{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.6.3.Rule.Alert.Event2177" Enabled="false" Target="Microsoft.MSMQ.6.3.Queues" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Host/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2177</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Microsoft.MSMQ.6.3.Queue"]/PathName$</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.6.3.Rule.Alert.Event2177.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>