question

BinhTruong-1870 avatar image
0 Votes"
BinhTruong-1870 asked cooldadtx commented

install SQL Server 2019 Developer

I am trying to install SQL Server 2019 Developer edition but I getting error: Help me please84112-untitled.png


sql-server-general
untitled.png (1.6 MiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

cooldadtx avatar image
0 Votes"
cooldadtx answered cooldadtx commented

Go to the log path that was given and see what the actual error is. Given the error message it seems like it was having an issue installing a component which means you'll have to go to look at the component's log file. The setup log should give you more information.

First thought is a bad file. Have you considered downloading the file again?

· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

this is Detail file 84113-detail.txt


0 Votes 0 ·
detail.txt (1.3 MiB)

You should be very careful about posting setup logs like this. They often contain sensitive information that anyone can see.

Looking at the log it appears the underlying issue is that the setup couldn't connect to WMI running on the machine. However the setup log indicates the error file is sql_engine_core_inst_cpu64_1.log so that may have more information.

If it is indeed a WMI issue then first make sure the WMI service is running. If you have a previous SQL installation you might also consider repairing it first. You might also consider installing the SQL WMI provider manually first as mentioned here.

Of course ensure that your anti-virus isn't blocking the setup and ensure any Windows updates are installed and you've rebooted before running the SQL setup.

0 Votes 0 ·

please help me to install sql server 2019 dev i got this error message attached 193558-sql-2019.jpg


0 Votes 0 ·
sql-2019.jpg (35.8 KiB)

Please do not add yourself to another person's thread, especially an old one. Create your own thread and if someone can help you then they can. Note that this is the English version of the forums. If you want to post here then please translate your error message to English. Alternatively post in the forums specific to your locale.

0 Votes 0 ·
Cathyji-msft avatar image
0 Votes"
Cathyji-msft answered

Hi @BinhTruong-1870,

2021-04-02 22:01:30 Slp:The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start.

Suggest you do a manual cleanup for previous failed installation and then reinstall it.

  1. Uninstall the existing SQL Server and all the components from the add remove program.

  2. Backup the registry.

  3. Delete the following keys using regedit:
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

  4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.

  5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.

  6. Rename all the SQL Server folders in the computer.

  7. Reboot the machine.

Refer to the similar thread Installation problem with SQL Server 2017 (Error 1639) and SQL Server Installer says: MOF compiler could not connect with the WMI server.


If the response is helpful, please click "Accept Answer" and upvote it, thank you.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.