...
Postgres uses port 5432, so the source port is 9738 (this port will be used when configuring the ODBC connection later) and the destination port is localhost:5432.
Make sure to save this configuration so you can load it later.
Configure ODBC Connection
The Access Application is configured to use a DSN named SELV32. So, we need to create that DSN using a postgres driver and the port we just created.
- Control->Panel search for ODBC and choose "Set up ODBC data sources (32-bit)"
- Select the SystemDSN tab and choose Add...
- Select the PostgreSQL Unicode driver
- Enter the following
- Data Source: SELV32
- Database: open_lmis
- Server: localhost
- User Name: postgres
- SSL Mode: prefer
- Port: 9738 (the port we entered into PuTTY)
- Password: p@ssw0rd
- Save
Your ODBC connection is now setup.
Run SELVeditor
The actual SELVeditor tool is an Access Database configured to connect to the open_lmis database and manipulate the data collection tables. You only have to configure everyone once, so running it is simpler.
- Run PuTTY
- Select the correct configuration that you saved above.
- Select Open