Re: Service pack MSDE problem
From: SQL Server Development Team [MSFT] (sqldev@microsoft.com)
Date: 01/30/03
- Next message: SQL Server Development Team [MSFT]: "Re: Two Versions of SQL Server 2000, Service Pack 3"
- Previous message: SQL Server Development Team [MSFT]: "Re: Post SP3 Enterprise Manage Problem"
- In reply to: Pupo: "Service pack MSDE problem"
- Next in thread: ang: "Re: Service pack MSDE problem"
- Reply: ang: "Re: Service pack MSDE problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "SQL Server Development Team [MSFT]" <sqldev@microsoft.com> Date: Thu, 30 Jan 2003 10:53:41 -0800
Hi Pupo,
You may be running the SP install on computer that does not have a default
instance and did not specify an instance name. Hence setup tried to find the
default instance and fails with the "Instance name invalid" error message.
Also, there could be a typo if you did specify an instance using the
INSTANCENAME= command.
To find the instances you are running:
Right click on My Computer.
Select Manage
Double click on Services and Applications
Double click Services.
Default instances of either SQL Server 2000 or MSDE 2000 will be listed as a
service named MSSQLSERVER. Named instances will be listed as services named
MSSQL$instancename.
Here is some more information also:
Where is the documentation for installing Service Pack 3 on an instance of
MSDE 2000?
The installation is documented in the service pack readme file. Most of the
information related to installing Service Pack 3 on MSDE 2000 is in section
3.7. The English version of the readme is available on this Web page:
http://www.microsoft.com/sql/downloads/2000/SP3readme.htm
The readme files for other languages are in the service pack download.
Af.ter downloading and extracting the Service Pack 3 files, the readme is
available as the file SP3Readme.htm at the root of the extracted files.
How do I upgrade an existing instance of MSDE 2000 to SP3?
Execute the file setup.exe in the MSDE folder extracted from the Service
Pack 3 download. Do not attempt to start setup by clicking on or otherwise
invoking the .msi files in the /msi subfolder or the .msm files in the /msm
subfolder.
A typical syntax for executing setup is:
setup.exe /upgradesp sqlrun instancename=<> securitymode=sql upgradeuser=<>
upgradepwd=<> /l*v <log file>
1.. Use instancename only if named instance, if default remove this
parameter.
2.. Use upgradeuser and upgradepwd if your sapwd is set to not null, or if
you want to use another admin on your machine, otherwise you can replace
this with blanksapwd=1
3.. Create a log file so that you can easily evaluate if upgrade was
successful or see if there are errors
Sometimes you must also use the /upgradesp switch to specify which of the 16
.msi files for MSDE were used to install the instance of MSDE 2000. This
Microsoft Knowledge Base Article tells you how to determine which .msi file
to specify:
http://support.microsoft.com/default.aspx?scid=kb;en-us;311762
Thanks,
Dave Nettleton
-- SQL Server Development Team This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm. "Pupo" <123star@libero.it> wrote in message news:e6nVRXFyCHA.2296@TK2MSFTNGP10... > Hi > I installed SQL SP3 with no problem, now i try to install SQL2KDeskSP3.exe > and when i start setup after few seconds appears a prompt with "The istance > name specified is invalid", i controlled with microsoft documents and i have > desktop engine installed. > Can help me to resolve this problem? > Thank Pupo > >
- Next message: SQL Server Development Team [MSFT]: "Re: Two Versions of SQL Server 2000, Service Pack 3"
- Previous message: SQL Server Development Team [MSFT]: "Re: Post SP3 Enterprise Manage Problem"
- In reply to: Pupo: "Service pack MSDE problem"
- Next in thread: ang: "Re: Service pack MSDE problem"
- Reply: ang: "Re: Service pack MSDE problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|