Connection to Progress Database through JDBC

Posted by shilpi.agarwal3373 on 01-Sep-2017 06:07

I am trying to connect OpenEdge11.6 database from Java application1.8 (made in eclipse) through JDBC Driver. I am getting the following exception:-

There is no compile time error in my code, i am using the right jars as referenced libraries.

I also added the openedge.jar , progess.jar and pool.jar files in eclipse project's build path. 

Please suggest If i missed something.

All Replies

Posted by Stefan Drissen on 01-Sep-2017 06:15
Posted by Dileep Dasa on 01-Sep-2017 07:07

There is no problem with the Eclipse setup. The error you are seeing is due to a database server configuration. You ran out of server slots that were configured for the database to use. So, you need to reconfigure the database server. You have to properly assign values for certain database startup parameters like -Mn -Ma -Mi etc.

You can find much detailed information about configuration here: knowledgebase.progress.com/.../How-to-set-up-a-secondary-login-broker-for-SQL-92-connections-for-Progress-OpenEdge-database

Posted by shilpi.agarwal3373 on 01-Sep-2017 07:33

Thanks,,

This thread is closed