Hi,
I would like to connect to FME Server PostgreSQL database repository throught pgAdmin.
I could not succeed in making a connection. Is there any configuration changes required before being able to connect? Your suggestions would be appreciated.
Hi,
I would like to connect to FME Server PostgreSQL database repository throught pgAdmin.
I could not succeed in making a connection. Is there any configuration changes required before being able to connect? Your suggestions would be appreciated.
I am able to connect by updating pg_hba.conf to allow connections using port 7082.
Hi
@chad is right, you should be able to connect using the following connection parameters.
Port: 7082 (port 7080 for FME Server 2014)
User: fmeserver
Password: fmeserver
If you connect from a different server you will have to adapt the <FMEServer>\\Utilities\\pgsql\\data\\pg_hba.conf file to allow the connections (remember to restart FME Server after). If you connect through localhost this isn't necessary.
David
Here's a snip, the password by default mirrors the username.