Serviço Web de Autenticação DSS

Microsoft.Windows.Server.UpdateServices.10.0.Server.DssAuthWebServiceState (UnitMonitor)

Knowledge Base article:

Resumo

O Serviço Web de Autenticação de Servidor a Jusante disponibiliza autenticação de servidores a jusante.

Soluções

O serviço de autenticação de servidor a jusante não está a funcionar ponto a ponto. Isto pode ser causado por problemas de configuração.

As soluções possíveis incluem:

Resolver, em primeiro lugar, quaisquer problemas ocorridos no SQL Server antes de continuar

Resolva quaisquer problemas gerais ocorridos no IIS.

Verifique as permissões.

Verifique a configuração do serviço Web de relatórios do IIS através da utilização do script adsutil.vbs do IIS (ou utilize a Administration UI Tool do IIS).

Adicional

Procurar o evento de erro correspondente:

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.10.0.Server
Parent MonitorMicrosoft.Windows.Server.UpdateServices.10.0.Server.WebServicesRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serviço Web de Autenticação DSS
Estado suspeito do serviço Web de autenticação DSS
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.UpdateServices.10.0.Server.DssAuthWebServiceState" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.UpdateServices.10.0.Server" ParentMonitorID="Microsoft.Windows.Server.UpdateServices.10.0.Server.WebServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.UpdateServices.10.0.Server.DssAuthWebServiceState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="WebServiceNotOK" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="WebServiceOK" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Application</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Windows Server Update Services</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>12052</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Application</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Windows Server Update Services</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(12050|501|10000)$</Pattern>
</RegExExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>