July 12, 2010 at 2:21 am
Hi Im trying to install Sql Server 2000 on My Laptop in which operating system is Windows XP Sp2 -Professional Edition. I'm unable to install as setup is failing.
The Error i'm getting is as follows: SETUP FAILED TO CONFIGURE THE SERVER .Refer to Server Error Logs and C:\Windows\sqlstp.log for more Information.
The Log file Last 10 lines are followed
13:23:13 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 131940 -U sa -P
###############################################################################
Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=HITESH;UID=sa;PWD=;database=master
Specified driver could not be loaded due to system error 126 (sql server).
driver={sql server};server=HITESH;UID=sa;PWD=;database=master
Specified driver could not be loaded due to system error 126 (sql server).
driver={sql server};server=HITESH;UID=sa;PWD=;database=master
Specified driver could not be loaded due to system error 126 (sql server).
SQL Server configuration failed.
###############################################################################
13:23:39 Process Exit Code: (-1)
13:23:44 Setup failed to configure the server. Refer to the server error logs and C:\WINDOWS\sqlstp.log for more information.
13:23:44 Action CleanUpInstall:
13:23:44 C:\WINDOWS\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service SQLSERVERAGENT
13:23:44 Process Exit Code: (1060) The specified service does not exist as an installed service.
13:23:44 C:\WINDOWS\TEMP\SqlSetup\Bin\scm.exe -Silent 1 -Action 4 -Service MSSQLSERVER
13:23:44 Process Exit Code: (0)
13:23:44 StatsGenerate returned: 2
13:23:44 StatsGenerate (0x0,0x1,0xf000000,0x200,1033,303,0x0,0x1,0,0,0
13:23:44 StatsGenerate -1,Kanna)
13:23:44 Installation Failed.
July 22, 2010 at 2:20 pm
Check if sqlsrv32.dll is missing. You may find this post[/url] useful.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 9, 2010 at 11:18 pm
PLs Change you System name (host name) and try it will work.
December 9, 2010 at 11:31 pm
elango_chn (12/9/2010)
PLs Change you System name (host name) and try it will work.
This is applicable when the System Name is in Lower case. In that case the error message will be something like "[Microsoft][ODBC SQL Server Driver][DBMSLPCN]General network error. Check your network documentation".
Here the system name is already in UPPER case, hence changing the system name will not have any impact. The error message reads "specified module could not be loaded".
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply