Hello Team,
I have an Azure PostgreSQL database which I wanted to connect with PowerApps. I tried some solutions by looking at the forum threads.
I installed the following
1) On-premises data gateway
2) Added ODBC connection using the Driver called "PostgreSQL Unicode(x64)" with my Azure PostgreSQL database connection details.
Output: "Test connection is successful".
3) I also installed Npgsql version 4.0.9 according to the error message I have seen.
Output Error: "Please install Npgsql version 4.0.10.0 or earlier"
After installing Npgsql (4.0.9) and .Net Framework 4.7 version, I started seeing the following new error now:
"Credentials are missing or not valid. inner exception: The credentials provided for the PostgreSQL source are invalid. (Source at <azure_postgres_server>;<db_name>.) clientRequestId: 30b586b0-6ed8-4837-b56e-99fccc81c72d"
Find the attached screenshot for the same.
My credentials are right. Still not able to understand this failure. Looking for some suggestions around this issue.
Thanks!!