You Cannot Create a Trust Relationship and a STATUS_OBJECT_NAME_COLLISION Error Occurs (311242)
The information in this article applies to:
- Microsoft Windows 2000 Advanced Server
This article was previously published under Q311242 SYMPTOMS
If you add a Windows NT 4.0 trusting domain from a Windows 2000 domain, you may not be able to create a trust relationship, and you may receive the following error message:
Windows Title: Active Directory
The trust relationship cannot be modified. This could be caused by network problem or the objects that represent the trust relationship have become damaged. If the later, then the trust must be removed and recreated.
If you use a command-line utility (for example, Trustdom.exe) to add a trusting domain, you may receive the following error message:
...
LsaCreateTrustedDomainEx on trusted_domain for trusting_domain failed with 0xc0000035
...
The command failed : err 0xc0000035
The 0xc0000035 error code is mapped to STATUS_OBJECT_NAME_COLLISION. The STATUS_OBJECT_NAME_COLLISION error may occur if a duplicate domain security identifier (SID) is detected.
CAUSE
This problem may occur if the domain to which you are adding a new trusting domain already has already a trust with another domain, and the two domains have the same domain SID. Consider the following scenario:
- You use a Windows 2000 domain that acts as the account domain, which is named "AccountDom."
- You use two other Windows NT 4.0 domains that act as resources domains, which are named "ResourceDom1" and "ResourceDom2."
In this scenario, ResourceDom1 and ResourceDom2 both have the same domain SID. The domains may have the same SID if you either clone the installation or you split an original Windows NT 4.0 domain into two domains. The Windows 2000 domain already has a trust relationship with one of these domains, for example, ResourceDom1 already trusts AccountDom. If you try to add a new trusting domain (ResourceDom2) from the AccountDom domain, you receive the error message that is described in the "Summary" section of this article.
Modification Type: | Minor | Last Reviewed: | 1/27/2006 |
---|
Keywords: | kbenv kbnetwork kbprb KB311242 |
---|
|