ERRMSG: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

Web site error Message:
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

This error is usually caused by SQL connections not being properly closed in code. This causes the connections to remain open on the SQL server and will prevent you from opening new ones when the SQL server connection pool max size has been reached.
To correct this error, please review your web site code and ensure that for each open connection there is a matching closing statement.


  • 93 Users Found This Useful
Was this answer helpful?

Related Articles

FAQ: Why is the design feature greyed out in Enterprise Manager?

The reason why you would not be able to use the design feature (greyed out), is because some...

FAQ: My database transaction log is too large

If your database is getting too large, it is most likely because of the transaction log file.If...

FAQ: What can I use to connect to my MS-SQL database?

You can use any third party MS-SQL client like:-SQL Server Management Studio express (microsoft...