fgl_report_configureDistributedEnvironment

Configure the environment in the case of distributed processing.

Syntax

fgl_report_configureDistributedEnvironment(
   FGLDIR STRING,
   FGLPROFILE STRING,
   FGLRESOURCEPATH STRING,
   DBPATH STRING )
  1. FGLDIR specifies the value of the environment variable FGLDIR. Passing NULL for this value will default to the process environment variable value.
  2. FGLPROFILE specifies the value of the environment variable FGLPROFILE. Passing NULL for this value will default to the process environment variable.
  3. FGLRESOURCEPATH specifies the value of the environment variable FGLRESOURCEPATH. Passing NULL for this value will default to the process environment variable value.
  4. DBPATH specifies the value of the environment variable DBPATH. Passing NULL for this value will default to the environment process environment variable value.

Usage

Configure the environment. It is intended for the case of distributed processing with a server running on a different physical machine with different resource paths. It is not necessary to call this function if the daemon is running on the local machine or if the remote machine has identical resource directories.

See Usage