[REPORTS_EXEC]

Use the [REPORTS_EXEC] of the assignment file to direct the execution of report components to a network path specified in the [PATHS] section. The report component is then executed by the Uniface server identified by the UST in the path definition.

Syntax

[REPORTS_EXEC]

ReportComponentName {=} $Path:*

For example:

[REPORTS_EXEC]
RPT_* = $SRV1:*

Arguments

  • ReportComponentName is the component name (not the instance name) of the report component to be executed remotely. Wildcards are allowed in ReportComponentName.
  • $Path is the name of the path that leads, via a network connector, to a Uniface server.

The following example assignment file redirects reports whose component names match the profile RPT_* to a remote application server on path $asv:

[REPORTS_EXEC]
RPT_* = $asv:*

Related Topics