From: | Sabyasachi Mukherjee <mukherjee(dot)sabyasachi(at)outlook(dot)com> |
---|---|
To: | pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Connecting Postgres SQL from Power BI |
Date: | 2024-09-19 09:05:37 |
Message-ID: | DB4PR10MB7469D02DCFBC3B63788FEF1E8C632@DB4PR10MB7469.EURPRD10.PROD.OUTLOOK.COM |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Dear All,
I need some advises here. I have an OnPrem postgres installation (v16). The DB has SSPI enabled. One user is created and it is mapped with windows users - so that the windows user do not have to authenticate every time.
I can connect using the DBeaver to the database using the user.
However - when I try to connect from Power BI using the same user, I see the following message.
Details: "PostgreSQL: SSPI authentication but IntegratedSecurity not enabled"
In the log I see the following -
2024-09-19 10:38:50.497 CEST [7628] FATAL: SSPI authentication failed for user "username"
2024-09-19 10:38:50.497 CEST [7628] DETAIL: Connection matched file "path/pg_hba.conf" line 124: "host hostname username 0.0.0.0/0 sspi map=mapname"
Can any body advise please?
Sabyasachi Mukherjee
From | Date | Subject | |
---|---|---|---|
Next Message | kamal deen | 2024-09-19 09:59:51 | How to install specific postgres version / downgrade in Ubuntu |
Previous Message | Asad Ali | 2024-09-19 06:00:26 | Re: Automatic failback |