PRB: Incorrect Registry Permissions Causes Problems with SetupID: Q180499
|
Improper registry permissions may cause problems with your SQL Server
installation. For example, you may encounter the following problems:
The network could not be successfully installed. An error occurred while reading the Windows NT registry.
These problems can be caused by improper registry permissions. For example,
in the case of the first symptom listed above, SQL Server Setup attempts to
update the registry and create the program icons during the end of setup.
If the registry is configured so that the Windows NT account that is
running the upgrade does not have adequate permission to change the SQL
registry keys at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer and
its subkeys, Setup will display the error and quit. In the case of the
second and third symptoms above, the inability to read the RPCNetLib
registry key is the root cause of the problem.
The following are several reasons why the registry may have additional
security:
To work around this problem, do the following:
WARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys And
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
You may find that the inner MSSQLServer key is unavailable.
setup /t RegistryRebuild = OnNOTE: The RegistryRebuild command above must be typed exactly as shown, including capitalization. A space on either side of the equal sign (=) is required.
For more information, see the following articles in the Microsoft Knowledge
Base:
Q157805 : BUG: RegistryRebuild Option of Setup Is Not Documented
Q152247 : INF: Backup Strategies and Tips Before Upgrading SQL Server
Q131012 : INF: Backup of Logins with Integrated and Mixed Security
Q164167 : INF: Troubleshooting SQL Security Manager Messages
Additional query words:
reg gray grey grayed greyed out dim dimmed
right rights setting settings admins
Keywords : SSrvInst
Version : WINNT:6.0 6.5
Platform : winnt
Issue type : kbprb
Last Reviewed: April 14, 1999