To Add a Region Startup File to the Cross-Region Database using seedeploy

To add a region startup file to the cross-region database from the command line:

  1. Open an Enterprise Developer command prompt.
  2. Use the seedeploy command.

    For example, to deploy the region_esdemo.config file, use the following command:
    seedeploy regionfile add c:\resourcedir\region_esdemo.config 
        sql://localhost/inst/(crdb)
    Tip: In the command above, the parameter (crdb) indicates that the region_esdemo.config file is installed in the installation's cross-region database.

Example

The following command lists the region startup files deployed to the cross-region database.
seedeploy regionfile list sql://localhost/inst/(crdb)