August 17, 2010 at 8:05 am
I'm attempting to install SQL Server 2005 Standard Edition on a Windows Server 2003 SP1 DL385 server.
I'm creating a named instance, using Local System as the Service account, and using mixed mode as the authentication mode. I'm also specifying Latin1_General as the collation.
The installation runs until it attempts to start the sql server service (n.b. it tries to start this service even if I have the box to start the service at the end of the installation unticked). When it attempts to start the service it returns the following error in the log file:
Running: ReportChainingResults at: 2010/7/17 11:30:56
Error: Action "ReportChainingResults" threw an exception during execution.
One or more packages failed to install. Refer to logs for error details. : 1053
Error Code: 0x8007041d (1053)
Windows Error Text: The service did not respond to the start or control request in a timely fashion.
Source File Name: sqlchaining\sqlchainingactions.cpp
Compiler Timestamp: Thu Sep 1 22:23:05 2005
Function Name: sqls::ReportChainingResults::perform
Source Line Number: 3097
It will allow me to retry starting the service any number of times but the result is always the same.
I have done very similar installations on 3 other servers over the past 4 years configuring the server in exactly the same way and have never encountered this issue.
Is there anything at the windows level that may not be configured correctly for installing SQL Server 2005?
Has anyone ever seen this / know of a resolution?
Many thanks,
Adam
August 17, 2010 at 8:19 am
are you configuring the correct account for sevices to run.
Also just check either the service name its creating is having default name or having the instancename as well.
Jut check in win--run--services.msc, if there is already some sql service exists?
----------
Ashish
August 17, 2010 at 12:05 pm
are there any errors in the Windows event log?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply