필요한 종속성을 하나 이상 찾을 수 없습니다.

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

필요한 종속성을 하나 이상 찾을 수 없습니다.

Knowledge Base article:

요약

Windows Server 클러스터에서 Message Queuing 서비스를 고가용성에 맞게 구성한 경우, Message Queuing 서비스는 필요한 클러스터 리소스에 액세스해야 합니다. MSMQ 서비스가 필요한 클러스터 리소스에 액세스할 수 있는지 확인하십시오.

구성

MSMQ 서비스 종속성은 다음과 같습니다.

•

네트워크 이름

•

실제 디스크

원인

필요한 종속성을 하나 이상 찾을 수 없습니다.

해결 방법

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

트리거 서비스가 필요한 클러스터 리소스에 액세스할 수 있는지 확인하려면:

•

클러스터 관리 스냅인을 엽니다. 클러스터 관리를 열려면 시작, 제어판, 관리 도구, 장애 조치(failover) 클러스터 관리를 차례로 클릭합니다.

•

콘솔 트리의 서비스 및 응용 프로그램 아래에서 원하는 응용 프로그램을 클릭합니다.

•

세부 정보 창에서 Message Queuing를 마우스 오른쪽 단추로 클릭한 다음 속성을 클릭합니다.

•

종속성 탭을 클릭합니다.

•

종속성 목록에서 클러스터 리소스가 목록에 있는지 확인합니다.

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryConfigurationHealth
EnabledFalse
Event_ID2002
Event SourceMSMQ Cluster Resource DLL
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.6.3.Rule.Alert.Event2002" Enabled="false" Target="Microsoft.MSMQ.6.3.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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>MSMQ Cluster Resource DLL</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2002</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.Event2002.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>