SharePoint error cannot connect to the configuration database

When working with SharePoint, you may come across an error "cannot connect to the configuration database" while browsing your site.

This error may occur for a specific site, multiple sites, or even sometimes for all the SharePoint sites including Central Admin.

The error message gives you a few important keywords - CONNECTION, CONFIGURATION, and DATABASE. So it seems, there is either something wrong with the SQL Database connection or the IIS Configuration.

Here are some possible causes that will help in resolving the issue -

  1. Check the IIS Site - is it stopped?
  2. Check the Application Pool - it is stopped?
  3. Check the Application Pool Identity account - is it correct and the password has not expired?
  4. Check the Application Pool Identity account - is it missing permissions on SQL databases?
  5. Check the SQL Instance - is any configuration changed recently?
  6. Check the SQL Instance - the server is up and the required SQL services are not stopped.
  7. Check the SQL Database - the database is not down or offline?
  8. Check the Firewall settings (less likely) - nothing is blocked?
You can also get some hints from the ULS Logs. See how to troubleshoot here - http://code2care.org/2015/an-unexpected-error-has-occurred If the issue persists, please reach your system administrator (SharePoint and SQL).

This is not an AI-generated article but is demonstrated by a human.

Please support independent contributors like Code2care by donating a coffee.

Buy me a coffee!

Buy Code2care a Coffee!

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!