Hello,
After recent upgrade of Alteryx Designer to 2022.3, none of the PostgreSQL connections seem to work. I've tried Simba ODBC, PostgreSQL Unicode and ANSI.
These are the errors I get.
1. Simba - Input Data (1) Error SQLPrepare: [Simba][PostgreSQL] (40) Unknown data type: [SQLState HY000] 19 at column %2%.
With Simba, query builder will open up and I can see all my tables. But I get the above error when workflow is run. I see this error on all tables.
2. Unicode & ANSI - SCRAM authentication requires libpq version 10 or above.
Will not open query builder. I see this error right from testing connection.
I have so far tried:
- reinstalling the driver from downloads.alteryx.com.
- replacing the libpq.dll file in C:\Program Files\Alteryx\bin with another dll from an older install of Alteryx designer that I got from a colleague.
- replacing the libpq.dll file in C:\Program Files\Alteryx\bin with another dll from portable Heidi sql install.
- uninstalling Alteryx Designer, deleting old bin folder from C:\Program Files\Alteryx and reinstalling Alteryx Designer.
- changing the authentication from SCRAM to MD5 on my Postgres.
None of these helped and I am out of ideas now. I do not want to go back to an older version of Designer.
Has anybody else had this issue? Is there a fix?
Thanks!
S