Hi,
I have an application that has installed MSDE 2000 SP3 using the
merge modules as part of the app. MSI install. I am trying to wrap
the merge modules for MSDE SP3a as an upgrade for that package.
The install goes through and finally aborts with an error. The
MSI log file has:
-------------------------
Running script :
-n -b -d master -SHOSTNAME -i "C:\Program Files\Microsoft SQL
Server\MSSQL\Install\upgrade.sql" -o "C:\Program Files\Microsoft SQL
Server\MSSQL\Install\upgrade.out" -E
Query execution failed
C:\Program Files\Microsoft SQL Server\MSSQL\Install\upgrade.sql
C:\Program Files\Microsoft SQL Server\MSSQL\Install\upgrade.out
Exit Code = 1
Failed on call to UpgradeMaster
MSSQLSERVER
Falied on call to UpgradeDatabases
--------------------------
The file upgrade.out has:
--------------------------
[Shared Memory]General network error. Check your network
documentation.
[Shared Memory]ConnectionRead (recv()).
--------------------------
Has anybody seen this problem before? Is there a workaround?
Thanks,
Venkat