Select to view content in your preferred language

"Conflicting partial connection parameters"

817
1
06-11-2025 08:25 AM
JasonJordanCV
New Contributor

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?

 

JasonJordanCV_0-1749655458978.png

 

1 Reply
PeriklisPanagiotidis
Emerging Contributor

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.

0 Kudos