PLBCS_PORTNUM Keyword
PLBCS_PORTNUM={portnum}
The 3933 port number has been assigned as the 'PL/B App Server User Port' by IANA (Internet Assigned Numbers Authority). This is the default port number used if the PLBCS_PORTNUM keyword is not defined. By using a value of 3933, the PLBCLIENT can use its default value to access the server.
If the PLBCS_PUBLIC or the ADMIN_MAINLOGON keyword is specified, administrative functions will be available via this port number. The ADMIN_PORTNUM keyword allows specification of a unique port for administrative services.
If a value is specified for the ADMIN_PORTNUM keyword, it must not be the same as the value of this keyword.
In addition to the basic keyword described above, the following keywords can be included in the PLBCLIENT INI file to cause the PLBCLIENT to attempt to logon to more than one PLBSERVE when a logon failure is detected. The PLBCLIENT will scan in sequential numeric order the following keywords until a logon is successful or until an expected numerical key sequence is not found. In each case below, the 'nn' value starts with one (1) and is incremented by one for each sequential entry.
PLBCS_HOSTNAMEnn={url|ip}
PLBCS_PORTNUMnn={portnum}
PLBCS_LOCALIPnn={url|ip}
Examples:
PLBCS_PORTNUM=2100
PLBCS_PORTNUM1=2100
PLBCS_PORTNUM2=2105
See Also: PLBSERVE Keywords, PLBCLIENT Keywords, PLBSERVE Command Syntax
![]() |