AD Aracısı Ataması: Yöneticinin kullanıcı rolü en az bir etki alanına sahip olmalıdır

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

Etki alanı güvenlik grubunun Yönetici Kullanıcı rolüne eklenmesi gerekir.

Knowledge Base article:

Özet

Bu uyarı bir AD Tümleştirme aracısı atama kuralının, Operations Manager Yönetici Kullanıcı Rolü üyesi olan herhangi bir etki alanı hesabı bulunamadığı için başarıyla tamamlanamadığını belirtir. Bu sorun çözümlenene kadar aracılar hangi sunucuya raporlama yapacaklarını bulamazlar.

Nedenler

AD tabanlı aracı atama kuralının düzgün şekilde çalışabilmesi için Operations Manager Yönetici Kullanıcı Rolü üyelerinden en az birinin etki alanı güvenlik grubu olması ve MOMADAdmin için parametre olarak sağlanması gerekir.

Çözümlemeler

MOMADAdmin.exe için parametre olarak sağlanan güvenlik grubunu Operations Manager Yönetici Kullanıcı Rolüne ekleyin.

Element properties:

TargetMicrosoft.SystemCenter.ADAssignmentResourcePool
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AD Aracısı Ataması: Yöneticinin kullanıcı rolü en az bir etki alanına sahip olmalıdır
{0}
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.ADAssignment.NeedsDomainAccount.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">11467</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.ADAssignment.NeedsDomainAccount.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>