SQLServer 2019 Developer installation failing with errorcode -2061893606

Ravi Ayitha 1 Reputation point
2022-09-16T14:32:03.537+00:00

Hi

SQLServer 2019 developer edition installation failing with error code -2061893606.
Uninstalled previous unsuccessful installations of SQL Server 2019 and did restart.

SQL Server Other
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 60,161 Reputation points
    2022-09-16T14:43:37.447+00:00

    It looks like your uninstall did not complete successfully and you still have pieces of SQL installed. The traditional uninstall steps are given here. Then you will likely need to follow some additional steps as given here. When you're done, reboot. Ensure there are no SQL Server related services running.

    Be aware that many apps (such as Visual Studio and SSMS) create folders under Microsoft SQL Server. Determining which ones are for SQL Server and which ones are for others can be very difficult. After uninstalling and reinstalling SQL you may need to repair the installation of any SQL-related tools as well.

    0 comments No comments

  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2022-09-16T21:23:13.113+00:00

    The error message tells you that SQL Server did not start when Setup wanted to run configuration steps. As the error message says, you need to look into the SQL Server error log to find out why. You find the log in C:\Program Fles\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\LOG\ERRORLOG.

    If the errorlog includes a message about 256 misaligned reads and reverting to synchronous mode, check out this aritcle for workarounds.

    If that message is not present, upload the errorlog (rename to be called errorlog.txt, or else the forum software will not agree to attach it), so we can look at it.

    0 comments No comments

  3. Ravi Ayitha 1 Reputation point
    2022-09-19T07:44:14.743+00:00

    HI

    Thanks for the responses.
    Please find the attached error log.242340-errorlog.txt


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.