Skip to main content
Solved

Connecting to FME Server PostgreSQL database repository

  • January 4, 2016
  • 3 replies
  • 289 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.

Best answer by david_r

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

  • Author
  • 3 replies
  • January 4, 2016

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


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • January 4, 2016

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


davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 578 replies
  • January 4, 2016

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