Назад | Перейти на главную страницу

Установка SQL Server - ошибка установки MSI - не удалось подключиться к серверу. Ошибка: 0x80080005?

Не знаю почему, но сегодня я очень расстроен, мне всегда не удавалось установить какую-либо экспресс-версию SQL Server на свой ноутбук XP SP3:

2005 в 2008 Standard и Advanced 32 bit всегда будет терпеть неудачу со следующей ошибкой.

может кто-нибудь подсказать мне, что делать дальше, пожалуйста?

К вашему сведению: вот мой установщик Windows® версии MSI. В 4.5.6001.22159

TITLE: Microsoft SQL Server 2008 Setup
------------------------------

The following error has occurred:

SQL Server Setup has encountered an error when running a Windows Installer file.

Windows Installer error message: The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.

Windows Installer file: W:\SQL2008ENT\SW_DVD5_SQL_Svr_Enterprise_Edtn_2008_English_MLF_X14-89207\x86\setup\SqlSupport.msi
Windows Installer log file: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110411_103331\SqlSupport_Cpu32_1_ComponentUpdate.log

Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.

For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0x5D9A8C61

------------------------------
BUTTONS:
&Retry
Cancel
------------------------------

и вот содержимое файла журнала:

=== Verbose logging started: 11/04/2011  10:35:03  Build type: SHIP UNICODE 4.05.6001.00  Calling process: W:\SQL2008ENT\SW_DVD5_SQL_Svr_Enterprise_Edtn_2008_English_MLF_X14-89207\x86\setup100.exe ===
MSI (c) (44:A0) [10:35:03:798]: Resetting cached policy values
MSI (c) (44:A0) [10:35:03:798]: Machine policy value 'Debug' is 0
MSI (c) (44:A0) [10:35:03:798]: ******* RunEngine:
           ******* Product: W:\SQL2008ENT\SW_DVD5_SQL_Svr_Enterprise_Edtn_2008_English_MLF_X14-89207\x86\setup\SqlSupport.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (44:A0) [10:35:03:798]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (44:A0) [10:35:03:798]: Grabbed execution mutex.
MSI (c) (44:A0) [10:35:33:845]: Failed to connect to server. Error: 0x80080005

MSI (c) (44:A0) [10:35:33:845]: Failed to connect to server.
MSI (c) (44:A0) [10:35:33:845]: MainEngineThread is returning 1601
=== Verbose logging stopped: 11/04/2011  10:35:33 ===

Любая помощь будет принята с благодарностью.

Спасибо,

Альберт

ошибка 0x80080005 - CO_E_SERVER_EXEC_FAILURE, а начальное описание - «Невозможно получить доступ к службе установщика Windows».

Предположение: установщик SQL Server не смог установить связь со службой MSI для выполнения установки.

Я бы начал с получения последнего обновления WinXP MSI и запуска его (даже если не новой конфигурации), чтобы попытаться сбросить его конфигурацию (не только в качестве службы, но и в службах компонентов, т. Е. DCOM, также).

В противном случае вы, вероятно, ищете хотя бы ремонт, если не новую установку.

Я выполнил следующие шаги, и это работает:

Log on to your computer as an administrator.
Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, typemsiexec.exe /unregister, and then press ENTER.
Type msiexec /regserver, and then press ENTER.

Из: http://support.microsoft.com/kb/315353 (разрешающая способность) http://support.microsoft.com/kb/315346 (обходные пути)