Run-Control App (RCA) Parameter File Syntax
Format: RCAPARM file
┌─GENERATE_RC_FILES=Y─┤ generation options ├─┐ ►►───┼────────────────────────────────────────────┼─────────────────────────────► └─GENERATE_RC_FILES=N────────────────────────┘ ►────┤ general options ├───────────────────────────────────────────────────────►◄
generation options:
►────┬─INPUT_TYPE=WBXML─────────────────────────────┬───────────────────────────► ├─INPUT_TYPE=VDPXML────────────────────────────┤ ├─INPUT_TYPE=DB2───────┤ database parameters ├─┤ └─INPUT_TYPE=POSTGRES──┤ database parameters ├─┘ ┌─GENERATE_VDPXML=N──┐ ►►───┼────────────────────┼─────────────────────────────────────────────────────► └─GENERATE_VDPXML=Y──┘
database parameters:
├────DB_SERVER=server──────────────────────────────────────────────────────────► ►────DB_PORT=port──────────────────────────────────────────────────────────────► ►────DB_DATABASE=database-name─────────────────────────────────────────────────► ►────DB_SCHEMA=db-schema───────────────────────────────────────────────────────► ►────ENVIRONMENT_ID=GenevaERS-environment-id───────────────────────────────────┤
general options:
┌─VDP_REPORT=N─┐ ├────┼──────────────┼───────────────────────────────────────────────────────────► └─VDP_REPORT=Y─┘ ┌─XLT_REPORT=N─┐ ►────┼──────────────┼───────────────────────────────────────────────────────────► └─XLT_REPORT=Y─┘ ┌─JLT_REPORT=N─┐ ►────┼──────────────┼───────────────────────────────────────────────────────────► └─JLT_REPORT=Y─┘ ┌─REPORT_FORMAT=TEXT──┐ ►────┼─────────────────────┼────────────────────────────────────────────────────► ├─REPORT_FORMAT=CSV───┤ └─REPORT_FORMAT=HTML──┘ ┌─COMPARE=N─┐ ►────┼───────────┼──────────────────────────────────────────────────────────────► └─COMPARE=Y─┘ ┌─NUMBER_MODE=STANDARD─┐ ►────┼──────────────────────┼───────────────────────────────────────────────────► └─NUMBER_MODE=LARGE────┘ ┌─LOG_LEVEL=STANDARD─┐ ►────┼────────────────────┼─────────────────────────────────────────────────────┤ └─LOG_LEVEL=DEBUG────┘
Note: each parameter must be on a separate line.
Description
server
The IP address or domain name of the database host system.
port
The port number identifying the database.
database-name
This is the name of the Db2 database or Postgres database where your metadata resides.
For Postgres, this is the name set in the dbname parameter at database creation e.g. dbname=genevaers.
db-schema
This is the name of the database schema where your metadata resides. (For example, GENDEV.)
For Postgres, this is the name set in schemaV at database creation. (For example, schemaV=gendev.)
environment-id
This is the ID of the GenevaERS environment where the GenevaERS views to be selected reside.
Format: DBFLDRS file
►►───┬───────────────┬─────────────────────────────────────────────────────────►◄ │ ┌───────────┐ │ │ ▼ │ │ └───folder-id─┴─┘
Format: DBVIEWS file
►►───┬─────────────┬───────────────────────────────────────────────────────────►◄ │ ┌─────────┐ │ │ ▼ │ │ └───view-id─┴─┘
If INPUT_TYPE=DB2 or INPUT_TYPE=POSTGRES, then both the DBVIEWS file and the DBFLDRS file are read. A list of view numbers to process is then derived from the union of the two files. If both files are either empty or missing, then an error is returned.
folder-id: The view folder number, integer in the range 1 - 2147483647.
view-id: The view number, integer in the range 1 - 2147483647.
Format: RUNVIEWS file
►►───┬─────────────┬───────────────────────────────────────────────────────────►◄ │ ┌─────────┐ │ │ ▼ │ │ └───view-id─┴─┘
You can choose to run a subset of views. This feature is useful for testing. You can specify many view numbers with one number per line.
If the RUNVIEWS file is empty, all views are selected.
view-id: The view number, integer in the range 1 - 2147483647.