Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Cannot connect to PostgreSQL from Open Studio for Data Quality v6.1.1

Hi,
I'm trying to connect to a 9.4 PostgreSQL instance from Open Studio for Data Quality v6.1.1. I followed the steps to create a new DBConnection. I reached the point where I see a "Check" button for the connection. When I press the button I receive a popup asking for missing modules.
In the popup the missing jar is "postgresql-9-4-1201.jdbc41.jar" and the module is blank. In the Action I see a jar icon if I press I get a file selection window. And the "Download and install all modules available" button is not enabled.
The missing file is available in the following location
/plugins/org.talend.libraries.jdbc.postgresql_6.1.1.20151214_1327/lib/postgresql-9.4-1201.jdbc41.jar
Any idea how can I connect to PostgreSQL?
Thanks.
Labels (2)
1 Reply
_AnonymousUser
Specialist III
Specialist III
Author

Forgot to say that I have Java 8 installed and according to the PostgreSQL JDBC Driver Download page, JDBC42 is the driver's version that should be used with Java 8 not JDBC41.