Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jborthen
Partner - Contributor II
Partner - Contributor II

Rocky 8 PostgreSQL Data Movement Gateway

Hi, I have a PostgreSQL database in Rocky 8 running on an AWS EC2 instance.  I was able to install the Qlik Data Movement rpm file and I've checked all the permissions on the EC2 instance but I still don't seem to be able to create a data connection in QDI.  I keep getting the following error.

SYS-E-HTTPFAIL, Failed to connect. SYS,GENERAL_EXCEPTION,Failed to connect,RetCode: SQL_ERROR SqlState: 01000 NativeError: 0 Message: [unixODBC][Driver Manager]Can't open lib 'PostgreSQL Unicode(x64)' : file not found

 

issue_screenshot.png

Labels (2)
1 Solution

Accepted Solutions
vinodn1989
Partner - Contributor II
Partner - Contributor II

Can you try installing the PostgreSQL ODBC Driver Package?

You can use the below command on redhat based machines

sudo yum install postgresql-odbc

View solution in original post

1 Reply
vinodn1989
Partner - Contributor II
Partner - Contributor II

Can you try installing the PostgreSQL ODBC Driver Package?

You can use the below command on redhat based machines

sudo yum install postgresql-odbc