Schema Update Inetorgpersonprevent.ldf

  • Thread starter Thread starter Beau
  • Start date Start date
B

Beau

I'm going to be adding a new E2K3 server to our Win2K domain so before I
add it to our domain I'm trying to do the schema update. I've looked at
KB314649 and when I run the file I get this error? I can't find anything
about this error. Does anybody have any suggestions?

C:\iop>ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X
"dc=location1,dc=corp,DC=org"
Connecting to "location1.corp.org"
Logging in as current user using SSPI
Importing directory from file "inetorgpersonprevent.ldf"
Loading entries
1:
CN=ms-Exch-Assistant-Name,CN=Schema,CN=Configuration,dc=location,dc=corp,DC=
org

Add error on line 1: No Such Object
The server side error is "Directory object not found."
0 entries modified successfully.
An error has occurred in the program

C:\iop>
 
The problem is probably syntax. Is location1 the name of your domain?
The root domain name needs to be used. For instance, if I manage a
root domain called contoso.org, I would enter:
ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X "dc=contoso,dc=org"
 
If your real command line is really using "dc=location1,dc=corp,DC=org", then
you need to subsitiute your domain name into it since it cannot find your
AD's object.

BR,
Denis
 
Back
Top