Hello everyone,
We are having an issue with our JDBC connection pool on the Manager Web Console
Configuration. We have created several custom workflow components that access a SQL Server Database and perform updates and inserts to the database.
When it reaches the third component (Bulk Update Part 3), it triggers the following error: Cannot get a connection, pool error Timeout waiting for idle object, but it works just fine with the other two.
I was able to find this article on how to create a DataSourcePool: http://scottsdigitalcommunity.blogspot.com/2013/09/injecting-datasourcepool-service-into.html
Any ideas what I could change in the data source pool configuration?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SebasRios34,
If you are closing the connections upon usage correctly in other process components/wherever it is used and in need to additional connections through the connection pool,
If you are sure that the available number of connections is suffice(you already have greater number on Pool size based on the need) but still the timeout error is observed,
Hi @SebasRios34,
If you are closing the connections upon usage correctly in other process components/wherever it is used and in need to additional connections through the connection pool,
If you are sure that the available number of connections is suffice(you already have greater number on Pool size based on the need) but still the timeout error is observed,
Views
Replies
Total Likes