unable to start SQL instance

Computer Gladiator 446 Reputation points
2020-12-17T20:56:06.667+00:00

Hello, we upgraded from SQL 2005 express to SQL 2014 Express. The existing database is working fine and is accessible. We needed to create another instance and we are able to complete the process but there were errors. I apologize but did not make note of them. We cannot start the services. Event log has the following errors.....
id 7024 -The SQL Server (ACE2014) service terminated with the following service-specific error:
Cannot find object or property.
id 17120 - SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
id 17826 - Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
id 17182 - TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property.
id 17190 - Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.

Any assistance appreciated. Thank you

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Computer Gladiator 446 Reputation points
    2020-12-19T20:01:32.12+00:00

    Hi, I did not notice that until now. This server originally has SQL 2005 express to run Microsoft RMS. last July we upgraded the 2005 SQL to 2014 SQL successfully and has been running fine ever since. We were installing the SQL 2014 64bit version and we cleaned up the 64 bit version. Attempted to install an instance with SQL 2014 x86 version and ran into the same problem except the error log was simpler. It stated to remove the "sql server database engine services instance features" with error 0x851a001a.
    I google the this error and the solution was to set the Database Engine account to the Local Service account during the install. This did not work for me after the instance was created. Once I change the account on my next attempt it worked for me. Surprised that the 64 bit version installed at all.
    Thanks for everyone's help.

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Computer Gladiator 446 Reputation points
    2020-12-18T01:02:33.467+00:00

    Update.... the error during instance install is Could not find database engine startup handle.


  2. Ben Miller (DBAduck) 966 Reputation points
    2020-12-18T03:03:32.347+00:00

    This sounds like something that happens when you disable TLS 1.0 and do not have the right updates installed for .NET Framework 3.5 SP1. Did you recently disable TLS 1.0?


  3. Erland Sommarskog 121.5K Reputation points MVP Volunteer Moderator
    2020-12-18T22:14:19.1+00:00

    I have seen this error with paths that starts with E:, but I have never fully understand them. But they seem to relate to the machine where the Setup was built and some path replacement has for some reason not occurred.

    But one thing struck my eyes: the path as x86 in it. Are you absolutely sure that you want install 32-bit SQL Server? SQL 2014 was the last version to support 32-bit, but from SQL 2012, the normal thing has been to install the 64-bit version.

    0 comments No comments

  4. Raymond Wei 1 Reputation point
    2021-02-12T02:23:08.79+00:00

    we have SQL error problem. it happened our online CRM production instance only.

    I was who may face the same difficulty.

    Thanks,

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.