Solved

Connecting to FME Server PostgreSQL database repository

  • 4 January 2016
  • 3 replies
  • 52 views

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.

icon

Best answer by david_r 4 January 2016, 09:18

View original

3 replies

I am able to connect by updating pg_hba.conf to allow connections using port 7082.

Userlevel 5

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

Badge +14

Here's a snip, the password by default mirrors the username.

Reply