HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35
64 Chapter 3
License Management with FLEXlm and COBOL
FLEXlm Error Messages (Return Status Values)
encrypted and checksummed for security and integrity. The checksum will
usually fail because of poor networking communications.
-60 For internal use.
-61 LM_SERVNOREADLIC "Cannot read license file from server"
This occurs when the license file, via LM_LICENSE_FILE, or
lc_set_attr(LM_A_LICENSE_FILE, path), is incorrectly defined. This only
occurs when LM_LICENSE_FILE is set to port@host.
-62 LM_NONETWORK "Network software (tcp/ip) not available"
This is reported on systems where this is detectable. Some systems may
have this problem, but the error will not be reported as LM_NONETWORK -
system calls will simply fail.
-63 LM_NOTLICADMIN "Not a license administrator"
Various functions, such as lc_remove() and lc_shutdown(), require that
the user be an license administrator, depending on how lmgrd was
started. See lmgrd(), lmremove() and lmdown().
-64 LM_REMOVETOOSOON "lmremove request too soon"
An lc_remove request occurred, but ls_min_lmremove (defined in
lsvendor.c) seconds have not elapsed since the license was checked out.
See ls_vendor().
-65 LM_BADVENDORDATA "Bad VENDORCODE struct passed to lc_init()"
LM_CODE macro was not used to define the VENDORCODE argument for
lc_init. See lm_code.h and lmflex.c for an example of how to use the
LM_CODE macro.
-66 LM_LIBRARYMISMATCH "FLEXlm include file/library mismatch"
An attempt was made to create a licensed binary with mismatching
source/header files and liblmgr.a. The source code version must match
the linking libraries.
-67 For Internal Use
-68 For Internal Use
-69 For Internal Use
-70 For Internal Use
-71 LM_BAD_TZ "Invalid TZ environment variable"