We have an application (FileNet P8) that runs off Websphere app server. The backend Database is Oracle (9i). We are running a migration where entities on the application are being created from another source using an inhouse migration tool.
We are occassionally getting "Failed to get DataSource XXXX" error during the migration and when that happens, entities are not created on destination application; they errror out. We suspect its got to do with limited database connections allowed to the destination application/app server.
My question is, is there a way I can ask the app server to manage the connections to db so that when it reaches a set number of open db connections, it should queue them up or throttle the application (FileNet P8) so that entities do keep on getting created albeit much slowly and not error out.
This being the client site, we do not have control over increasing the db connections (its a shared resource). However, we do have access to the app server and to the application.
Additionally, in our own dev environment, we never get this error.
Any solutions? Thanks.