Created
January 28, 2015 06:15
-
-
Save bliz937/315ef1089239312aff7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When attempting to raise the domain functional level on windows server 2003 from 2000 to 2003, I got an error stating that the Active directory service is busy. | |
My solution was to delete the non existing domain controllers from the domain. | |
Doing so wasn't as easy as I'd thought, here's a guide on that: http://windowsitpro.com/windows/how-do-i-remove-nonexistent-domain-controller | |
Source: https://social.technet.microsoft.com/Forums/windowsserver/en-US/4b091a49-e6d4-4f90-965a-ae1d5fddbb5f/error-when-trying-to-raise-domain-functional-level-from-2000-to-2003?forum=winserverDS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment