Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How should I connect Postgresql 13 from Alteryx Designer

RE5260
8 - Asteroid

Hello All,

 

'Postgresql 13' is installed in my local machine.

How should I connect it from Alteryx Designer Version: 2023.1.1.200 Patch: 1 for the first time.

 

I'm getting a connection error im002 microsoft odbc driver manager data source name not found and no default driver specified.

 

I've attached all the screenshots step by step, It will be helpful if someone help me on this.

4 REPLIES 4
geraldo
13 - Pulsar

@RE5260 

 

Install with Generic ODBC

ArnaldoSandoval
12 - Quasar

Hi @RE5260 

 

As suggested by @geraldo you should use ODBC, I tried PostgreSQL's Quick connect option and it failed with the same error as yours, see below

 

PostgreSQL-First-01.png

The I choose the ODBC option and it worked, below the screenshot sequence just for information.

PostgreSQL-First-02.png

Before doing this I added PostgreSQL to my ODBC-64 on Windows, with the name shown in the screenshot.

Then I added the Connect Credentials and tested it.

PostgreSQL-First-03.pngPostgreSQL-First-04.png

continueing the history board

PostgreSQL-First-06.pngPostgreSQL-First-07.png

then within my Input Data tool connection, I was able to navigate PostgreSQL to pick up tables.

PostgreSQL-First-09.pngPostgreSQL-First-10.png

Yes, I got an error with the first table I tried, because it was empty 😮

Finally I choose a table with date "select tiget.state_lookup.* from tiger.state_lookup" getting the results shown below.

PostgreSQL-First-11.png

Hope this helps,

Arnaldo

 

PS: I don't attach the workflow because it wont work on your environment.

RE5260
8 - Asteroid

Hi geraldo

 
ODBC driver already installed in my system.
RE5260
8 - Asteroid

Hi ArnaldoSandoval

 

I followed the steps and it's worked. 

 

Thank you very much 

 

 

 

Labels