OK, I've tried it twice and failed both times, but I can't figure out why. It seems to go through the whole process of installing successfully, then when it tries to start the database it fails, and then seems to uninstall itself. If someone can decipher these error logs better than I can, and tell me where I'm going wrong I would appreciate it. I tried once letting it install as the Local System account, and once with Administrator's credentials, but neither worked.
Also, in the process of Google-ing the SBS2k, SQL2k, and WSUS newsgroups, I found several accounts of successfully installing MSDE instance on SBS2k with SQL already installed, would it be easier to take that route to enable WSUS as to install another instance of the full SQL2k?
Thanks for any help anyone can provide
Dave
The MSSQL$WSUS\LOG\ERRORLOG ends with :
2006-04-16 23:52:34.98 server SQL Server is ready for client connections 2006-04-16 23:52:35.14 spid5 Starting up database 'tempdb'. 2006-04-16 23:52:35.21 spid3 Recovery complete. 2006-04-16 23:52:35.25 spid3 Warning: override, autoexec procedures skipped. 2006-04-16 23:54:18.81 spid3 SQL Server is terminating due to 'stop' request from Service Control Manager.
and the WINNT\sqlstp.log ends with (sorry about taking up so much space, but I'm not sure how much of the info is relevant.)
###############################################################################
Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=DUDE\WSUS;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]SSL Security error
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]ConnectionOpen (SECDoClientHandshake()).
driver={sql server};server=DUDE\WSUS;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]SSL Security error
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]ConnectionOpen (SECDoClientHandshake()).
driver={sql server};server=DUDE\WSUS;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]SSL Security error
[Microsoft][ODBC SQL Server Driver][DBMSLPCN]ConnectionOpen (SECDoClientHandshake()).
SQL Server configuration failed.
###############################################################################
23:54:33 Process Exit Code: (-1) 23:54:41 Setup failed to configure the server. Refer to the server error logs and C:\WINNT\sqlstp.log for more information. 23:54:44 Action CleanUpInstall: 23:54:44 C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service SQLAgent$WSUS 23:54:44 Process Exit Code: (1060) The specified service does not exist as an installed service.
23:54:44 C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service MSSQL$WSUS 23:54:44 Process Exit Code: (0) 23:54:44 StatsGenerate returned: -1 23:54:44 StatsGenerate (0x88008225,0x1,0xf000,0x400,1033,303,0x0,0x1,0,0,0 23:54:44 StatsGenerate -1,administrator) 23:54:44 Installation Failed.
|