Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi,

I have a problem in  the connecting with postgresql.

   I put as URL: jdbc: postgresql: // localhost: 5433 / postgres

 driver: org.postgresql.driver

error :Connection Test failed, please look for more details in log file and check Your parameters
in Metadata by (120 points)
Have you got more details in logs files? Looking at your url there are too many spaces .

An example of valid url can be:

jdbc:postgresql://localhost:5432/postgres?searchpath=knowage

Hope this help.

Please log in or register to answer this question.

...