The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi there, Previosly I had issue accessing PostgreSQL ODBC database which was resolved by adding %25 in my password as it is explained here - https://community.powerbi.com/t5/Desktop/PostgreSQL-ODBC-to-PowerBI-Password/td-p/874856
I do not know when did it happen but couple days ago I stumbled upon that I'm having same issue, I've done couple things to solve it which was not successfull, I'm gonna list them below :
Any ideas how to solve it or what can be reason?
Error I'm getting : ODBC: ERROR [08001] FATAL: password authentication failed for user...
Solved! Go to Solution.
Hi @Anonymous ,
According to my research, messages like this indicate that you contacted the server, and it is willing to talk to you, but not until you pass the authorization method specified in the pg_hba.conf file. Check the password you are providing, or check your Kerberos or ident software if the complaint mentions one of those authentication types.
Hope these help.
https://knowledgebase.progress.com/articles/Article/7879
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is failed due to an incorrect password in two places, powerbi and odbc.
Solution:
1. go to odbc and chagne password for the data source
2. go to powerbi app -->file-->options and settings -->data source settings -->select the data source--> edit permission --> click edit button --> edit passwrod.
Hi @Anonymous ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it.
Best Regards,
Eyelyn Qin
Hi @Anonymous ,
According to my research, messages like this indicate that you contacted the server, and it is willing to talk to you, but not until you pass the authorization method specified in the pg_hba.conf file. Check the password you are providing, or check your Kerberos or ident software if the complaint mentions one of those authentication types.
Hope these help.
https://knowledgebase.progress.com/articles/Article/7879
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.