License Genero Report Writer using the Four Js License Manager

Setup and access a license manager on the network.

For server-side configuration of the license manager and for information on installing a license in the license manager, see the Four Js License Manager User Guide.

To use a license manager, set these GREPROFILE parameters:
Configuration parameter Description
flm.server = "<hostname>" The name of the license manager machine.
flm.license.number = "<number>" The license number.
flm.license.key = "<key>" The license key.

By default, the greprofile used is $GREDIR/etc/greprofile. To specify an alternate greprofile, set the GREPROFILE environment variable.

If needed, specify these optional parameters:
Configuration parameter Description
flm.service = <port> TCP port number used by license manager. Default is 6399.
flm.check = <count> Number of iterations between two controls of the user list. Default is 10.
flm.ping = <milliseconds> Timeout (ms) for ping to detect license manager machine. Default is 3000.
flm.ps = "<ps command>" Command to get the number of processes. Default is ps -ae.