2014-01-09 16:41 1687 people read comments (1) favorite reports Classification:database
(1)
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
sqlserver2005 Reinstall (Installation assembly error, Setup cannot connect to database service for service configuration)
Here I write my personal experience, reduce the time of the younger generation, if good, remember to give me praise Oh! This day I unloaded, Loaded n times (on the company's 2003server server)
First I installed the SERVER2005,CD1,CD2 two image files, this file how to open it is not here to say more;
This is the problem you did not uninstall, you go to remove the installer inside the uninstall, there are several problems, you have uninstalled
Speak
Here is your own computer system problem, may Microsoft's assembly version problem, is Microsoft comes with MSXML This installer problem, you go to Microsoft official download http://www.microsoft.com/zh-cn/download/ details.aspx?id=6276 this down and install it is OK. The latest version of the better, I just said when the version is low, and then again a
This is the last step of my card.
SQL Server Setup was unable to connect to the database service for server configuration. The error is: [microsoft][sql Native client] clients do not support encryption.
For more information, see Server error logs and installation logs. For more information about how to view the installation log, see "How to View Setup log Files" in SQL Server Books Online.
This can cause the SQL Server Database Services installation to fail and not be reinstalled.
Solution:
In the installation and uninstallation program, the SQL Native client is uninstalled and reinstalled.
Reason:
Different versions of native Client are created.
Deep reason: Microsoft deliberately for it!
Direct cause: The SQLSERVER2005 Express version of the native client will cause this problem if it is the first installation of the Native Client client on the system, and will cause problems with the performance counter self-test.
General method: Install, uninstall, install, uninstall ... Other versions of the native client are not resolved.
Correct method: Uninstall the native Client, regardless of the previous installation, uninstall, installation, uninstall ... Other versions of the native Client, enter the system's system32 directory and delete the "Sqlncli.dll, Sqlnclir.rll" file. Then the sqlserver2005 installation can be!
sqlserver2005 Reinstall (Installation assembly error, Setup cannot connect to database service for service configuration)