Archived from groups: microsoft.public.win2000.active_directory (
More info?)
In news:1127097508.244770.325730@g14g2000cwa.googlegroups.com,
Taylor555@gmail.com <Taylor555@gmail.com> made this post, which I then
commented about below:
> Currently having an issue with upgrading 4dc to win2k3, when a adprep
> /forestprep is done it returns an error in the ldif logs saying
>
> "20:
> CN=x500uniqueIdentifier,CN=Schema,CN=Configuration,DC=mbi,DC=ufl,DC=edu
> Entry DN:
> CN=x500uniqueIdentifier,CN=Schema,CN=Configuration,DC=mbi,DC=ufl,DC=edu
> Add error on line 275: Unwilling To Perform"
>
> the DC has had the OS X Schema update applied to it several years ago,
> it is no longer needed.
>
> I have attempted to follow the KB Article >
>
http://support.microsoft.com/?kbid=887426 < and it's only until I get
> up to Part 3 where I start getting confused.
>
> part 3 step b (with dc=forest,dc=root replaced with my domain) giving
> me an error.
>
> Connecting to "servername.domain.domain.domain.domain"
> Logging in as current user using SSPI
> Importing directory from file "rename.txt"
> Error occured during initialization
> File operation failure
> 0 entries modified successfully.
> An error has occurred in the program
>
> i have noticed that when running that step it tries to import a file
> called rename.txt, but where does the file come from? it's not being
> generated from anyplace that i can tell unless you remove the -i from
> the command in part 3 step b, but this means that microsoft made a
> typo which is kinda unlikely.
>
> We have 4DCs here each running win2k SP, I have our 4 DCs in a test
> environment which is an exact replica of the production environment,
> so I can afford to play around with some things.
>
>
> any advice?
If you read the rest of that article, the next grayed out box has the
rename.txt that you have to create by copying and pasting into notepad, then
save it to a location you can run ldifde from. You can save it to C: drive,
then run ldifde from C: drive so it can find rename.txt. For your
convenience, I am copying/pasting the ldif file (rename.txt) here. You can
copy and paste it from here or from the article. Give that a shot and report
back if you still have problems.
Copy and paste what is between the "===" lines but do not copy the "==="
line itself.
=================================
# Script to recover from Apple's use of W2K3 object identifier 2.5.4.45
#
# Run this script on the Windows 2000 Schema FSMO
# SYNTAX C:> ldifde -i -f rename.txt -v -c DC=X dc=forest,dc=root
# Note: replace dc=forest,dc=root with the forest root for your enterprise
dn: CN=unixID,CN=Schema,CN=Configuration,DC=X
changetype: Modify
replace: lDAPDisplayName
lDAPDisplayName: x500uniqueIdentifier
-
dn: CN=unixID,CN=Schema,CN=Configuration,DC=X
changetype: modrdn
newrdn: cn=x500uniqueIdentifier
deleteoldrdn: 1
-
dn:
changetype: Modify
add: schemaUpdateNow
schemaUpdateNow: 1
=================================
--
Regards,
Ace
If this post is viewed at a non-Microsoft community website, and you were to
respond to it through that community's website, I may not see your reply.
Therefore, please direct all replies ONLY to the Microsoft public newsgroup
this thread originated in so all can benefit.
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.
Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Infinite Diversities in Infinite Combinations.
=================================