HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35
Chapter 3 63
License Management with FLEXlm and COBOL
FLEXlm Error Messages (Return Status Values)
The expiration date format in FLEXlm licenses are good until the year
2027. This is probably a bogus date.
-50 LM_EXPIREDKEYS "FLEXlm key data has expired"
The FLEXlm Demo vendor keys have expired. Contact Globetrotter Software
for new demo keys.
-51 LM_NOFLEXLMINIT "FLEXlm not initialized"
A FLEXlm function was called before lc_init() was called. Always call
lc_init() first.
-52 LM_NOSERVRESP "Server did not respond to message"
UDP communications failure. UDP communications are not guaranteed.
FLEXlm makes a best effort to recover from lost and garbled messages,
but this indicates a failure.
-53 LM_CHECKOUTFILTERED "Request rejected by vendor-defined filter"
lc_checkout() failed because of the vendor defined routine which is set
in lsvendor.c: ls_outfilter.
-54 LM_NOFEATSET "No FEATURESET line present in license
file"
lc_ck_feats() called, but no FEATURESET line in license file.
-55 LM_BADFEATSET "Incorrect FEATURESET line in license
file"
Error return from lc_ck_feats()
-56 LM_CANTCOMPUTEFEATSET "Cannot compute FEATURESET line"
Error return from lc_ck_feats(), which occurs because lc_feat_set() can
not compute the FEATURESET line. This can happen because there's no
FEATUREs in the file.
-57 LM_SOCKETFAIL "socket() call failed"
This can occur when the Unix OS runs out of system resources.
-58 LM_SETSOCKFAIL "setsockopt() failed"
The setsockopt() call has failed. This is likely due to an OS error.
-59 LM_BADCHECKSUM "message checksum failure"
Communications error -- messages between client and server are