Share via


error 1053 the server did not respond to the start or control request in a timely fashion

Question

Friday, July 21, 2017 5:10 PM

hi everyone, i have problem and i want to help me to solve it, when i want to run oracle service OracleSercviceXE, display me error 
windows could not start the OracleSercviceXE on local computer
error 1053 the server did not respond to the start or control request in a timely fashion, i am tried all  solution for solve it but not 
please help me 

All replies (6)

Sunday, July 23, 2017 4:13 AM

Hello,

To fix service error 1053, see if this fix helps you:

https://www.kapilarya.com/the-service-did-not-respond-to-the-start-or-control-request-in-a-timely-fashion

Let us know if this helps, Good luck!

Microsoft MVP (Windows and Devices for IT)

Windows Insider MVP

Windows Help & Support [www.kapilarya.com]


Tuesday, July 25, 2017 6:27 AM | 3 votes

Try this solution:

Go to Start > Run > and type regedit

Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

With the control folder selected, right click in the pane on the right and select new DWORD Value

Name the new DWORD: ServicesPipeTimeout

Right-click ServicesPipeTimeout, and then click Modify

Click Decimal, type '180000', and then click OK

Restart the computer

Cause:

The Microsoft Windows Service Control Manager controls the state (i.e., started, stopped, paused, etc.) of all installed Windows services. By default, the Service Control Manager will wait 30,000 milliseconds (30 seconds) for a service to respond. However, certain configurations, technical restrictions, or performance issues may result in the service taking longer than 30 seconds to start and report ready to the Service Control Manager.

By editing or creating the ServicesPipeTimeout DWORD value, the Service Control Manager timeout period can be overridden, thereby giving the service more time to start up and report ready to the Service.

Reference case:

Reporting Server Error 1053: The service did not respond to the start or control request in a timely fashion

https://social.technet.microsoft.com/Forums/windows/en-US/b57ee42d-42ef-44a4-9670-be9088dbf9d4/reporting-server-error-1053-the-service-did-not-respond-to-the-start-or-control-request-in-a-timely?forum=sqlreportingservices

Good luck

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


Thursday, July 27, 2017 8:19 AM

Would you mind letting me know the update of the problem? If you need further assistance, feel free to let me know. I will be more than happy to be of assistance.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


Tuesday, April 10, 2018 8:49 AM

Hi I tried that solution and still get the same messagebox...any other thing I can try ??


Wednesday, July 11, 2018 10:53 PM | 1 vote

check dependencies for this service. You might be missing some DLLs which service needs.


Monday, September 10, 2018 6:30 PM

hello,

this is the solution that i needed. thank you