Error installing SQL Server 2019 : the service did not respond to the start or control request in a timely fashion

Sara Bichler 1 Reputation point
2020-11-09T19:10:09.827+00:00

When installing SQL Server 2019 Developer edition, the following error occurs:

TITLE: Microsoft SQL Server 2019 Setup

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.

I tried several times to uninstall and reinstall, and each time I get the same error. I would be happy for any help.

38376-%D7%91%D7%99%D7%90%D7%95%D7%A8-2020-11-08-230208.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,898 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Erland Sommarskog 102.3K Reputation points
    2020-11-09T22:58:09.957+00:00

    Look in C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORLOG. This file may give information why SQL Server is not starting.

    Note: the actual path depends on your installation options and your instance name.

    0 comments No comments

  2. m 4,271 Reputation points
    2020-11-10T02:54:25.573+00:00

    Hi @Sara Bichler ,

    Quote from this doc.: sql-ser-2016-setup-service-did-not.html

    SOLUTION

    1. Grant to the users MSSQLSERVER** "log on locally" user right. A step by step guide can be found under https://technet.microsoft.com/en-us/library/cc732593(v=ws.10).aspx
    2. If this is blocked by a domain policy, you can add all MSSQLSERVER** accounts to the local administrator group
    3. Start the SQL Server Launchpad service
    4. Click Retry on the setup and the setup will continue.

    Similar case:sql-server-2012-install-errors-on-server-2012

    More information : cleanly-uninstalling-stubborn-sql-server-components, install-sql-server-developer-edition-on-windows-server

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.


  3. Shashank Singh 6,246 Reputation points
    2020-11-10T06:10:22.203+00:00

    The fact that the installation failed at last part gives me idea that the SQL Server related services are installed but SQL Server database engine was not able to bring it online due to some reason. The reason would be mentioned in the logs which Erland is pointing to. The workaround suggested by MiaMiao-MSFT should work but please note that is "workaround". Its not advisable to run services with local system account.

    0 comments No comments