Relative Identifier

G

Guest

When I try to create a new user in Active Directory, I receive an error that
states: Windows cannot create the object because: The directory service was
unable to allocate a relative identifier. Any help on this matter would be
greatly appreciated.
Thank you.
Al
 
H

Herb Martin

Alboni said:
When I try to create a new user in Active Directory, I receive an error that
states: Windows cannot create the object because: The directory service was
unable to allocate a relative identifier. Any help on this matter would be
greatly appreciated.

Although I have never seen the error message it is almsot
certainly due to the inability to obtain a Relatively Unique
ID or RID.

The RID Master is likely offline or not reachable (e.g., a
DNS problem.)

Run DCDiag and check for the RID master -- if the RID
master exists and is online, check your DNS very carefully.

If the RID master is offline AND lost forever, you need
to 'seize' the role (and any other lost roles) onto another DC.

NEVER seize a role if the original role holder will be returned
to the net.


DNS for AD
1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2
4) If you have more than one Domain, every DNS server must
be able to resolve ALL domains (either directly or indirectly)

netdiag /fix

....or maybe:

dcdiag /fix

(Win2003 can do this from Support tools):
nltest /dsregdns /server:DC-ServerNameGoesHere
http://support.microsoft.com/kb/q260371/

Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.

Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.

Single Label domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top