Questa regola genera un avviso nel caso in cui Configuration Manager WSUS non è in grado di pubblicare il client nel server WSUS

Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient (UnitMonitor)

Questa regola genera un avviso nel caso in cui Configuration Manager WSUS non è in grado di pubblicare il client nel server WSUS.

Knowledge Base article:

Riepilogo

È stato segnalato un errore durante la pubblicazione del pacchetto di installazione client (ccmsetup) nel server Windows Server Update Services (WSUS).

Cause

Il processo SMS Executive potrebbe non essere in esecuzione.

Il processo WSUS potrebbe non essere in esecuzione.

Soluzioni

Verificare che il processo Windows Server Update Services (WSUS) sia in esecuzione nel server WSUS / Punto di aggiornamento software.

Verificare che il processo SMS Executive sia in esecuzione nel server del sito di Configuration Manager.

È possibile ottenere ulteriori informazioni sull'errore visualizzando il file WCM.LOG nella cartella <Directory di installazione di ConfigMgr>\Logs\.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Avviso di errore durante la pubblicazione del client in WSUS
Configuration Manager WSUS non è in grado di pubblicare il client nel server WSUS
RunAsDefault
CommentSIV:SUM0014

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient" Comment="SIV:SUM0014" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<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>
</Configuration>
</UnitMonitor>