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.
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
Thanks,,