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

Dear all,

I am trying to connect to mys data source on postgresql i got error : "CONNECTION KO com.postgresql.jdbc.Driver"






Thank's for the answers

Environment knowage 7.0, windows 10, postgresql 11
in Analyses by (260 points)
reopened by
Dear

Did you added the jdbc driver?

Check on knowage.log the error.

Best Regards

Angelo
Hello Angelo
 

Thank u for ur reply

My problem was solved by adding the postgres jdbc driver
hello,
i still have the same problem, even if i already added the postgres jdbc driver.
Have you got any idea?

1 Answer

0 votes
 
Best answer

In the Driver use org.postgresql.Driver instead of com.postgresql.jdbc.Driver

by (930 points)
selected by
...