Dear All,
My java developers are trying to connect to my DB & are getting the error "java.sql.SQLException: System or internal error". What could be the problem. This error happens occassionally.
Below are the settings in the property file -
XXX.SQLConnectionPool.MinimumReadyConnections=50
XXX.SQLConnectionPool.MaximumReadyConnections=100
XXX.SQLConnectionPool.MaximumConnections=100
XXX.SQLConnectionPool.MaximumConnectionAge=3600000
XXX.SQLConnectionPool.MaximumConnectionWait=30000
XXX.SQLConnectionPool.MaximumWaiters=0
But i can connect to my DB using other 3rd party tools like Winsql.
Do i need to tune any of the above parameters or configure Informix Configuration parameters. Please advice.
Best Regards,
Lloyd