You receive a "Win.com not found, unable to load Windows" error message after you install SQL Server 2000 Desktop Engine (287430)
The information in this article applies to:
- Microsoft Access 2002, when used with:
- the operating system: Microsoft Windows 98
- the operating system: Microsoft Windows 98 Second Edition
- the operating system: Microsoft Windows Millennium Edition
This article was previously published under Q287430 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
When you start a Microsoft Windows 98 or a Microsoft Windows Millennium (Me) computer after you have installed the Microsoft SQL Server 2000 Desktop Engine from the Microsoft Office XP CD1, you see the Windows splash screen, and then you are return to an MS-DOS prompt with the following error:
Cannot find WIN.COM, unable to continue loading Windows
NOTE: In some cases, you will be able to boot into Windows; however, some of your programs may report errors. Applications that typically use path statements in the Autoexec.bat file are those developed for MS-DOS and most virus protection applications.
CAUSE
The SQL Server 2000 Desktop Engine Setup program adds the following text to the SET PATH statement in the Autoexec.bat file:
SET PATH="C:\Program Files\Microsoft SQL Server\80\Tools\Binn\"
If Windows or another program relies on the SET PATH statement in Autoexec.bat to locate files, the modification made by the SQL Server 2000 Desktop Engine Setup will cause errors.
RESOLUTION
Edit the Autoexec.bat file to include the required paths. If you do not know the required path statements for your applications, you can check the documentation for the applications or, in most cases, you can reinstall the applications. You can also check for the existence of backup Autoexec.bat files by using Windows Explorer to browse to the root of drive C. Look for files that start with Autoexec, and open them with Notepad. Look for the line that starts "Path=" or "SET PATH=" (without quotation marks).
If you cannot boot into Windows, you will be booted to a command prompt. Follow these steps to edit the Autoexec.bat file from the MS-DOS command prompt. - At the C:\ prompt, type cd Windows\Command and then press ENTER.
- Type edit c:\autoexec.bat, and then press ENTER. This opens the Autoexec.bat file in a text editor.
- Modify the SET PATH line to include the required paths for your applications. For Windows and the SQL Server 2000 Desktop Engine, use the following statement:
SET PATH="C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Windows\;C:\Windows\Command\"
- Save and then close the Autoexec.bat file. If you do not have mouse support, you can press the ALT key to get to the menus. Then, use the ARROW keys to navigate the menus.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
When you try to start a program from the Run box without specifying a path, Windows searches the current folder for the executable file for the program. For example, click Run on the Start menu, and then type Notepad.exe. If Windows does not find the file in the current folder, it will search the folders specified in the path statement. For more information about this subject, search Windows Help on the search word "path."
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kbprb KbClientServer kberrmsg kbnofix KB287430 |
---|
|