I am trying to connect Tableau to a postgres DB using a SSH tunnel. The steps I have taken are
- Install postgres drivers (32 bit) on my desktop
- Create the tunnel in putty (tunnel L5432 127.0.0.1:5432) and open up the terminal
- From this session I can run Postgres from the command line psql -d mydb -U myuser
- However, when trying to connect using Tableau I get the error message "Invalid username and Password"
- If I try to connect to a DB that doesn't exists I get the same error message "Invalid username and Password"
I have also created a psql user with superuser privileges but no success. Note that the username for the ssh tunnel and the psql db are different.
I have seen a number of posts on the forum with no solution.
Can anyone help? Thanks.
Roger