System Center 관리 상태 서비스 자격 증명 정의 안 됨

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

이 규칙은 보안 참조 재정의를 확인할 수 없을 때 경고를 생성합니다.

Knowledge Base article:

요약

이 경고는 요청된 컨텍스트에서 보안 참조 재정의가 확인되지 않았음을 나타냅니다. 이 문제가 해결될 때까지 워크플로를 로드할 수 없습니다.

원인

보안 참조 재정의가 System Center 관리 상태 서비스로 아직 전달되지 않았고 보안 저장소 DB에 없는 자격 증명을 사용하도록 요청합니다.

해결 방법

수동으로 전달하려면 자격 증명에 대한 승인을 받아야 합니다. 이 승인을 받으면 재정의를 확인하고 실행 중인 모듈을 재정의 프로필로 사용하는 모든 워크플로를 로드 및 실행할 수 있습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
System Center 관리 상태 서비스 자격 증명 정의 안 됨 경고 메시지
{0} 컴퓨터의 System Center 관리 상태 서비스에서 보안 참조 재정의를 확인하지 못했습니다. 이 문제는 여러 인스턴스에 영향을 줄 수 있습니다. 추가 정보: {1}
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.NotDefined.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">1107</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.NotDefined.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Data/EventDescription$</AlertParameter2>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Id$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>