Hello,
I've created my sde database in ArcGIS Pro without any problems. When I import this in server manager>site>datastores, I get the attached error.
Portal version 10.9.0
using db postgresql
arcgis pro version 3.0
Solved! Go to Solution.
I solved the problem as of now. No need to install odbc to use Postgresql. But if you want, you can install the odbc driver from the stack builder. But it has nothing to do with the solution. Solution;
I updated the trust fields to md5 in the password authentication section of the pg_hba.conf file located in the directory where you installed Postgresql (my path is C:/Program Files/PostgreSQL/12/data). Yes, after restarting my computer, the problem was solved.
Thanks.
Is the PostgreSQL ODBC driver installed on the machine with ArcGIS Server?
I had the same error some weeks ago, try to replace the localhost to your IP Address. It worked here.
I solved the problem as of now. No need to install odbc to use Postgresql. But if you want, you can install the odbc driver from the stack builder. But it has nothing to do with the solution. Solution;
I updated the trust fields to md5 in the password authentication section of the pg_hba.conf file located in the directory where you installed Postgresql (my path is C:/Program Files/PostgreSQL/12/data). Yes, after restarting my computer, the problem was solved.
Thanks.