예기치 않은 오류가 CDO 라이브러리에서 발생한 것을 사이트 간 메시징(ISM) 서비스 SMTP 전송 플러그 인에서 검색했습니다.

Inter_Site_Messaging__ISM__Service_SMTP_Transport_plug_in_has_encountered_an_unexpected_error_from_CDO_library_5_Rule (Rule)

이 규칙은 AD LDS(Active Directory Lightweight Directory Service) 이벤트 로그에 해당 이벤트가 있을 경우 경고를 표시합니다.

Element properties:

TargetMicrosoft.Windows.Server.LDS.Service
CategoryEventCollection
EnabledTrue
Event_ID1528
Event SourceADAM [$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/Name$] Inter-site Messaging
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
예기치 않은 오류가 CDO 라이브러리에서 발생한 것을 사이트 간 메시징(ISM) 서비스 SMTP 전송 플러그 인에서 검색했습니다.
{0}
Event LogADAM ($Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/Name$)

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Inter_Site_Messaging__ISM__Service_SMTP_Transport_plug_in_has_encountered_an_unexpected_error_from_CDO_library_5_Rule" Enabled="true" Target="LDS!Microsoft.Windows.Server.LDS.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>ADAM ($Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/Name$)</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1528</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>ADAM [$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.Service"]/Name$] Inter-site Messaging</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Inter_Site_Messaging__ISM__Service_SMTP_Transport_plug_in_has_encountered_an_unexpected_error_from_CDO_library_5_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>