In Windows Server 2012 there is a new service called DS Role Service.This is used for the promotion and demotion of the AD DS. This service iscreated due to a change in how the Domain Controllers are setup. The Domain Controlleris now a Role in the same way as DHCP or DNS. This creates a need for aseparate service handling the Promotion and Demotion of domain controllers.
This DS Role Service has it startup set to manual, as it will only beused for the Promotion.If you set this service startup to Disable (either due to lack of knowledge orfor hardening reasons), you will prevent the domain controller from beingdemoted or promoted.
When running the Active Directory Services Configuration Wizard willpresent the following error message.
“The operation failed with the following error:
The service cannot be started either because it is disable or because ithas not enabled devices associated with it.”
And followed by the error: “An error occurred when demoting the Active Directory domain controller.”
The solution is to set the startup type to Manual.
This is due to the change on how a Domain Controller is setup. In Windows Server 2012, Domain Controllers are a role in the same way as DHCP or File and Print as described on this wiki page:
http://social.technet.microsoft.com/wiki/contents/articles/12370.step-by-step-guide-for-setting-up-windows-server-2012-domain-controller.aspx
Disclaimer: All postings are provided "AS IS" with no warranties, and confer no rights. This weblog does not represent the thoughts, intentions, plans or strategies of Microsoft. Because a weblog is intended to provide a semi-permanent point-in-time snapshot, you should not consider out of date posts to reflect current thoughts and opinions.