Problem updating schema for Server 2003 and Exchange 2000

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
 
M

Matjaz Ladava

I think, that you need a <space> betwean DC=X and "DC=mydomain,DC=com" ;-)


--
Regards

Matjaz Ladava, MCSE (NT4 & 2000)
(e-mail address removed)
http://ladava.com
 

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