安装SQL Server 2016时,安装服务未及时响应启动或控制请求

时间:2022-09-03 19:58:59

How can I resolve the error I received when installing Microsoft SQL Server 2016?

如何解决安装Microsoft SQL Server 2016时收到的错误?

TITLE: Microsoft SQL Server 2016 Setup service did not respond to the start or control request in a timely fashion

The following error has occurred:

发生以下错误:

The service did not respond to the start or control request in a timely fashion.

该服务未及时响应启动或控制请求。

Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.

单击“重试”以重试失败的操作,或单击“取消”以取消此操作并继续设置。

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=13.0.1601.5&EvtType=0xDC112D1C%25400xDC80C325

如需帮助,请单击:http://go.microsoft.com/fwlink?LinkID = 20476&ProdName = Microsoft %% 20SQL%20Server&EvtSrc = setup.rll&EvidID = 50000&ProdVer = 13.0.1601.5&EvtType = 0xDC112D1C%25400xDC80C325


BUTTONS:

&Retry

Cancel

2 个解决方案

#1


2  

Add the SQLRUserGroup to "Allow log on locally".

将SQLRUserGroup添加到“允许本地登录”。

安装SQL Server 2016时,安装服务未及时响应启动或控制请求

If you can't change Group Policy, temporarily add the MSSQLServer01 to MSSQLServer20 users to the local administrator group.

如果无法更改组策略,请将MSSQLServer01临时添加到MSSQLServer20用户到本地管理员组。

Click Re-try on the SQL Install and use the Log to confirm all MSSQLServer<ID> users are admins.

单击“重新尝试SQL安装”并使用“日志”确认所有MSSQLServer 用户都是管理员。

C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Log\ExtensibilityLog\EXTLAUNCHERRORLOG

C:\ Program Files \ Microsoft SQL Server \ MSSQL13.MSSQLSERVER \ MSSQL \ Log \ ExtensibilityLog \ EXTLAUNCHERRORLOG

The error in the log file is:

日志文件中的错误是:

LogonUser Failed for user MSSQLSERVER01. ErrorCode: 0x80070569.

LogonUser用户MSSQLSERVER01失败。 ErrorCode:0x80070569。

When all MSSQLServer1-20 have access the installation will complete.

当所有MSSQLServer1-20都具有访问权限时,安装将完成。

#2


0  

Check the Detail.txt setup log if this is during starting the SQL Server Launchpad service. If yes, than :

如果是在启动SQL Server Launchpad服务期间,请检查Detail.txt安装日志。如果是,则:

  1. Grant long on locally privilege to all MSSQLServer01 to MSSQLServer20 users (alternatively you can add them to the local administrator group - not recommended)
  2. 长期授予所有MSSQLServer01到MSSQLServer20用户本地特权(或者您可以将它们添加到本地管理员组 - 不推荐)

  3. Start the "SQL Server Launchpad" service from SQL Server Configuration Manager or from Services
  4. 从SQL Server配置管理器或从服务启动“SQL Server Launchpad”服务

  5. Click Retry on the setup. The setup will continue.
  6. 单击设置上的“重试”。设置将继续。

I created a more detailed step by step post guide to check the symptoms. You can access it under: http://adminsqlserver.blogspot.ro/2016/06/sql-server-2016-setup-service-did-not.html

我创建了一个更详细的分步指南来检查症状。您可以在以下网址访问它:http://adminsqlserver.blogspot.ro/2016/06/sql-server-2016-setup-service-did-not.html

#1


2  

Add the SQLRUserGroup to "Allow log on locally".

将SQLRUserGroup添加到“允许本地登录”。

安装SQL Server 2016时,安装服务未及时响应启动或控制请求

If you can't change Group Policy, temporarily add the MSSQLServer01 to MSSQLServer20 users to the local administrator group.

如果无法更改组策略,请将MSSQLServer01临时添加到MSSQLServer20用户到本地管理员组。

Click Re-try on the SQL Install and use the Log to confirm all MSSQLServer<ID> users are admins.

单击“重新尝试SQL安装”并使用“日志”确认所有MSSQLServer 用户都是管理员。

C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Log\ExtensibilityLog\EXTLAUNCHERRORLOG

C:\ Program Files \ Microsoft SQL Server \ MSSQL13.MSSQLSERVER \ MSSQL \ Log \ ExtensibilityLog \ EXTLAUNCHERRORLOG

The error in the log file is:

日志文件中的错误是:

LogonUser Failed for user MSSQLSERVER01. ErrorCode: 0x80070569.

LogonUser用户MSSQLSERVER01失败。 ErrorCode:0x80070569。

When all MSSQLServer1-20 have access the installation will complete.

当所有MSSQLServer1-20都具有访问权限时,安装将完成。

#2


0  

Check the Detail.txt setup log if this is during starting the SQL Server Launchpad service. If yes, than :

如果是在启动SQL Server Launchpad服务期间,请检查Detail.txt安装日志。如果是,则:

  1. Grant long on locally privilege to all MSSQLServer01 to MSSQLServer20 users (alternatively you can add them to the local administrator group - not recommended)
  2. 长期授予所有MSSQLServer01到MSSQLServer20用户本地特权(或者您可以将它们添加到本地管理员组 - 不推荐)

  3. Start the "SQL Server Launchpad" service from SQL Server Configuration Manager or from Services
  4. 从SQL Server配置管理器或从服务启动“SQL Server Launchpad”服务

  5. Click Retry on the setup. The setup will continue.
  6. 单击设置上的“重试”。设置将继续。

I created a more detailed step by step post guide to check the symptoms. You can access it under: http://adminsqlserver.blogspot.ro/2016/06/sql-server-2016-setup-service-did-not.html

我创建了一个更详细的分步指南来检查症状。您可以在以下网址访问它:http://adminsqlserver.blogspot.ro/2016/06/sql-server-2016-setup-service-did-not.html