Could not open key:

  • Thread starter Thread starter MXC
  • Start date Start date
M

MXC

When I uninstall or install SQL Server 2005
I got several error message:

Could not open key: key name.
Verify that you have sufficient access to that key, or contact your support
personnel

When I check the permision of these keys, I found that it was blank in
"Group and user Name"
I had to set user there manually one by one.

I do not know how the user would be deleted in these keys.
If there are program could scan the regstry to find these keys which no any
group or userhasthe permissions for the keys.

Thanks
 
Rather than messing about with rights in the Registry (which is one of the
more certain ways to screw your system up permanently) one should instead
run installers or uninstallers as an Administrator. The Administrator
account always has the necessary rights to the Registry.
 
Even run installers or uninstallers as an Administrator, it still show same
error message.
It was blank in "Group and user Name" for security, The Administrator or
Administrators also do not have right to access these keys.
You have manually add the user, Administrators and set permissions and owner
to these keys.

I wrote a small program, scan the rgistry and list all these keys
(hundreds).
But I still could not find a way to add permissions in the program.
 
Back
Top