fgl_report_setDistributedRequestingUserName

Specify end user's name for the purpose of identifying log entries in the case of distributed processing.

Syntax

fgl_report_setDistributedRequestingUserName(
   requestingUserName STRING )
  1. requestingUserName is the user name.

Usage

In order to distinguish between log entries originating from different users, the messages can be prefixed with the “requestingUserName” value. The requesting user name is an arbitrary string defined by the client, where you can set the name of the end user who submitted the job (for example). The default is "not set".

For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.