I recently launched a Windows 2012 R2 server with SQL Server 2014 Web edition.
In the Microsoft Sql Server/120/Setup Bootstrap/Log folder it logs the following errors every hour in the Summary file
Setup completed with required actions for features.
Troubleshooting information for those features:
Next step for FullText: Use the following information to resolve the error, and then try the setup process again.
Next step for Replication: Use the following information to resolve the error, and then try the setup process again.
Next step for SQLEngine: Use the following information to resolve the error, and then try the setup process again.
Feature: Full-Text and Semantic Extractions for Search
Status: Failed: see logs for details
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, and then try the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x855E0002
Error description: Failed to start service MSSQLSERVER.
Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4213.0&EvtType=0x0DD63E55%400xDC80C325&EvtType=0x0DD63E55%400xDC80C325
Feature: SQL Server Replication
Status: Failed: see logs for details
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, and then try the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x855E0002
Error description: Failed to start service MSSQLSERVER.
Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4213.0&EvtType=0x0DD63E55%400xDC80C325&EvtType=0x0DD63E55%400xDC80C325
Feature: Database Engine Services
Status: Failed: see logs for details
Reason for failure: An error occurred during the setup process of the feature.
Next Step: Use the following information to resolve the error, and then try the setup process again.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x855E0002
Error description: Failed to start service MSSQLSERVER.
Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4213.0&EvtType=0x0DD63E55%400xDC80C325&EvtType=0x0DD63E55%400xDC80C325
The Detail.txt file has this:
(01) 2016-01-11 11:14:58 Slp: Error: Action "Microsoft.SqlServer.Configuration.ScoExtension.StopServiceAction" threw an exception during execution.(01) 2016-01-11 11:14:59 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: Failed to start service MSSQLSERVER. ---> Microsoft.SqlServer.Configuration.ScoExtension.ExecuteStopServiceFailedException: Failed to start service MSSQLSERVER. ---> Microsoft.SqlServer.Configuration.Sco.ScoException: A stop control has been sent to a service that other running services are dependent on.
(01) 2016-01-11 11:14:59 Slp: ---> System.ComponentModel.Win32Exception: A stop control has been sent to a service that other running services are dependent on.
As far as I can tell, SQL Server is running fine, but these errors consume a lot of space. We do not use replication or fulltext.
Where should I look to fix this problem?