Re: SP3 Invalid instance name
From: tmacg99@yahoo.com
Date: 01/29/03
- Next message: Ayad: "Where is MSDE2000 SP3???"
- Previous message: SQL Server Development Team [MSFT]: "Re: SQL Server 2000 SP3 Validation Error"
- In reply to: Barclay: "Re: SP3 Invalid instance name"
- Next in thread: linda deng[MSFT]: "Re: SP3 Invalid instance name"
- Reply: linda deng[MSFT]: "Re: SP3 Invalid instance name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: tmacg99@yahoo.com Date: 29 Jan 2003 13:22:30 -0800
Linda,
We are having issues running the SQL2KDeskSP3 upgrade. We are unable
to call the SqlRun01p.msp directly from a command line. If I use the
following command line:
E:\setup.exe BLANKSAPWD=1 /upgradesp E:\setup\SQLRun01p.msp(where E:
is the location of the MSDE folder)
we recieve the following error:
This installation package could not be opened. Verify that the
package exists and that you can access it, or conatct the application
vendor to verify that this is a valis Windows Installer package.
Any thoughts on why msp will not install?
> I am trying to upgrade an existing MSDE instance to SP3. This instance
> was created by Installshield so the Microsoft install refuses to
> recognize the instance. Any recomendations for what the best way is to
> upgrade this MSDE instance? Thanks!
>
> Barclay Schell
>
>
> lideng@online.microsoft.com (linda deng[MSFT]) wrote in message news:<1wsqMwpxCHA.3108@cpmsftngxa06>...
> > Hi James,
> >
> > The self-extracting file: SQL2KdeskSP3.exe (about 70MB) from the Microsoft
> > SQL Server Downloads Web site has included all of the files that are
> > required to install a new instance of Desktop Engine (.msi files), to
> > upgrade all existing instances of Desktop Engine (.msp files), as well as
> > to consume merge modules (.msm files) into applications. It means that all
> > the 16 MSI files and 16 MSP files have contained in this SQL2KDeskSP3.exe
> > file.
> >
> > The setup parameters are different from those parameters used when applying
> > MSDE SP2. For example, the parameter '/p' is replaced with a new parameter
> > '/upgradesp'. For more information on these parameters, please refer to the
> > section: '3.7 Install Desktop Engine SP3' in the readme (sp3readme.htm)
> > under the self-extracting folder.
> >
> > I have applied SP3 for a MSDE named instance (VSdotNet) installed with
> > VS.NET successfully on my test machine. Here is what I have done:
> >
> > 1). Extract this SQL2KDeskSP3.exe to the local folder, say C:\sql2kmsdesp3.
> > 2). Check all the 16 MSI files and 16 MSP files under the sub-folder
> > \Setup.
> > 3). Open a command prompt and change current directory to C:\sql2kmsdesp3.
> > 4). Run the following command: (Assume that you use Windows authentication
> > to run the setup program to apply SP3)
> >
> > setup.exe /upgradesp SQLRUN INSTANCENAME=VSdotNet /l*v C:\temp\MSDE_SP3.txt
> >
> > NOTE:
> > a. If the MSDE instance in your situation is not a named instance, but a
> > default one, please remove INSTANCENAME= parameter from the command above.
> > b. '/l*v' is helpful when troubleshooting an installation. It tells the
> > setup program to generate the verbose installation log file.
> >
> > c. Before running this command, please make sure that your sa password is
> > not a blank, because the setup program cannot proceed if a blank password
> > is detected, regardless of whether the MSDE instance is using Windows or
> > Mixed Mode authentication. There are two possible methods you can choose:
> > c-1. Before installation, please use sp_password to specify a non-blank
> > password for sa.
> > or
> > c-2. Add another setup parameter: BLANKSAPWD=1 into the command to override
> > the default behavior of the installer. For example,
> >
> > setup.exe /upgradesp SQLRUN INSTANCENAME=VSdotNet BLANKSAPWD=1 /l*v
> > C:\temp\MSDE_SP3.txt
> >
> > The use of blank passwords is strongly discouraged.
> >
> > d. You also can use the SQL Server authentication to apply SP3 for the MSDE
> > instance, if your MSDE instance supports this authentication mode. For
> > example,
> >
> > setup.exe /upgradesp SQLRUN INSTANCENAME=VSdotNet SECURITYMODE=SQL
> > UPGRADEUSER=sa UPGRADEPWD= sa_password /l*v C:\temp\MSDE_SP3.txt
> >
> > 5). The installation of the MSDE SP3 runs for a long time. Please be
> > patient with it.
> >
> > On my test machine, the setup program lasts about 30 minutes to finish
> > applying SP3 for MSDE. Especially the last step: the status bar reaches the
> > end and the time remaining is 0 seconds, it seems that the setup program
> > hangs. Please take it easy, the setup program actually is running some
> > script files at the back-end. From the Task Manager, we can see that the
> > process: sqlservr.exe is active.
> > Please apply SP3 on your MSDE instance after reviewing the information
> > above and the SP3 readme. If you still have the problem, please view the
> > installation log file: MSDE_SP3.txt generated during the process.
> >
> > Please let me know if you have any further questions or concerns.
> >
> > Sincerely,
> >
> > Linda Deng
> > Microsoft Corporation
> >
> > This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Ayad: "Where is MSDE2000 SP3???"
- Previous message: SQL Server Development Team [MSFT]: "Re: SQL Server 2000 SP3 Validation Error"
- In reply to: Barclay: "Re: SP3 Invalid instance name"
- Next in thread: linda deng[MSFT]: "Re: SP3 Invalid instance name"
- Reply: linda deng[MSFT]: "Re: SP3 Invalid instance name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|