Problem description
============
SQL Server 2000 installation failed
Troubleshooting
============
The following error message exists in sqlstp. log:
================
17:02:11 end action: updatesystempath
17:02:12 C:/program files/Microsoft SQL Server/80/tools/binn/cnfgsvr.exe-F "C:/Windows/sqlstp. log "-I MSSQLServer-V 1-M 0-Q" SQL _latin1_general_cp1_ci_as "-H 721788-U sa-P
17:02:12 process exit codes: (193)
17:02:23 setup failed to configure the server. Refer to the server error logs and C:/Windows/sqlstp. log for more information.
17:02:23 action cleanupinstall:
17:02:23 C:/docume ~ 1/admini ~ 1/locals ~ 1/temp/sqlsetup/bin/scm.exe-silent 1-Action 4-service SQLServerAgent
17:02:23 process exit code: (1060) the specified service does not exist as an installed Service.
17:02:23 C:/docume ~ 1/admini ~ 1/locals ~ 1/temp/sqlsetup/bin/scm.exe-silent 1-Action 4-service MSSQLServer
17:02:23 process exit code: (0)
17:02:23 statsgenerate returned: 2
17:02:23 statsgenerate (0x1, 0xf00, 0 x, 1033, 303,0 X, 0, 0, 0
17:02:23 statsgenerate-1, Administrator)
17:02:23 Installation failed.
Error 193 may occur for the following two reasons:
1. during installation, the set SQL Server Service Startup account does not have sufficient permissions (for example, if a domain account is set and this account is not in the administrators) or even though the local system account is used, however, the local system account does not have the Administrator permission.
2. The system has been infected with viruses, leading to file unavailability or permission damage.
The reason confirmed by the user is: 2. The system has been infected with viruses, resulting in files not being written or permission issues being damaged.
To avoid other unexpected problems after installation, we strongly recommend that you reinstall the operating system and then reinstall SQL server. This is the simplest and easiest solution, it does not pose a hidden danger to future work.
Solution
============
1. reinstall the Operating System
2. reinstall SQL Server 2000