Problem updating schema for Server 2003 and Exchange 2000

  • Thread starter Thread starter Brian Gause
  • Start date Start date
B

Brian Gause

Hi,
I am following Microsoft's knowledge base article 314649 and trying to
modify the schema before I do the ADPREP /FORESTPREP. According to the
article I need to enter this command;
"C:\IOP>ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X "dn path for forest
root domain"

where X is a case-sensitive constant and dn path for forest root domain
(dc=corp,dc=tailspintoys,dc=com) is the domain name path for the root domain
of the forest. Include the quotation marks. Press ENTER."

ok, here is the command with my domain info(well, names changed to protect
the innocent) and the error message I get;

C:\IOP>ldifde -i -f inetorgpersonprevent.ldf -v -c DC=X"DC=mydomain,DC=com"
Invalid Parameter: Require 'From DN' and 'To DN'

Any ideas on what I am doing wrong? The error message is referring to
the -c param, but I copied the DC=... area straight out of the schema so I
know its right.


Brian
 
Back
Top