Select the product you need help with
"The service cannot be started" error during AD DS configurationArticle ID: 2737880 - View products that this article applies to. SymptomsIn Windows Server 2012, one of the following Active Directory Domain Services (AD DS) configuration operations fails:
When the configuration fails, you receive the following error message: The service cannot be started, either because it is disabled or it has no enabled devices associated with it. Additionally, you see that the Dcpromoui.log file contains the following line of text: Enter GetErrorMessage 80070422 CauseThis issue occurs because an administrator configured the "startup type" for the DS Role Server service (DsRoleSvc) to disabled. You can confirm this by using the Services.msc snap-in to examine the Startup type list on the General tab. By default, the DS Role Server service is installed during AD DS role installation and is set to the Manual startup type. ResolutionTo resolve this issue, make sure that the DS Role Server service is not disabled. To do this, use Services.msc or Sc.exe to set the startup type to Manual and to let the DS Role Server operations start and stop the service on demand. For example, run the following command from an Administrator elevated command prompt: sc.exe config dsrolesvc start= demand More informationThis behavior is by design. The DS Role Server service is new to Windows Server 2012 and is used to install or remove Active Directory or to clone domain controllers. PropertiesArticle ID: 2737880 - Last Review: October 2, 2012 - Revision: 11.0
|


Back to the top








