Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL2000 - Installation error

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-06-04 : 14:22:36
Phil writes "Running Win2k SP4 - When trying to install SQL2000 I get an error message that SQL was unable to be configured. Below are the last few lines of the sqlstp.log generated.

Starting Service ...

SQL_Latin1_General_CP1_CI_AS

-m -Q -T4022 -T3659

Connecting to Server ...

driver={sql server};server=FTWEETTTST01\TEST;UID=sa;PWD=;database=master

Specified driver could not be loaded due to system error 126 (sql server).

driver={sql server};server=FTWEETTTST01\TEST;UID=sa;PWD=;database=master

Specified driver could not be loaded due to system error 126 (sql server).

driver={sql server};server=FTWEETTTST01\TEST;UID=sa;PWD=;database=master

Specified driver could not be loaded due to system error 126 (sql server).

SQL Server configuration failed.

###############################################################################

11:42:04 Process Exit Code: (-1)
11:42:52 Setup failed to configure the server. Refer to the server error logs and C:\WINNT\sqlstp.log for more information.
11:42:52 Action CleanUpInstall:
11:42:52 C:\WINNT\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service SQLAgent$TEST
11:42:52 Process Exit Code: (1060) The specified service does not exist as an installed service.

11:42:52 C:\WINNT\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service MSSQL$TEST
11:42:52 Process Exit Code: (0)
11:42:52 StatsGenerate returned: 2
11:42:52 StatsGenerate (0x80000000,0x1,0xf00,0x400,1033,303,0x0,0x1,0,0,0
11:42:52 StatsGenerate -1,eevapps)
11:42:52 Installation Failed.


Any help is greatly appreciated.

Thanks, Phil"

mr_mist
Grunnio

1870 Posts

Posted - 2004-06-07 : 05:31:56
I don't know whether it is the same thing, but I had no end of problems installing SQL Server when SP4 was in place. Our workaround was to alter the build order of the servers so that SP4 was applied last. This may or may not be suitable in your case.

-------
Moo. :)
Go to Top of Page
   

- Advertisement -