fgl_report_configureDistributedProcessing

Configure processing via a dedicated server.

Syntax

fgl_report_configureDistributedProcessing(
   host STRING,
   port INTEGER )
  1. host specifies the host name.
  2. port specifies the port number.

Usage

This function configures processing via a dedicated server.

Specify the server where the Genero Report Engine is running in server mode. The engine is started on the remote machine via the command $GREDIR/bin/greportwriter -l port.

See Usage