HP Micro Focus Object COBOL/UX Release Notes for Version B.13.35
60 Chapter 3
License Management with FLEXlm and COBOL
FLEXlm Error Messages (Return Status Values)
-23 LM_BUSYNEWSERV "license server temporarily busy (new
server
connecting)",
The vendor daemon is in the process of establishing a quorum condition.
New requests from clients are deferred during this period. This request
should be retried.
-24 LM_USERSQUEUED "users are queued for this feature"
This error is similar to MAXUSERS, but supplies the additional
information that there are other users in the queue for this feature.
-25 LM_SERVLONGGONE "license server does not support this
version of
this feature"
The version specified in the checkout request is greater than the
highest version number the daemon supports.
-26 LM_TOOMANY "request for more licenses than this feature supports"
A checkout request was made for more licenses than are supported in the
license file. This request will never succeed.
-27 LM_CANTREADKMEM "cannot read /dev/kmem"
The file /dev/kmem is not readable on this system. This error will only
occur if using extended hostid checking, which is no longer supported
in current versions of FLEXlm.
-28 LM_CANTREADVMUNIX "cannot read /vmunix"
The file /vmunix is not readable on this system. This error will only
occur if using extended hostid checking, which is no longer supported
in current versions of FLEXlm.
-29 LM_CANTFINDETHER "cannot find ethernet device"
The ethernet device could not be located on this system.
-30 LM_NOREADLIC "cannot read license file"
The license file could not be read (errno == EPERM or EACCES).
-31 LM_TOOEARLY "feature not yet available"
The feature is not enabled yet (current date is before the feature
start date).