이벤트 컬렉션: WSUS에 클라이언트 게시 실패

Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient_Events (Rule)

이 규칙은 WSUS Configuration Manager가 WSUS 서버에 클라이언트를 게시하지 못하는 경우에 경고를 생성합니다.

Knowledge Base article:

요약

클라이언트 설치 패키지(ccmsetup)를 WSUS(Windows Server Update Services) 서버에 게시하는 동안 오류가 보고되었습니다.

원인

SMS Executive 프로세스가 실행되고 있지 않을 수 있습니다.

WSUS 프로세스가 실행되고 있지 않을 수 있습니다.

해결 방법

소프트웨어 업데이트 지점과 WSUS 서버에 WSUS(Windows Server Update Services) 프로세스가 실행 중인지 확인합니다.

Configuration Manager 사이트 서버에서 SMS Executive 프로세스가 실행 중인지 확인합니다.

<ConfigMgr 설치 디렉터리>\Logs\ 폴더의 WCM.LOG 파일에서 오류에 대한 추가 정보를 얻을 수 있습니다.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager
CategoryEventCollection
EnabledFalse
Event_ID6613
Event SourceSMS Server
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
WSUS에 클라이언트 게시 실패 경고
WSUS Configuration Manager가 WSUS 서버에 클라이언트 게시 실패
Event LogApplication
CommentSIV:SUM0014

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient_Events" Comment="SIV:SUM0014" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</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 Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6613</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient_AlertMessageResourceID"]$</AlertMessageId>
<AlertParameters/>
<Suppression>
<SuppressionValue/>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>