Groups | Blog | Home
all groups > sql server msde > october 2006 >

sql server msde : SQL2KSP4



Spike
10/17/2006 6:11:01 AM
Hi,

I'm trying to upgrade my default instance of MSDE (verified with SELECT
SERVERPROPERTY('Edition') ) with SQL2kSP4 using the following:

setup /upgradesp sqlrun /L*v c:\MyLog.log

I've tried specifying the instanceName(MSSQLSERVER) and AdminUser/Password
combination but whateverr I do I get:

"This product is not installed. Check if the an appropriate instance of
MSDE is installed".

Can anyone point out where I'm going wrong....

cheers

Spike
10/17/2006 8:27:02 AM
I've tried specifying the instance name MSSQLSERVER (because it is the
default instance) but I still get this message....

[quoted text, click to view]
Andrea Montanari
10/17/2006 5:00:00 PM
hi Spike,
[quoted text, click to view]

if the "original" instance of MSDE you are trying ot upgrade is the
"default" instance, you should get the job done via the standard
c:\..\>setup.exe /upgradesp SQLRUN <further_params_if_required> /L*c
"c:\mylog.txt"
where named instances require the additional INSTANCENAME=xx parameter like
c:\..\>setup.exe /upgradesp SQLRUN INSTANCENAME=the_instance_name
<further_params_if_required> /L*c "c:\mylog.txt"

personally I usually provide additional parms as well, like
c:\..\>setup.exe /upgradesp SQLRUN INSTANCENAME=the_instance_name
SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 REINSTALL=ALL UPGRADEUSER=user
UPGRADEPWD=pwd /L*c "c:\mylog.txt"
as required/desired..
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.20.0 - DbaMgr ver 0.64.0 and further SQL Tools
--------- remove DMO to reply

Andrea Montanari
10/19/2006 12:00:00 AM
hi Spike,
[quoted text, click to view]

you should omit the INSTANCENAME=MSSQLSERVER parameter as default instances
upgrade do not require it..
just for convenience, I tried (again) on a clear Win2k pro sp4 virtual
machine..
I first installed MSDERelA, a default instance via
c:\MSDERelA\>setup.exe SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD=xxx
/L*v "C:\Msde3.txt"

rebooted and upgraded via
c:\SQL2KSP4\MSDE\>setup.exe /upgradesp SQLRUN SECURITYMODE=SQL
DISABLENETWORKPROTOCOLS=0 UPGRADEUSER=sa UPGRADEPWD=xxx /L*v "C:\Msde4.txt"

and it worked as expected..
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.20.0 - DbaMgr ver 0.64.0 and further SQL Tools
--------- remove DMO to reply

Andrew D. Newbould
10/21/2006 3:22:34 AM
In message <4pp052Fjp945U1@individual.net>, Andrea Montanari
<andrea.sqlDMO@virgilio.it> writes
[quoted text, click to view]

--
Andrew D. Newbould E-Mail: newsgroups@NOzadSPAMsoft.com

AddThis Social Bookmark Button