Background:
The Network Group's colleagues installed anti-virus software on the server and modified the password of the administrator account. After restarting the computer, reproting services could not be started.
The following error occurs:
1. Report Server webpage Display Error
System. invalidoperationexception: the service reportserver on the computer "" cannot be started. ---> System. componentmodel. win32exception: the service does not respond to the startup or control request in time.
--- End of the internal exception stack trace --- in system. serviceprocess. servicecontroller. start (string [] ARGs) in system. serviceprocess. servicecontroller. start () in reportservicesconfigui. panels. serverinformationpanel. startstopservicetask (Boolean start)
2. The error message in SSRS is as follows:
Error 1053: the service did not respond to the start or control request in time
3. server operating system logs:
1. Wait for the connection timeout (30000 milliseconds) for the SQL Server Reporting Services (MSSQLServer) service ).
2. Due to the following error, the SQL Server Reporting Services (MSSQLServer) Service failed to start: the service did not respond to the request for starting or controlling the service in time.
Solution:
This problem is usually caused by Incorrect timeout settings. To solve this problem, follow these steps:
1. Click Start, click Run, type regedit, and click OK ".
2. Locate and click the following registry subitem:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control
3. In the right pane, find servicespipetimeout entry. Note. If the servicespipetimeout entry does not exist, you must create it. To do this, follow these steps:
I. On the editing menu, point to "new" and click the DWORD Value.
Ii. Type servicespipetimeout and press Enter.
4. Right-click servicespipetimeout and click Modify ".
5. Click decimal, type 60000, and then click OK ". This value is displayed in milliseconds before the service times out.
6. restart the computer.
Http://social.msdn.microsoft.com/Forums/zh-CN/sqlserverzhchs/thread/74390a61-9111-4bf9-80af-0bff200595ed/