Issue: The Financial Close Management log includes this error message:
java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/data source' weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool data source is Suspended, cannot allocate resources to applications..]
This message indicates that you have exceeded the maximum connections allowed in the connection pool for the specified data source.
Solution: Increase the capacity of the connection pool:
In the WebLogic Administration Console (http://WebLogic Admin host:WebLogic Admin port/console), select Services, then JDBC, and then Datasources.
Select your data source, then Connection Pool, and then Maximum Capacity.
Edit data source settings to increase their capacity.
The recommended setting for the financialclose_datasource setting is 150, but you can use a different number according to your installation requirements.