Servoy 6 install will not connect to EnterpriseDB

Hello All!

I used the java installer for servoy 6.01 on fresh Centos 6.

I selected to use the EnterprisDB install choice. This installed and I cn connect to all the sample db’s provided with enterprisedb version of PostGreSQL
However,
When the install moves to the next screen for “database conncetion details”,
I cannot connect when clicking on the verify connection button
I have the following listed:

Server URL: jdbc:postgresql://localhost:5432
JDBC driver classname: org.postgresql Driver
username: DBA
password: sql

I even went into PgAdmin and created user DBA

I tried the default posgres user

cannot get success.

What am i missing?

I failed to mention that when I install using the internal postgresql, it works fine. I only have problems when installing the enterpriseDB instead.

I can open PgAdmin from within the enterpriseDB install and see the sample db’s installed with that, but cannot get Servoy to connect to it’s own sample db’s

Detox.

When you use the enterprisedb installer, and you continue without verifying the connection, does it work then?
You do have to change the db server definitions to your own.

It is strange that you see the sample dbs, they are only there afaik when you use the bundled postgres.

Rob