PostgreSQL direct connection problem

413
0
07-11-2017 05:39 AM
MubasharAhmad1
New Contributor

Hi Guyz,

I am using postgresql 9.2, 32 bit on windows server 2008. Created a geodatabase using postgis. User "sde" exists on windows + postgresql as a super user. Now I am trying to create a SeConnection with db using sdk for java 9.2.

seConnection = new SeConnection("192.168.1.25", "sde:postgresql:192.168.1.25", "", "sde", "sde");

Getting following error:

ArcSDE Error Number : -9
Error Description : CANNOT VALIDATE THE SPECIFIED USER AND PASSWORD.
Extended Error Description :

Any idea?

Regards,

Mubashar Ahmad

0 Kudos
0 Replies