Forum Discussion
SSRS- Report server connection pool issues.
Hi,PK_2020234.I am glad to help you.
Even though I'm not very good at properly configuring SSRS connection pooling, I wanted to give you some help.
Based on your provided error message. The error message says:
Connection pool timeout, HTTP response error.
This could be caused by your connection pooling being configured incorrectly.
Have you tried
Increasing the connection pool size and setting a time limit for connection timeouts
Ensuring that all database connections are properly closed after use (a point emphasized in the documentation)
URL:
SQL Server Connection Pooling - ADO.NET | Microsoft Learn
Understanding SQL Server Connection Pooling in ADO.NET - MSSQLTips.com
SQL Server LOCAL Connection: Troubleshooting localhost vs. LOCAL
You need to work with your development team.
I noticed that there is a newer version of the update, have you tried the new version?
URL:
Release notes for Reporting Services 2017 and later - SQL Server Reporting Services (SSRS) | Microsoft Learn
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.