Creating the Cross-Region Database

Micro Focus recommends that you create the cross-region database before you start the PAC:

  1. From your Windows desktop, click Start > Micro Focus Enterprise Developer > Enterprise Developer Command Prompt (64-bit).
  2. At the command prompt, type the following:
    dbfhadmin -script -type:crossregion -provider:pg -name:MYPAC -file:create_crossregion_db.sql

    This creates a file containing the PostgreSQL statements to create the cross-region database.

  3. At the command prompt, type the following:
    dbfhadmin -createdb -provider:pg -type:crossregion -name:MYPAC -file:create_crossregion_db.sql -user:postgres