SQL Server 2005 Express April CTP Fails from VSTS DVD
Also tried reinstalling it after VS but still fails with same error code.
Anyone else got this problem?
/Per Salmi
Also tried reinstalling it after VS but still fails with same error code.
Anyone else got this problem?
/Per Salmi
Make sure you install the Client Tools only first, and then in
the Configuration Manager, under SQL Native Client Configuration -> Client
Protocols, make sure that the Shared Memory protocol is enabled. On my
system, it seemed to be disabled by default and the SSE Setup could not
connect to the instance to do its configuration. Enabling Shared Memory on
the client config and then running the full setup again made things work for
me.
--Oren
I found out that the installation seems to be confused about where to find stuff by starting the service from the command prompt before clicking cancel on the install where it wants to start the installation rollback.
The error message from sqlservr.exe contains:
2005-04-20 21:02:00.73 spid4s Error: 17207, Severity: 16, State: 1. My system doesn't have and folder named D:\Program Files, the D: unit is the DVD...
2005-04-20 21:02:00.73 spid4s FCB:
pen: Operating system error 2(Det g?r i
nte att hitta filen.) occurred while creating or opening file 'D:\Program Files\
Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf'. Diagnose and c
orrect the operating system error, and retry the operation.
2005-04-20 21:02:00.76 spid4s Error: 17204, Severity: 16, State: 1.
2005-04-20 21:02:00.76 spid4s FCB:
pen failed: Could not open file D:\Prog
ram Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf for fi
le number 1. OS error: 2(Det g?r inte att hitta filen.).
I have searched the folder structure of the unpacked installation files in SQLExpress temporary directory for any reference to this D: thing without success...
/Per
Installation steps:
1. SQL 2005 (YUKON) CTP April 2005 WITHOUT Client Tools.
2. VS 2005 (April CTP - any Version) with SQL Express & Client Tools (default install)
3. From Settings => Add & Remove Programms - Remove the SQL Express Tools
4. Install the SQL 2005 (YUKON) CTP April 2005 Client Tools from the DVD.
It worked super here. No problems with either VS or SQL Server.
The smoothest install yet.
HTH
Alle
Any ideas?
Brian
I had the same problem installing VS Beta 2 on a new machine, where only Windows XP and Office was installed.
Finally, I managed to install SSE by starting the setup in vs\wcu\SSE. The standard setup fails with the same error. However, after I checked the "advanced options" in the page where you enter your name and company and changed the account for SSE to local machine and the login mode to mixed mode, SSE installed without any problems. I do not know if both changes are necessary.
Gerd
If you change the permissions from "network .." to "local service" the install works. Mixed mode authentification is not neccessary.
Gerd
Any solutions so far? Would be great...
markus
See this blog-link, there is a "removol tool", that did it for me. :-)
https://blogs.msdn.com/astebner/archive/2005/04/19/409905.aspx
2005-05-03 10:59:53.71 spid4s FCB:
pen: Operating system error 21(The device is not ready.) occurred while creating or opening file 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf'. Diagnose and correct the operating system error, and retry the operation.
My D: drive is a cd drive that had nothing to do with the installation or setup. I cannot find a registry setting to fix this path error.
1. Do you have an existing CTP or Beta 1 drop on your machine? If you do, please remove those first before installing SQL or VS.
2. Try to install SQL Express by itself from the \wcu\SSE folder using the following command line parameters:
-q /norebootchk /qn reboot=ReallySuppress addlocal=all instancename=MSSQLSERVER DISABLENETWORKPROTOCOLS=0 SCCCHECKLEVEL=IncompatibleComponents:1 SQLAUTOSTART=1 ERRORREPORTING=2 /watsongenman=SQL?.mft
(this is what VS passes in when it installs SSE).
I can't find the installer or the folder you mentioned to do a manual install.