hi Keith,
[quoted text, click to view] Keith G Hicks wrote:
> Thanks Andrea but I'm not trying to upgrade the MICROSOFTSMLBIZ
> instance. I don't care about that instance at all. What I need to do
> is to upgrade the one that I installed that does not have an instance
> name (or rather that I didn't give an instance name when I installed
> it).
to "upgrade" a default instance, installed like
c:\MSDERelA\>setup.exe SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD=xxx
/L*v "C:\Msde3.txt"
you only need something like
c:\SQL2KSP4\MSDE\>setup.exe /upgradesp SQLRUN SECURITYMODE=SQL
DISABLENETWORKPROTOCOLS=0 UPGRADEUSER=sa UPGRADEPWD=xxx /L*v "C:\Msde4.txt"
[quoted text, click to view] > Can each instance be updated independent of the others? Are they
> totally separate installations?
yes, they are totally separated as regard binaries and registry entries..
you can have up to 16 instances per machine at different service pack
level..
only the common "shared" components (ie: SQL-DMO dependencies and the like)
will be at the higher installed service pack..
[quoted text, click to view] > Here's the last part of the upgrade log:
>
> === Logging stopped: 10/18/2006 13:51:24 ===
> MSI (c) (3C:9C) [13:51:24:515]: Note: 1: 1729
> MSI (c) (3C:9C) [13:51:24:515]: Product: Microsoft SQL Server Desktop
> Engine -- Configuration failed.
>
> MSI (c) (3C:9C) [13:51:24:515]: Grabbed execution mutex.
> MSI (c) (3C:9C) [13:51:24:515]: Cleaning up uninstalled install
> packages, if any exist
> MSI (c) (3C:9C) [13:51:24:515]: MainEngineThread is returning 1603
> === Verbose logging stopped: 10/18/2006 13:51:24 ===
>
> Rather than posting the entire log, what in there would help someone
> see what's wrong?
> MSI (c) (3C:9C) [13:51:24:515]: Product: Microsoft SQL Server Desktop
> Engine -- Configuration failed.
installation failed...
look for
RETURN VALUE 3
entries... about 10 lines before each entry some description of the problem
will be reported..
[quoted text, click to view] > I guess the other thing I'm wondering is when you install an un-named
> instance of MSDE where a named instance already exists, does the
> installation give it a name? or is it still just "local" or the
> machine name?
if you do not provide an instance name, a default instance will be
installed... it's name will then be "." or "(Local)" for local connections
and ComputerName for remote ones..
if you install a named instance, it's name will be ".\InstanceName" or
"(Local)\InstanceName" for local connections and ComputerName\InstanceName
for remote ones..
[quoted text, click to view] > Maybe the best solution at this point is to unistall my unnamed
> instance and reinstall it with a name?
not required.. just try understand what's the matter..
--
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