How can I fix this sql server installation server?

Subhan Mehdiyev 15 Reputation points
2023-07-02T07:27:29.0166667+00:00

Error details

    Error installing Sql Server Writer Component

    Could not write value NT SERVICE\ SQL Writer to key    \SYSTEM\CurrentControlSet\services\VSS\VssAccessControl.Verify that  you have sufficient access to that key, or contact your support personnel.

    Error code:1406

 
SQL Server | Other
{count} vote

3 answers

Sort by: Most helpful
  1. Subhan Mehdiyev 15 Reputation points
    2023-07-07T12:55:59.12+00:00

    Cause of this problem was my operating system. It was Windows 10 1709 and it had not activation. I install Windows 10 22H2 and I activate it. As a result, the problem is fixed.

    2 people found this answer helpful.

  2. Erland Sommarskog 121.8K Reputation points MVP Volunteer Moderator
    2023-07-04T13:30:19.19+00:00

    The log did not reveal anything new, but I still wanted to make sure.

    The error message is pretty clear: you are not permitted to write to that registry key. One reason could be that you have insufficient permission. But since Setup requests to run as an Administrator, this is less likely. Still you may want to check permissions on this key. Not the least if you are running this in a corporate environment, where your IT department may have push some cruel group policies.

    The other possible reason is that an over-zealous filter driver is protecting this key. The most likely culprit is some anti-malware program, but maybe it could also be some backup software you have installed.

    In any case, the error is due some unexpected condition on your computer, so it is difficult for us to say "this is error is due to XYZ, and here is the fix."

    1 person found this answer helpful.

  3. Anonymous
    2023-07-03T02:56:28.77+00:00

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.