Create a Datastore and Upload a File for PostgreSQL

The following steps are required to create the datastore database structure in the RDBMS:

  1. At the Enterprise Developer command prompt, specify the MFDBFH_CONFIG to point at your mfdbfh.cfg file:
    set MFDBFH_CONFIG=C:\path\to\config\mfdbfh.cfg
  2. At the Enterprise Developer command prompt, type the following:
    dbfhdeploy create sql://MYPAC/VSAM
    Note: This URL needs to match the server instance name in mfdbfh.cfg.

See Upload Files to a PostgreSQL Datastore and the Configuration Requirements chapter for more configuration information.