Details |
Product: | Windows Operating System |
ID: | 7001 |
Source: | Service Control Manager |
Version: | 5.0 |
Component: | System Event Log |
Symbolic Name: | EVENT_SERVICE_START_FAILED_II |
Message: | The %1 service depends on the %2 service which failed to start because of the following error:
%3 |
|
Explanation |
Some of the services controlled by Service Control Manager (SCM) depend on other services running successfully before they can operate. In this case, a required service was not running, which prevented the service that depended on it from starting.
|
|
User Action |
To troubleshoot the error:
- Review the error information displayed in the message.
- To display the WIN32_EXIT_CODE error that SCM encountered, at the command prompt, type
sc query service name
The information displayed can help you troubleshoot possible causes for the error.
|
|
|
Version: | 5.2 |
Symbolic Name: | EVENT_SERVICE_START_FAILED_II |
Message: | The %1 service depends on the %2 service which failed to start because of the following error:
%3 |
|
Explanation |
Some of the services controlled by Service Control Manager (SCM) depend on other services running successfully before they can operate. In this case, a required service was not running, which prevented the service that depended on it from starting.
|
|
User Action |
To determine why the required service did not start, do one or all of the following:
- Check Event Viewer for any related events that might contain more details.
- Review the error information displayed in the message.
- Verify that the service password is still valid.
- Verify that the service is in the correct location.
- Verify that the service is not infected with a virus.
- View the WIN32_EXIT_CODE error that SCM encountered when trying to start the program. To do this, at the command prompt, type
sc query service name
If the WIN32_EXIT_CODE is zero, then SCM did not attempt to start the service because the error was detected first.
|