소켓 작업에 실패했습니다.

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

소켓 작업에 실패했습니다. Message Queuing가 지금은 메시지를 보낼 수 없지만, 메시지 보내기를 다시 시도할 것입니다.

Knowledge Base article:

요약

소켓 작업에 실패했습니다. Message Queuing가 지금은 메시지를 보낼 수 없지만, 메시지 보내기를 다시 시도할 것입니다.

원인

소켓 작업에 실패했습니다. Message Queuing가 지금은 메시지를 보낼 수 없지만, 메시지 보내기를 다시 시도할 것입니다.

해결 방법

호스트와의 네트워크 연결 확인

MSMQ 서비스가 이벤트 설명에서 참조되고 있는 호스트에 연결하지 못했습니다.

호스트 컴퓨터가 온라인 상태인지, 호스트와 네트워크 연결이 설정되어 있는지 확인하십시오.

이벤트에서 제공된 소켓 오류 코드로 도메인 관리자에게 문의해야 할 수도 있습니다.

추가 정보

자세한 내용은 이벤트 ID 2185( http://technet.microsoft.com/ko-kr/library/dd337456(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
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.Alert.Event2185" 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 Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2185</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.Event2185.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>