Hello,
When we click on TEST in the portal for a connection, we get a time-out issue on DB2 on AIX.
Our DB2 on AIX are down when there is nothing running. When there is a request to the database, it starts.
We change the parameter spring.datasource.tomcat.max-wait=120000 in the application.properties file
I was expecting the response to be after 2 min but on 10-15 seconds elapsed before I get an error.
Is there anything else I can try?
Release : 4.9.49.0
Component : CA Test Data Manager
Put the connection property in the TDM Portal Connection Profile itself
There is a section " Additional Connection properties" you can add a timeout property here.
loginTimeout=1000 (for example)