while installing sql server microsoft 2019 it is giving error it showing exit code (Decimal):-2147467259 error discription:-System cannot find the path specified// error occurred when it was installing //Installing SQL Server... Running Action: SqlEngine/

Prakhar Shukla 0 Reputation points
2023-09-25T01:35:20.8666667+00:00

while installing sql server microsoft 2019 it is giving error it showing exit code (Decimal):-2147467259 error discription:-System cannot find the path specified// error occurred when it was installing //Installing SQL Server... Running Action: SqlEngine//

I am attaching sevral snap shots for better understanding of the problem

please trouble me if you want any files snap shot or anything

In image it got stuck and then give the stated error

Please tell me how i can resolve this issue.

sql

Screenshot 2023-09-25 070412

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-09-25T05:44:53.1066667+00:00

    Please resolve it fast

    If you need a fast solution, then conatc the paid support or a consultant.

    Please check the SQL Server ErrorLog for details.

    https://learn.microsoft.com/en-us/sql/tools/configuration-manager/viewing-the-sql-server-error-log?view=sql-server-ver16


  2. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-09-25T21:18:05.0166667+00:00

    The message about the Database Engine startup handle, means that SQL Server did not start when Setup wanted to run configuration steps.

    To understand why it did not start, you need to check the SQL Server errorlog, which you find in C:\Program Files\Microsoft SQL Server\MSSQL15.SQLEXPRESS\MSSQL\LOG\ERRORLOG.

    If you see a message about 256 misaligned reads you are running into a known issue where Windows 11 for some disk drives reports a disk-sector size that SQL Server cannot cope with. Microsoft has published an article with workarounds for the problem.

    0 comments No comments

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.