all groups > sql server msde > november 2005 >
You're in the

sql server msde

group:

Install problem with msde sp4


Install problem with msde sp4 KMook
11/17/2005 6:18:06 AM
sql server msde:
When trying to upgrade msde 2000 sp3a named instance to sp4 with the
following parameters,

"setup /upgradesp sqlrun /i c:\msdesp4\wti.msi /settings
c:\msdesp4\setup.ini UPGRADEPWD=???? (actual admin password) /L*v
c:\msdesp4\msdelog.log"

where the setup.ini file contains,
SECURITYMODE=SQL, UPGRADEUSER=SYSADM, INSTANCENAME=DBSERVER,

the upgrade itself appears to run to completion, but then it generates an
error "Unable to run the script files". When I look at the .log and
sp1_serv_uni.out, it says the server is running in single user mode and so
another administrator can not connect. From what I can see the server was not
told to start up in single user mode. The upgrade itself appears to have
worked. When I connect and select @@version, it is reporting 2026, but I'm
quite sure my customers are not going to be pleased with the error message.
The server is on the local machine, as is the upgrade install.

Is there anything I can do programmatically to fix this? Thank you for any
help you can give me.

RE: Install problem with msde sp4 steve0117
1/17/2006 8:36:04 AM
I'm sure you fixed this by now but just in case here is the workaround that
worked for me;

workaround that might get you past this error is to stop SQL Server, and
start it again in single user mode. To do so, you can stop SQL Server using
the services applet in the control panel (or net stop from the command line),
then start SQL Server from the command line, as follows:

sqlservr.exe -c -m


[quoted text, click to view]
AddThis Social Bookmark Button