Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Informix JDBC - System or internal error

Status
Not open for further replies.

mynwo

Technical User
Jul 12, 2003
75
IN

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top