Link to home
Start Free TrialLog in
Avatar of numb3rs1x
numb3rs1xFlag for United States of America

asked on

How can I tell if I need to run the "inetOrgPersonfix" on my schema?

Hello all,

My current forest basically consists of a 2000 DC and an exchange 2000 server.
 
I've gone over the http://support.microsoft.com/kb/314649/ link more times than I'm willing to admit, and I still can't tell where to go from this point. I want to replace our 2000 DC's with 2003 DC's. I read in this link that there might be mangling done in the schema. My first question because the KB is vague is this: At what point would the shema become mangled? Is it when you install Exchange 2000, run the adprep commands or when you introduce the 2003 DC's? I ran the ADSI snap in and searched the resulting output for the key attributes that were stated in the KB. I couldn't find anything at all related to what they mentioned (houseid, secretary..., the rest of it). Does that mean they are not there and do not run the risk of becoming duplicated like the KB says?

My second question is this: does the inetOrgPerson command prevent the mangling or does it fix the mangled attributes?

I guess the overarching question is this: How can I tell if I need to run this inetOrgPersonfix command?  
Avatar of LegendZM
LegendZM
Flag of United States of America image

If you setup the Exchange 2000 server after you've already domain/forest prepped it for 2003, then you will "mangle" it.

follow Scenario 2 in the KB you linked and you should be fine. :)
Avatar of numb3rs1x

ASKER

I have not done that. As of right now, I have not run the adprep. I just tried to run the inetorgpersonfix utility and I get "A required subref is missing". Does this mean that it can't find the mangled attributes to fix? I would swear by reading that KB article that the mangling happens when you add 2000 to the forest at any time before or after installing 2003. So what you are saying is that if Exchange 2000 is already installed before anything related to 2003 has been installed, I don't have to worry about this mangling business?
inetorgpersonfix isn't finding anything, you haven't "mangled" it yet I think....

it sounds like you'll be experiencing scenario 2, but there are 3 different points which the schema can be mangled.

Scenario 1: Exchange 2000 schema changes are added after you run the adprep /forestprep command

Scenario 2: Exchange 2000 schema changes are installed before you run the Windows Server 2003 adprep /forestprep command

Scenario 3: you did not run InetOrgPersonfix before you ran the Windows Server 2003 adprep /forestprep command
it's scenario 2, and I followed the instructions, and I got that error about the subref not being found. I haven't yet promoted the 2003 server to the forest and I haven't run the adprep commands. when you say "mangled it yet" does that mean it is to become mangled at some other point in this process?
It will probably become mangled when you run adprep as scenario 2 says, since those are the steps you're taking right?
yes, I'm still trying to complete the inetorgpersonfix command and I'm getting a syntax error. let's say my domain controller's name is DC and my domain was domain.com. How would I enter this command?

C:\IOP>ldifde -i -f inetorgpersonfix.ldf -v -c DC=X "domain name path for forest root domain"

I entered C:\IOP>ldifde -i -f inetorgpersonfix.ldf -v -c DC=X "dc=domain,dc=com"

I get "a referral was returned by the server".

I wish microsoft would make things a little clearer.
that's right ...  "DC=yourcompany,DC=local"

make sure there's a space between DC=X and the "DC=yourcompany,DC=local"
yes, there is a space between the X and the name. I still get the error. I looked it up and I'm told it's a syntax error though. I don't know where to go from here.
Try this: ldifde -i -f inetorgpersonfix.ldf -v -c "DC=X" "dc=domain,dc=com"
Same error. I read somewhere that you had to get into the script and modify the "DC=X" entry there, but that also didn't work. I seems to have the proper entries for the domain when The script starts, but it still errors out. It errors out on line 1 every time and it's always the Referral error.

ASKER CERTIFIED SOLUTION
Avatar of numb3rs1x
numb3rs1x
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great! Glad to hear you got it worked out!

If you could paste your script (modifying the sensitive information) so others who serach for a similar answer can see what script you've used it would be great!

Thanks!

-Legend