找不到 System Center 管理健全狀況服務認證

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 管理健全狀況服務認證找不到警示訊息
無法解析執行身分設定檔 "{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>