HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35
Chapter 3 61
License Management with FLEXlm and COBOL
FLEXlm Error Messages (Return Status Values)
-32 LM_NOSUCHATTR "No such attribute"
A call to lc_get_attr() or lc_set_attr() specified an unknown attribute
code.
-33 LM_BADHANDSHAKE "Bad encryption handshake with daemon"
The client performs an encryption handshake operation with the daemon
prior to any licensing operations. This handshake operation failed.
-34 LM_CLOCKBAD "Clock difference too large between client and
server"
The date on the client system does not agree closely enough with the
date on the server (daemon) system. The amount of difference allowed is
set by the software vendor with lc_set_attr(LM_A_MAX_TIMEDIFF, ...).
-35 LM_FEATQUEUE "In the queue for this feature"
This checkout request has resulted in the process being placed in the
queue for this feature. Subsequent calls to lc_status() will yield the
status of this queued request.
-36 LM_FEATCORRUPT "Feature database corrupted in daemon"
The daemon's run-time feature data structures have become corrupted.
This is an internal daemon error.
-37 LM_BADFEATPARAM "Duplicate selection mismatch for this
feature"
The checkout request for this feature has specified a duplicates mask
that does not match the mask specified by an earlier checkout. This is
probably the result of using different versions of your client
software, or from having an uninitialized variable in the dup_group
field for lc_checkout().
ACTION:
This is a known problem in the FLEXlm software and has been
reported to GLOBEtrotter. You can ignore these errors.
-38 LM_FEATEXCLUDE "User/host on EXCLUDE list for feature"
The user/host/display has been excluded from this feature by an
end-user's daemon option file.
-39 LM_FEATNOTINCLUDE "User/host not on INCLUDE list for
feature"
The user/host/display has NOT been included in this feature by an
end-user's daemon option file.