在重新安装SQL SERVER 2008时,因为“Error 1402. Could not open key”这个错误折腾了半天,始终没把SQL SERVER装上。在检查了注册表后,发现是因为前一次安装的SQL SERVER是用另一个域帐户安装的,导致当前用户无法读取注册表里的某一项。
错误消息:
Product: Microsoft SQL Server 2008 Setup Support Files -- Error 1402. Could not open key: UNKNOWN/Components/BE1FB738077DBE490AF18C3B9B1A1EE8/84b9c17023c712640acaf308593282f8. System error 5. Verify that you have sufficient access to that key, or contact your support personnel.
下面是解决方法:
1. 用REGEDIT打开注册表
2. 搜索错误消息中的注册表项,如84b9c17023c712640acaf308593282f8,发现无法访问。
3. 找到上一级注册表项BE1FB738077DBE490AF18C3B9B1A1EE8,右捷选择快捷菜单“权限”->“高级”,选择Administrator权限项,找到“replace all existing inheritable permissions on all decendants with inheritable permission from this object"选项,并勾上
4. 确定返回后,子注册表项就能访问了
5. 继续安装SQL SERVER