Hello all,
I'm trying to make a new connection in ArcPro 3.5 to a Postgresql 15 database located on a linux VM. I can connect with most users fine but when I try to connect as the sde user I get a "Conflicting partial connection parameters" error message. To try to troubleshoot I made a replicate database on my localhost but I can't replicate the error if I try the sde user. Has anyone seen this?
I had a similar issue. I managed to debug it by trying to connect to the db server using pgAdmin which gave me a comprehensible error.
In my case the problem was that the server was not accepting the IP of the machine with Arcgis Pro. I had to add it to the pg_hba.conf.