You receive an error message when you try to install Microsoft SQL Server 2000 Desktop Engine (287416)



The information in this article applies to:

  • Microsoft Access 2002

This article was previously published under Q287416
Novice: Requires knowledge of the user interface on single-user computers.

SYMPTOMS

When you try to install Microsoft SQL Server 2000 Desktop Engine on a computer that already has SQL Server 2000 Desktop Engine installed, you receive the following error message.
The installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
NOTE: The previous version of Microsoft SQL Server 2000 Desktop Engine was called Microsoft Data Engine (MSDE).

CAUSE

Setup tries to install a second instance of SQL 2000 Desktop Engine by using a package named sqlrun02.msi. However, this file does not exist because Office XP includes only one MSI file for SQL 2000 Desktop Engine.

RESOLUTION

You can either reinstall SQL 2000 Desktop Engine, or you can install another copy by using a named instance.

Reinstalling SQL 2000 Desktop Engine

If you want to reinstall SQL 2000 Desktop Engine, you can use a command line similar to the following. This example assumes that drive D is your CD-ROM drive.

D:\MSDE2000\setup.exe /f "D:\MSDE2000\Setup\sqlrun01.msi"

After the reinstallation is finished, note that the SQL Server Manager icon in the SysTray has been removed. To reload the SQL Server, restart the computer.

Installing Another Copy of SQL 2000 Desktop Engine

If you choose to install another copy of SQL 2000 Desktop Engine, you must specify an instance name. To do so, use a command line switch similar to the following:

D:\MSDE2000\setup.exe INSTANCENAME="<any name>"

You must use the full ServerName\Instance name when you want to connect to this instance of SQL Server.

NOTE: MDAC 2.6 must be installed on each computer that will use an instance name to connect to SQL Server.

For additional information about connecting to an instance of SQL Server 2000, click the article number below to view the article in the Microsoft Knowledge Base:

274383 Cannot Connect to Instance of SQL Server 2000

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

For more information about the different Setup options for SQL Server 2000 Desktop Engine, see the following topic in the MSDN online library:

Modification Type:MajorLast Reviewed:8/18/2004
Keywords:kbsetup kberrmsg kbprb KB287416