When you have completed the initial installation of SharePoint Server 2016 IT Preview and run the Product Configuration Wizard, you receive following error
Configuration Failed
One or more configuration settings failed. Completed configuration settings will not be rolled back.
Resolve the problem and run this configuration wizard again.
The following contains detailed information about the failure:
Failed to connect to the configuration database.
An exception of type System.NullReferenceException was thrown.
Additional exception information: Object reference not set to an instance of an object.
To diagnose the problem, review the application even log and configuration log file located at:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\LOGS\PSCDiagnostics_xxxx.log
Resolution
The message says it all - "Failed to connect to the configuration database."
You can click on the PSCDiagnostics log file to get more insights related to this error.
Check the account which you are using to connect to SQL Server instance, make sure it has the required permissions/roles to create configuration database -
- Dbcreator
- SysAdmin
- SecurityAdmin
- Once the correct permissions are set, re-run the Product Configuration Wizard and it should complete without any issues.
More Posts related to SharePoint,
- Managed Metadata error - The data returned from the tagging UI was not formatted correctly
- How to generate client id and secret to register SharePoint App with OAuth
- Create SharePoint Site Collection with new Content database in existing web application
- Fix Error 2711 SQL RBS client - The installer has encountered an unexpected error. The specified Feature name ('Docs') not found in Feature table
- How to exclude results from SharePoint Search
- 'Edit Document' Requires a Windows Sharepoint Services-compatible application and Microsoft Internet Explorer 6.0 or higher
- [Solved] SharePoint Access Denied error editing Document Name
- Recommended size and resolution for SharePoint Online Site logo
- SharePoint Server 2016 IT Preview - new improved Features and Enhancements
- Restore deleted Office 365 SharePoint group site
- SharePoint An unexpected error has occurred - Correlation ID and PowerShell Merge-SPlogfile
- [Solved] SharePoint Search Internal server error exception
- SharePoint CAML query error - The XML source is not correct
- How to hide quick launch in SharePoint classic site
- Not receiving email notification alert in SharePoint Online workflow - Power Automate, FLOW
- Change SharePoint search results FullTextSqlQuery RowLimit 10000
- Fix Power BI error Access to the resource is forbidden when connecting SharePoint Online List as data source
- [Fix] Restricted View permission level missing in SharePoint Online site library
- How to upload file programmatically to SharePoint Document Library using Server Object Model C# .Net
- How to create classic site in SharePoint Online
- That did'nt work, Issue type User not in directory - SharePoint external access error
- Merge-SPlogfile PowerShell - SharePoint Correlation ID error
- Fix Power BI 404 not found error when connecting SharePoint Online List as Data Source
- SharePoint Server 2016 IT Preview Deprecated Removed features
- SharePoint error - An exception occurred when trying to issue security token: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms..
More Posts:
- [Fatal Error] XML The markup in the document following the root element must be well-formed. - Java
- How to rename a tab in Notepad++ - NotepadPlusPlus
- Show Hide SharePoint column in List Library form with the conditional formula - SharePoint
- Fix Microsoft Teams Admin Center error - The Security zone setting isn't configured correctly - Teams
- Make Notepad++ the default App for .txt file extensions - NotepadPlusPlus
- Chessboard with pieces using pure HTML and CSS - Html
- Android Alert Dialog with Checkboxes example - Android
- [Solved] com.sun.xml.ws.transport.http.servlet.WSServletContextListener ClassNotFoundException - Java