Instalação do SQL Server - Erro de instalação do MSI - Falha ao conectar-se ao servidor. Erro: 0x80080005?

1

Eu não sei porque, mas estou muito frustrado hoje, eu sempre falhei em instalar qualquer tipo de edição expressa do SQL Server no meu laptop XP SP3:

2005 em 2008 Standard e Advanced 32 bits todos sempre falharão com o seguinte erro anexado.

alguém pode me sugerir o que fazer em seguida, por favor?

FYI: aqui está minha versão MSI do Windows ® Installer. V 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 Server0\Setup Bootstrap\Log110411_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
------------------------------

e aqui está o conteúdo do arquivo de log:

=== 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 ===

Qualquer tipo de ajuda seria muito apreciado.

Obrigado,

Albert

    
por Senior Systems Engineer 11.04.2011 / 03:23

2 respostas

1

O erro 0x80080005 é CO_E_SERVER_EXEC_FAILURE e a descrição inicial é "O serviço Windows Installer não pôde ser acessado".

Suposição: o instalador do SQL Server não pôde configurar a comunicação com o serviço MSI para executar a instalação.

Eu começaria obtendo a atualização mais recente do WinXP MSI e executando essa (mesmo que não uma nova configuração) para tentar redefinir sua configuração (não apenas como um serviço, mas também em Serviços de Componentes - por exemplo. DCOM - também). / p>

Caso contrário, você provavelmente está procurando pelo menos um reparo, se não for uma nova instalação.

    
por 12.04.2011 / 08:54
0

Eu segui os passos abaixo e funciona:

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.

De: link (resolução) link (soluções alternativas)

    
por 16.04.2011 / 08:15