Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 Description of the Microsoft Windows Registry
SYMPTOMS
When you try to install Microsoft SQL Server 2000 Desktop Engine (MSDE 2.0), the installation may fail and roll back.
To determine why the failure occurred, use the following command to generate a verbose log file. Look for a "Return Value 3" entry in the verbose log file.
setup.exe /L*v c:\msde_install.log
In the verbose log file, you may see error messages that are similar to the following:
Error message 1
Starting custom action InstallPerfMon
Registering performance counters from sqlctr.ini
PerfmonLoad routine returned error code 1010
Action ended 21:39:40: InstallFinalize. Return value 3.
Error message 2
Loading extended custom action library sqlcax.dll
Starting custom action InstallPerfMon
Registering performance counters from sqlctr.ini
PerfmonLoad routine returned error code 203
Action ended 21:55:14: InstallFinalize. Return value 3.
Error message 3
Starting custom action InstallPerfMon
Registering performance counters from sqlctr.ini
PerfmonLoad routine returned error code 6
Action ended 18:04:25: InstallFinalize. Return value 3.
Error code 1010, error code 203, and error code 6 are operating system errors. These error codes are some examples of possible error messages that you may receive.
To determine the message that is associated with an operating system error, run the following command at a command prompt:
NET HELPMSG error number
The error codes that are listed earlier have the following text associated with them:
|
1010 | The configuration registry key is invalid. |
203 | The system could not find the environment option that was entered. |
6 | The handle is invalid.
|
You receive these operating system error when you run the following command:
Lodctr.exe Sqlctr.iniREFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
296152
Application Center 2000 installation fails during MSDE installation