Bilgisayar adı Active Directory'deki bir nesneyle eşlenemiyor; bu, kimlik doğrulama hatalarına neden olabilir

The_computer_name_cannot_be_mapped_to_an_object_in_Active_Directory___this_may_result_in_authentication_failures_5_Rule (Rule)

Knowledge Base article:

Özet

Bilgisayar hesabının hizmet asıl adı (SPN) özniteliği kaydedilmeye çalışılırken iç hata oluştu.

Örnek Olay:

Bu bilgisayar hesabı adı '%2' Etki Alanı Denetleyicisi '%1' üzerindeki bilgisayar nesnesiyle eşlenmediğinden Active Directory'deki bilgisayar nesnesinin DnsHostName ve HOST Hizmet Asıl Adı (SPN) özniteliklerini güncelleştirme girişimi başarısız oldu. SPN'leri kaydettirmemek bu bilgisayarda kimlik doğrulama hatalarına neden olabilir. Etki alanı yöneticinize başvurun. Bu hatanın çözümü için aşağıdaki teknik bilgiler kullanışlı olabilir: DsCrackNames durumu = 0x%3, kırılma hatası = 0x%4.

Çözümler

Yardım için Microsoft Ürün Destek Hizmetleri'ne başvurun.

Dış

Daha fazla bilgi için, bkz.

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Event_ID5801
Event SourceNetLogon
Alert GenerateFalse
RemotableTrue
Event LogSystem
CommentMom2005ID='{DD3E469D-B7F7-4F93-BF25-B4DFABF4D79B}';MOM2005GroupID=

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CollectEventData WriteAction Microsoft.SystemCenter.CollectEvent Default
CollectEventDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="The_computer_name_cannot_be_mapped_to_an_object_in_Active_Directory___this_may_result_in_authentication_failures_5_Rule" Comment="Mom2005ID='{DD3E469D-B7F7-4F93-BF25-B4DFABF4D79B}';MOM2005GroupID=" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5801</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>NetLogon</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectEventData" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="CollectEventDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>