Given: Microsoft Windows Server 2012 R2 Standard x64 RU + Microsoft SQL Server 2016 RTM EE RU. During the installation, the following error occurs:

Mistake

Further it is visible that the following components were not established:

Installation Error

Ok, I look at how it is written in the Summary log file, but I don’t see anything that can push my understanding of the problem:

 Setup completed with required actions for features.  Next step for SQLEngine: Correct the error using the following information, remove the component, and then start the installation again.  Next step for DQ: Correct the error using the following information, remove the component, and then run the installation again.  Next step for FullText: Correct the error using the following information, remove the component, and then run the installation again.  Next step for AdvancedAnalytics: Correct the error using the following information, remove the component, and then run the installation again.  Next step for Replication: Correct the error using the following information, remove the component, and then run the installation again.  ....... Detailed results: Feature: Connection with client tools Status: Completed Feature: Client Tools SDK Status: Completed Feature: Database Engine Services Status: Error.  For more information, see the journal.  Reason for failure: An error occurred during the component installation process.  Next Step: Correct the error using the following information, remove the component, and then run the installation again.  Component name: Instances of DBMS kernel services SQL Server Component error code: 0x851A001A Error description: An error occurred while waiting for the DBMS kernel recovery descriptor.  For possible causes, see the SQL Server error log.  Feature: Data Quality Services Services Status: Error.  For more information, see the journal.  Reason for failure: An error occurred for one of the component dependencies that caused the installation to fail.  Next Step: Correct the error using the following information, remove the component, and then run the installation again.  Component name: Instances of DBMS kernel services SQL Server Component error code: 0x851A001A Error description: An error occurred while waiting for the DBMS kernel recovery descriptor.  For possible causes, see the SQL Server error log.  Feature: Full-text and semantic search Status: Error.  For more information, see the journal.  Reason for failure: An error occurred for one of the component dependencies that caused the installation to fail.  Next Step: Correct the error using the following information, remove the component, and then run the installation again.  Component name: Instances of DBMS kernel services SQL Server Component error code: 0x851A001A Error description: An error occurred while waiting for the DBMS kernel recovery descriptor.  For possible causes, see the SQL Server error log.  Feature: R Services (in database) Status: Error.  For more information, see the journal.  Reason for failure: An error occurred during the component installation process.  Next Step: Correct the error using the following information, remove the component, and then run the installation again.  Component name: R Services (in database) Component error code: 0x80131509 Error description: Cannot be found group with identity S-1-5-21-3440621758-1074549526-1447665842-1131.  Component name: Instances of DBMS kernel services SQL Server Component error code: 0x851A001A Error description: An error occurred while waiting for the DBMS kernel recovery descriptor.  For possible causes, see the SQL Server error log.  Feature: SQL Server Status Replication: Error.  For more information, see the journal.  Reason for failure: An error occurred for one of the component dependencies that caused the installation to fail.  Next Step: Correct the error using the following information, remove the component, and then run the installation again.  Component name: Instances of DBMS kernel services SQL Server Component error code: 0x851A001A Error description: An error occurred while waiting for the DBMS kernel recovery descriptor.  For possible causes, see the SQL Server error log.  Feature: SQL Status Browser: Completed Feature: Documentation Components Status: Completed Feature: SQL Status Writer Module: Completed Feature: Client Communication SQL Status: Completed Feature: SQL Client Communication Tools SDK: Completed Feature: Status Installer Support Files: Completed 

The question is why it is not installed and how to make it installed?

    1 answer 1

    Looks like no installation rights. Go to the server configuration screen, change the name of the Database Engine account to NT Authority \ Network Service and continue the installation, there should be no error.

    enter image description here

    • Thank you, it really works that way! The only thing that the account could not enter hands - it came to search through the search. But in the end everything works) - AeroSun