Create a Datastore and Upload a File for PostgreSQL

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

  1. From your Windows desktop, click Start > Micro Focus Enterprise Developer > Enterprise Developer Command Prompt (64-bit).
  2. At the command prompt, set the MFDBFH_CONFIG to point at your mfdbfh.cfg file.
    set MFDBFH_CONFIG C:\path\to\config\mfdbfh.cfg
  3. At the 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 for more information.