question

HS777-8200 avatar image
0 Votes"
HS777-8200 asked ErlandSommarskog commented

SQL Server 2019 install issues

Hi,

I tried installing SQL Server 2019 on my system but I am facing this issue in the image. I have tried uninstalling and reinstalling again, deleting reg keys, used revo uninstaller as well but still get this error. Any ideas on what I can do?

Thanks in advance
129351-image.png


sql-server-general
image.png (42.8 KiB)
· 7
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.

See that path in the error message? Go to that folder and find summary.txt and details.txt and attach these files.

Also, please tell us what anti-malware software you are running.

0 Votes 0 ·

Thanks for the files. They did not make me a whole lot wiser, but it seems that the error which you see in the screenshot are errors that occurs later due to the initial exception which is "value cannot be null".

Could you also upload the file sql_common_core_Cpu64_1.log? Not that I have any high expectations, but maybe there is something interesting.

The reason I asked about the antivirus is that sometimes they protect the registry a little too vigorously. Now, since McAfee is a widely used product, I would expect Microsoft to have tested with McAfee. But if this is a corporate machine, you security folks may have added extra checks. Then again, over-zealous anti-viruses usually testifiy in a different way, so right now, I'm not leaning towards that it is the anti-virus.

0 Votes 0 ·

Hi Erland,

sorry for the delay. I searched for the file you have mentioned but cannot find any file with that name. The closest one I found is the one I have attached. don't know if it'll help129260-sql-engine-core-inst-cpu64-1-local.log


0 Votes 0 ·

Also, It's my personal computer so won't have any checks apart from the doubts you have about the antivirus

0 Votes 0 ·

That file did not say much.

I'm afraid that I'm out of ideas. Understanding these setup failures are often difficult, and even more so, when one does not have access to the machine.

I hate to say this, but you could try the installation without McAfee, and then I don't mean that you should disable it, but uninstall it entirely. It has proven more than once that only disabling is not enough. On the other hand, I don't really think the antivirus is the culprit here. And I don't like the idea of suggesting that you should lower the guard of your computer.

0 Votes 0 ·

1 Answer

Cathyji-msft avatar image
0 Votes"
Cathyji-msft answered ErlandSommarskog commented

Hi @HS777-8200,

Did you check if the registry key 'SOFTWARE\Microsoft\Microsoft SQL Server\150\ConfigurationState' is existed in your environment?

Please follow this blog to cleanly uninstall previous installation. Then run the setup as administrator again.


If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar thread.



· 1
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.

Did you check if the registry key 'SOFTWARE\Microsoft\Microsoft SQL Server\150\ConfigurationState' is existed in your environment?

If the error message is to be trusted, it does not. My analysis of reading the log is that things go wrong before this key is created, and after the initial error, new errors are caused because this key is missing.

But I've been wrong before.

0 Votes 0 ·