Start of change

PRODUCT section of the configuration file

The PRODUCT section of the configuration file defines the APPLID for the Client daemon.

Table 1. SECTION PRODUCT
Entry in the INI file Configuration Tool field
SECTION=Product  
APPLID Start of changeEnter an alphanumeric identifier, in the range A-Z and 0-9, up to 8 characters in length. This identifies the client connection to the Gateway daemon. The APPLID is not case sensitive.End of change

The following template shows the INI file definition:

SECTION=Product
  APPLID = cccccccc
  
ENDSECTION
End of change