cancel
Showing results for 
Search instead for 
Did you mean: 

SQl Server service failed to start error 1053

0 Kudos

Hi All

During installing MS SQL server 2005 ,i am getting the error like

Could not start SQL server Service.

When trying to start the service manually ,getting error like service could nto start in a timely fashion.

We are using Windows 2003 SP2 with 12 CPUs .

This is a domaininstallation ,the accounts are present ,but when tried with local installation also ,got the same error.

Is this article is of any use

http://support.microsoft.com/kb/954835

Does there any issue with Win 2003 SP2 and SQL Server domain installationwiht named instance.

Pls let me know if you have any suggestions.

Regards

Ajay

Accepted Solutions (0)

Answers (6)

Answers (6)

0 Kudos

This will resolve the issue.

http://support.microsoft.com/kb/954835

Regards

Ajay

0 Kudos

Will try starting the service using the SQL ConfigurationManager.

Regards

Ajay

0 Kudos

Hi Rohit

I have done it already ,it didn't helped.

Any other suggestions.

Regards

Ajay

Former Member
0 Kudos

did you try to start the services through SQL configuration Manager?

if not try

Also have you rebooted the system after the instllation of SQL

Rohit

Former Member
0 Kudos

Hi Ajay

try this:

1.Click Start, click Run, type regedit, and then click OK.

2.Locate and then click the following registry subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

3.In the right pane, locate the ServicesPipeTimeout entry.

Note If the ServicesPipeTimeout entry does not exist, you must create it. To do this, follow these steps:

a. On the Edit menu, point to New, and then click DWORD Value.

b. Type ServicesPipeTimeout, and then press ENTER.

4.Right-click ServicesPipeTimeout, and then click Modify.

5.Click Decimal, type 60000, and then click OK.

This value represents the time in milliseconds before a service times out.

6.Restart the computer.

Let me know if it helps

Rohit

0 Kudos

The error code is 1053 when starting the service manually.

The event id is 7000 and 7009 in the event viewer .

Pls suggest what could be the reason for this??

Regards

Ajay

Former Member
0 Kudos

Hello

you have not specified what is the error code that is coming when you are trying to start the service

Rohit