Date Posted:
Product: E-Notebook Enterprise
Product: E-Notebook Enterprise
Problem:
E-Notebook times out while obtaining a connection from the pool
Solution:
The following error may occur in E-Notebook when loading a user’s homepage:
"Unknown error opeining
database connection: 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."
SOLUTION:
Try increasing max pool size for CSDocStore:
1. On the Application Server, backup your current
"C:\ProgramData\CSDocStore\CSDocStoreConfig.xml" file.
2. Open the CSDocStoreConfig.xml file in e.g. Notepad, and add Max Pool
Size value (e.g. 300) to the <dataSource> parameter as
follows:
<dataSource>ENDB;Max Pool Size=300</dataSource>
where ENDB is an example of E-Notebook database schema name.
3. Save the "CSDocStoreConfig.xml" file.
4. Restart the CSDocStore web service.
Comments
0 comments
Article is closed for comments.