Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

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.

...