Credenciais do Serviço de Integridade de Gestão do System Center Não Encontradas

Microsoft.SystemCenter.HealthService.Credentials.NotFound.Alert (Rule)

Esta regra desencadeia um alerta quando não é possível resolver uma substituição de Referência Segura.

Knowledge Base article:

Resumo

Este alerta indica que não é possível resolver uma Conta Run As especificada num Perfil Run As. Os fluxos de trabalho que utilizam o Perfil não serão carregados enquanto este problema não tiver sido corrigido.

Causas

Esta condição pode ter ocorrido porque a Conta não está configurada para ser distribuída ao computador especificado.

Resoluções

Para resolver este problema, é necessário abrir o Perfil Run As especificado abaixo, localizar a entrada da Conta especificada pelo respetivo SSID e optar por distribuir a Conta a este computador, se tal for apropriado, ou alterar a definição no Perfil para que o objeto de destino não utilize a Conta especificada. Nota: pode utilizar a shell de comandos para obter o nome a apresentar da Conta Run As através do respetivo SSID.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Mensagem de Alerta de Credenciais do Serviço de Integridade de Gestão do System Center Não Encontradas
Não é possível resolver uma conta especificada no perfil de Executar Como "{3}".

Esta condição pode ter ocorrido porque a conta não está configurada para ser distribuída a este computador. Para resolver este problema, é necessário abrir o perfil Run As especificado abaixo, localizar a entrada da conta especificada pelo respetivo SSID e optar por distribuir a conta a este computador, se tal for apropriado, ou alterar a definição no perfil para que o objeto de destino não utilize a conta especificada. Nota: pode utilizar a shell de comandos para obter o nome a apresentar da conta Run As através do respetivo SSID.

Grupo de Gestão: {1} Perfil Run As: {3} SSID da Conta: {2}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.Credentials.NotFound.Alert" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1108</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.HealthService.Credentials.NotFound.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[1]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[5]$</AlertParameter3>
<AlertParameter4>$Data/Params/Param[7]$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Id$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
<SuppressionValue>$Data[Default='']/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>