AD 에이전트 할당: 관리 그룹 컨테이너를 업데이트하는 동안 알 수 없는 Active Directory 오류가 발생함

Microsoft.SystemCenter.ADAssignment.UnknownError.Alert (Rule)

Active Directory에서 알 수 없는 오류를 반환했습니다. 오류 설명에 자세한 정보가 있을 수 있습니다.

Knowledge Base article:

요약

AD 통합에 사용되는 Active Directory에서 관리 그룹 컨테이너를 업데이트하려는 동안 오류가 발생했습니다.

원인

이 규칙은 AD 할당 리소스 풀의 서버에서 실행되며 기본 작업 계정을 사용합니다. 경고 정보를 검토하여 경고를 트리거한 이벤트를 확인합니다. 가장 일반적인 원인은 액세스 거부 및 연결 문제입니다.

해결 방법

지원되는 이벤트에 제공된 오류 메시지를 검토하여 근본적인 문제를 확인합니다. 특정 오류 메시지를 웹에서 검색하면 문제를 해결하는 데 도움이 될 수 있습니다. AD 할당 리소스 풀에 대한 작업 계정에 Active Directory 컨테이너에 액세스할 수 있을 만큼 충분한 권한이 있는지 확인하세요. AD 할당 리소스 풀의 모든 서버가 컨테이너가 있는 도메인에 연결되어 있는지 확인합니다.

추가

Active Directory 통합에 대한 자세한 내용을 보려면 Active Directory를 사용하여 컴퓨터 할당(http://go.microsoft.com/fwlink/?LinkId=194447)을 참조하세요.

Element properties:

TargetMicrosoft.SystemCenter.ADAssignmentResourcePool
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Operations Manager에서 Active Directory 업데이트하지 못함
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Consolidator ConditionDetection Microsoft.SystemCenter.Overridable.ConsolidatorCondition Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ADAssignment.UnknownError.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ADAssignmentResourcePool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11460</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<ConditionDetection ID="Consolidator" TypeID="Microsoft.SystemCenter.Overridable.ConsolidatorCondition">
<ConsolidationProperties>
<PropertyXPathQuery>Params/Param[5]</PropertyXPathQuery>
<PropertyXPathQuery>Params/Param[7]</PropertyXPathQuery>
</ConsolidationProperties>
<IntervalSeconds>3600</IntervalSeconds>
<Count>3</Count>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.ADAssignment.UnknownError.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Context/DataItem/Params/Param[5]$</SuppressionValue>
<SuppressionValue>$Data/Context/DataItem/Params/Param[7]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>