Microsoft SQL Server 2005 -- Error 29515 -
11-27-2005
, 06:06 AM
I would like to install Microsoft SQL Server 2005 to Windows 2003 Server,
Enterprise Edition SP1. However, I have got the following error in the event
log,
Product: Microsoft SQL Server 2005 -- Error 29515. SQL Server Setup could
not connect to the database service for server configuration. The error was:
[Microsoft][SQL Native Client]Shared Memory Provider: Timeout error [258].
Refer to server error logs and setup logs for more information. For details
on how to view setup logs, see "How to View Setup Log Files" in SQL Server
Books Online.
I have checked the sql setup log and the following error shown,
SQL_ERROR (-1) in OdbcConnection::connect
sqlstate=08001, level=-1, state=-1, native_error=258, msg=[Microsoft][SQL
Native Client]Shared Memory Provider: Timeout error [258].
sqlstate=HYT00, level=-1, state=-1, native_error=0, msg=[Microsoft][SQL
Native Client]Login timeout expired
sqlstate=08001, level=-1, state=-1, native_error=258, msg=[Microsoft][SQL
Native Client]Unable to complete login process due to delay in login response
Error Code: 0x80070102 (258)
Windows Error Text: The wait operation timed out.
Source File Name: lib\odbc_connection.cpp
Compiler Timestamp: Fri Jul 29 01:13:53 2005
Function Name: OdbcConnection::connect@connect
Source Line Number: 148
---- Context -----------------------------------------------
Connecting to SQL Server
ExecuteSqlCommands
Originial error was 80070102 (258)
cript
SqlScriptHlpr
Error Code: 258
MSI (s) (B0!DC) [19:48:49:375]: Product: Microsoft SQL Server 2005 -- Error
29515. SQL Server Setup could not connect to the database service for server
configuration. The error was: [Microsoft][SQL Native Client]Shared Memory
Provider: Timeout error [258]. Refer to server error logs and setup logs for
more information. For details on how to view setup logs, see "How to View
Setup Log Files" in SQL Server Books Online.
Error 29515. SQL Server Setup could not connect to the database service for
server configuration. The error was: [Microsoft][SQL Native Client]Shared
Memory Provider: Timeout error [258]. Refer to server error logs and setup
logs for more information. For details on how to view setup logs, see "How to
View Setup Log Files" in SQL Server Books Online.
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='0'>
Doing Action: Do_sqlScript
PerfTime Start: Do_sqlScript : Sun Nov 27 19:48:49 2005
Service MSSQLSERVER with parameters '-m SqlSetup -Q
-qChinese_Taiwan_Stroke_CI_AS -T4022 -T3659 -T3610 -T4010' is being started
at Sun Nov 27 19:48:49 2005
Attempt to start service when it is already running
SQL service MSSQLSERVER started successfully waiting for SQL service to
accept client connections
Service MSSQLSERVER started at Sun Nov 27 19:48:49 2005
Loaded DLL:
C:\WINDOWS\system32\Odbc32.dll
Version:
3.526.1830.0
Please advise how to fix the problem.
Thanks,
leevin |