Installing a new SQL Server instance fails

Posted by Rubio on Server Fault See other posts from Server Fault or by Rubio
Published on 2010-05-04T12:16:14Z Indexed on 2010/05/04 12:18 UTC
Read the original article Hit count: 394

I've previously in my setup installed SQL Server Express 2005. Now I've switched to SQL Server Express 2008. I updated the command line parameters to those documented for the latter. If the comp already has SQL Server Express 2008 installed, my installer should create a new instance.

The command line parameters are as follows:

/ACTION=Install /FEATURES=SQLEngine /QS /INSTANCENAME=ABCD /SECURITYMODE=SQL /SAPWD=CunningPassword

The requested instance name does not exist on the target machine. This will end in an error -2068643838. The logs show the following error:

"No features were installed during the setup execution. The requested features may already be installed."

If I remove the /QS parameter and try to install interactively, I'll get as far as the Feature Selection page. The UI shows three options, Instance Features, Shared Features and Redistributable Features. Whatever I select, clicking Next results in the same error (There are validation errors on this page).

Any ideas anyone?

Thanks,

-- Rubio

© Server Fault or respective owner

Installing a new SQL Server instance fails

Posted by Rubio on Stack Overflow See other posts from Stack Overflow or by Rubio
Published on 2010-05-04T10:44:19Z Indexed on 2010/05/04 10:48 UTC
Read the original article Hit count: 394

I've previously in my setup installed SQL Server Express 2005. Now I've switched to SQL Server Express 2008. I updated the command line parameters to those documented for the latter. If the comp already has SQL Server Express 2008 installed, my installer should create a new instance.

The command line parameters are as follows:

/ACTION=Install /FEATURES=SQLEngine /QS /INSTANCENAME=ABCD /SECURITYMODE=SQL /SAPWD=CunningPassword

The requested instance name does not exist on the target machine. This will end in an error -2068643838. The logs show the following error:

"No features were installed during the setup execution. The requested features may already be installed."

If I remove the /QS parameter and try to install interactively, I'll get as far as the Feature Selection page. The UI shows three options, Instance Features, Shared Features and Redistributable Features. Whatever I select, clicking Next results in the same error (There are validation errors on this page).

Any ideas anyone?

Thanks,

-- Rubio

© Stack Overflow or respective owner

Related posts about sql-server-2008-express

Related posts about installation