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

62 Chapter 3
License Management with FLEXlm and COBOL
FLEXlm Error Messages (Return Status Values)
-40 LM_CANTMALLOC "Cannot allocate dynamic memory"
The malloc() call failed to return sufficient memory.
-41 LM_NEVERCHECKOUT "Feature was never checked out"
This code is returned by lc_status() if the feature requested has never
been checked out.
-42 LM_BADPARAM "Invalid parameter"
A call to lc_set_attr() specified an invalid value for its attribute.
lc_get_attr(LM_A_MASTER,...) called without connection already
established to server.
-43 LM_NOKEYDATA "No FLEXlm key data supplied in lc_init()
call"
No FLEXlm key data was supplied to the lc_init() call. Some FLEXlm
functions will be disabled.
-44 LM_BADKEYDATA "Invalid FLEXlm key data supplied"
Invalid FLEXlm key data was supplied to the lc_init() call. Some FLEXlm
functions will be disabled.
-45 LM_FUNCNOTAVAIL "FLEXlm function not available in this
version"
This FLEXlm function is not available. This could be a result of a
BADKEYDATA, NOKEYDATA, or DEMOKIT return from lc_init().
-47 LM_NOCLOCKCHECK "Clock setting check not available in
daemon"
lc_checkout() returns this code when the CLOCK SETTING check between
client and daemon is not supported in this daemon. Try calling:
lc_set_attr(LM_A_MAX_TIMEDIFF, -1)
to disable the clock check.
-48 LM_BADPLATFORM "FLEXlm platform not enabled"
The software is running on a platform which is not supported by the
vendor keys you have purchased. To purchase keys for additional
platforms, contact Globetrotter Software, Inc.
-49 LM_DATE_TOOBIG "Date too late for binary format"