Nie można znaleźć poświadczeń usługi System Center Management Health

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

Ta zasada zgłasza alert, jeśli nie można rozwiązać zastępowania odwołań zabezpieczeń.

Knowledge Base article:

Podsumowanie

Ten alert oznacza, że nie można rozwiązać konta Uruchom jako podanego w profilu Uruchom jako. Do czasu rozwiązania tego problemu przepływy pracy korzystające z tego profilu nie będą ładowane.

Przyczyny

Taka sytuacja może wystąpić, jeśli nie skonfigurowano dystrybucji konta na określony komputer.

Rozwiązania

Aby rozwiązać ten problem, należy otworzyć podane poniżej konto Uruchom jako, zlokalizować wpis konta określony przez jego identyfikator SSID i albo włączyć dystrybucję konta na ten komputer, albo zmienić ustawienie profilu, aby obiekt docelowy nie korzystał z określonego konta. Uwaga: aby ustalić nazwę wyświetlaną konta Uruchom jako na podstawie identyfikatora SSID, można użyć powłoki poleceń.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Komunikat alertu: nie można znaleźć poświadczeń usługi System Center Management Health
Nie można rozwiązać konta określonego w profilu Uruchom jako „{3}”.

Taka sytuacja może wystąpić, jeśli nie skonfigurowano dystrybucji konta na ten komputer. Aby rozwiązać ten problem, należy otworzyć podane poniżej konto Uruchom jako, zlokalizować wpis konta określony przez jego identyfikator SSID i albo włączyć dystrybucję konta na ten komputer, albo zmienić ustawienie profilu, aby obiekt docelowy nie korzystał z określonego konta. Uwaga: aby ustalić nazwę wyświetlaną konta Uruchom jako na podstawie identyfikatora SSID, można użyć powłoki poleceń.

Grupa zarządzania: {1}, profil Uruchom jako: {3}, identyfikator SSID konta: {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>