I am trying to install SQL Server 2019 Developer edition but I getting error: Help me please
I am trying to install SQL Server 2019 Developer edition but I getting error: Help me please
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?
can you help me ? please 84020-summary-laptop-20210402-220111.txt
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.
please help me to install sql server 2019 dev i got this error message attached 
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.
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.
Uninstall the existing SQL Server and all the components from the add remove program.
Backup the registry.
Delete the following keys using regedit:
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
Rename all the SQL Server folders in the computer.
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.
12 people are following this question.