HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35

58 Chapter 3
License Management with FLEXlm and COBOL
FLEXlm Error Messages (Return Status Values)
for all users of Micro Focus Object COBOL.
-9 LM_NOTTHISHOST "invalid host"
The hostid specified in the license file does not match the node on
which the software is running.
-10 LM_LONGGONE "feature has expired"
The feature has expired, i.e., today's date is after the expiration
date in the license file.
-11 LM_BADDATE "invalid date format in license file"
The start or expiration date in the license file is invalid.
-12 LM_BADCOMM "invalid returned data from license server"
The port number returned from lmgrd is invalid.
An attempted connection to a vendor daemon did not result in a correct
acknowledgment from the daemon.
The daemon did not send back a message within the timeout interval.
A message from the daemon had an invalid checksum.
An lc_userlist() request did not receive the correct data.
-13 LM_NO_SERVER_IN_FILE
"no SERVER lines in license file"
There is no SERVER line in the license file. All non-zero license count
features need at least one SERVER line.
-14 LM_BADHOST "cannot find SERVER hostname in network database"
The gethostbyname() system call failed for the SERVER nodename in the
license file.
-15 LM_ CANTCONNECT "cannot connect to license server"
The connect() system call failed, while attempting to connect to the
daemon.
The attempt to connect to the vendor daemon on all SERVER nodes was
unsuccessful.
lc_status() returns LM_CANTCONNECT if the feature had been checked out
but the program is in the process of reconnecting.
If reconnection fails, the final status return is LM_CANTCONNECT.
ACTION:
If you have started lmgrd with the LM_LICENSE_FILE environment
variable set, check that LM_LICENSE_FILE is set to the same value
for all users of Micro Focus Object COBOL.