System Center Management ヘルス サービスの資格情報が見つからない

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

このルールは、セキュリティ保護された参照の上書きを解決できない場合にアラートを生成します。

Knowledge Base article:

概要

このアラートは、実行プロファイルで指定されてた実行アカウントが解決できないことを示します。 この問題が解決されるまで、プロファイルを使用するワークフローは読み込まれません。

原因

このような状況が発生した原因として、アカウントが指定されたコンピューターに配布されるように構成されていないことが考えられます。

解決策

この問題を解決するには、まず、下に示す実行アカウントを開き、その SSID で指定されているアカウント エントリを見つけます。次に、アカウントをこのコンピューターに配布することを選択するか、ターゲット オブジェクトが指定されたアカウントを使用しないようにプロファイルの設定を変更します。 注: 実行アカウントの表示名をその SSID を基に取得する、コマンド シェルを使用することができます。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
System Center Management ヘルス サービスの資格情報が見つからないことを示すアラート メッセージ
実行プロファイル "{3}" で指定されているアカウントを解決できません。

この原因として、アカウントがこのコンピューターに配布されるように構成されていないことが考えられます。 この問題を解決するには、まず、下に示す実行アカウントを開き、その SSID で指定されているアカウント エントリを見つけます。次に、アカウントをこのコンピューターに配布することを選択するか、ターゲット オブジェクトが指定されたアカウントを使用しないようにプロファイルの設定を変更します。 注: コマンド シェルを使用して、実行アカウントの SSID から、その表示名を取得できます。

管理グループ: {1} 実行プロファイル: {3} アカウント SSID: {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>