Re: Issue while connecting PostgreSQL 13 with Tableau 2020.3 & even applying COPY statement on PGAdmin

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Urmisha Patel <upp2134(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Issue while connecting PostgreSQL 13 with Tableau 2020.3 & even applying COPY statement on PGAdmin
Date: 2020-12-21 08:31:32
Message-ID: CABUevEwTru-iBVn-HdTac6uL5J0FeouyS5VDsgq75bc_mNmFdA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi!

Please don't remove the mailinglist from your replies.

This question is more for Tableau -- the PostgreSQL installeras ship
the newer drivers since version 10, and if Tableau used the ones
installed by PostgreSQL the problem wouldn't exist in those cases.
Thus, they must be using their own copy of the driver somehow, and you
need to ask them how to get that updated.

//Magnus

On Sat, Dec 19, 2020 at 11:42 PM Urmisha Patel <upp2134(at)gmail(dot)com> wrote:
>
> Hi Magnus,
>
> Kindly reply on how to update the client libraries?
>
>
> On Wed, Dec 16, 2020 at 9:52 AM Urmisha Patel <upp2134(at)gmail(dot)com> wrote:
>>
>> Hi Magnus,
>>
>> How to update the client driver?
>>
>> On Tue, Dec 15, 2020 at 11:39 AM Urmisha Patel <upp2134(at)gmail(dot)com> wrote:
>>>
>>> Hi Magnus,
>>>
>>> Then can you share the link where I can download this client driver Libpg?
>>> I have upgraded the PostgreSql version from 10 to 13. But both are available within my PgAdmin.
>>>
>>> On Tue, Dec 15, 2020 at 11:36 AM Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>>>
>>>> On Tue, Dec 15, 2020 at 5:32 PM Urmisha Patel <upp2134(at)gmail(dot)com> wrote:
>>>> >
>>>> > Hi Team,
>>>> >
>>>> > Please help me in connecting PostgreSQL with Tableau.
>>>> >
>>>> > Error:
>>>> > An error occurred while communicating with PostgreSQL
>>>> > Unable to connect to the server. Check that the server is running and that you have access privileges to the requested database.
>>>> > Error Code: 37CE01A3
>>>> > authentication method 10 not supported
>>>> >
>>>> > Unable to connect to the PostgreSQL server "localhost". Check that the server is running and that you have access privileges to the requested database.
>>>> >
>>>> > This is impacting the business. As a lot of data is in the database and Tableau makes it difficult to work.
>>>> > Please resolve it as soon as possible.
>>>> >
>>>> > For more details, I am sharing the screenshot of error generating while connecting with PostgreSql.
>>>> >
>>>> > I'm also facing problem in COPY statement while inserting multiple data via csv file in PGAdmin.
>>>> > Again, showing same error.
>>>> > "Access Priviledges"
>>>>
>>>>
>>>> This means you need to upgrade your driver to one that supports scram
>>>> authentication. You need client drivers (libpq) from PostgreSQL
>>>> version 10 or newer.
>>>>
>>>> You can also downgrade the password security on your postgres
>>>> installation, but that's not recommended.
>>>>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2020-12-21 15:14:14 BUG #16783: pg_rewind: option -c does not work when configuration files are outside data directory
Previous Message Andrey Borodin 2020-12-21 08:19:59 Re: CREATE INDEX CONCURRENTLY does not index prepared xact's data