Re: SP3 Invalid instance name

From: Justin Hall (jwhall@one.net)
Date: 01/28/03


From: jwhall@one.net (Justin Hall)
Date: 28 Jan 2003 08:22:34 -0800


Linda,

Maybe you can answer this question for me. You mentioned below:

> 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)

Now that we've recovered from the worm, I'm trying to patch MSDE2000,
as my company distributes it with an application, and I don't want to
send out a vulnerable version. But I'm trying to patch the original
MSI file, and it doesn't appear to be doing what I'd expect. I'm
using:

msiexec /p sqlrun01p.msp /a sqlrun01.msi

where sqlrun01.msi is the MSI we'd been distributing in our installer
package. it doesn't modify the original MSI, though, it just dumps a
bunch of subdirectories in the directory where the MSI file is.

What i'm wondering is, can i take the sqlrun01.msi and sqlrun.cab that
are distributed w/SP3, replace the same files in my original RTM
MSDE2000 install, package and distribute that? Do i need to
replace/add the other files too (the windows installer 2.0 files, the
setup.exe file, the sqlresld.dll file, etc)?

Thanks for the help.

Regards,

Justin Hall

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.



Relevant Pages

  • RE: SP3 Invalid instance name
    ... '3.7 Install Desktop Engine SP3' in the readme ... >I have applied SP3 for a MSDE named instance ... >to run the setup program to apply SP3) ... >setup program to generate the verbose installation log ...
    (microsoft.public.sqlserver.security)
  • RE: SP3 Invalid instance name
    ... MSDE SP2. ... '3.7 Install Desktop Engine SP3' in the readme ... setup program to generate the verbose installation log file. ...
    (microsoft.public.sqlserver.security)
  • Re: Semnt.dll version after new instance installed
    ... > of the MSDE to SP3, ... Server and not MSDE being already installed at 8.0.194 build, ... if some client tool from the origianal SQL Server installation, ... parameter to upgrade a named instance, where this parameter is not required ...
    (microsoft.public.sqlserver.msde)
  • Re: SP3 Invalid instance name
    ... I am trying to upgrade an existing MSDE instance to SP3. ... > setup program to generate the verbose installation log file. ...
    (microsoft.public.sqlserver.security)
  • Re: Anfaenger Problem mit msde
    ... > Nach etwas gefummel klappte auch die Installation einschliesslich SP3. ... Die MSDE 2000 ab SP3 wird im Standard ohne Netzwerk-Unterstützung ...
    (microsoft.public.de.sqlserver)