You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The following table lists the possible error messages that can be reported upon any failure of LM-X API functions:

Return Code Number

Return Code

Description

0

LMX_SUCCESS

Operation successful.

1

LMX_UNKNOWN_ERROR

Unknown error occurred.

2

LMX_INVALID_PARAMETER

Invalid input parameter.

3

LMX_NO_NETWORK

Unable to initialize network subsystem.

4

LMX_BAD_LICFILE

License file is using unknown/invalid syntax.

5

LMX_NO_MEMORY

No more available memory.

6

LMX_FILE_READ_ERROR

Unable to read file.

7

LMX_BAD_DATE

Invalid date.

8

LMX_BAD_KEY

Invalid license key.

9

LMX_FEATURE_NOT_FOUND

Feature not found.

10

LMX_BAD_HOSTID

Hostid does not match license.

11

LMX_TOO_EARLY_DATE

Software activation date is not yet reached.

12

LMX_TOO_LATE_DATE

Software expired.

13

LMX_BAD_VERSION

Software version does not match license.

14

LMX_NETWORK_ERROR

Unexpected network-related error occurred.

15

LMX_NO_NETWORK_HOST

Unable to connect to license server.

16

LMX_NETWORK_DENY

Rejected actively from license server.

17

LMX_NOT_ENOUGH_LICENSES

Request for more licenses than available on license server.

18

LMX_BAD_SYSTEMCLOCK

System clock has been set back.

19

LMX_TS_DENY

Software not allowed to run on terminal server clients.

20

LMX_VIRTUAL_DENY

Software not allowed to run on a virtual machine.

21

LMX_BORROW_TOO_LONG

The specified borrow period is too long.

22

LMX_FILE_SAVE_ERROR

Unable to save file.

23

LMX_ALREADY_BORROWED

Feature already borrowed.

24

LMX_BORROW_RETURN_ERROR

Unable to return borrowed feature.

25

LMX_SERVER_BORROW_ERROR

License server returned borrow error. (Note: This message is deprecated and is replaced by return code 41.)

26

LMX_BORROW_NOT_ENABLED

Borrow functionality not enabled on client side.

27

LMX_NOT_BORROWED

The feature that was attempted to be returned was not borrowed.

28

LMX_DONGLE_ERROR

Dongle is not attached or does not function correctly.

29

LMX_SOFTLIMIT

Request exceeds the number of softlimit licenses available.

30

LMX_BAD_PLATFORM

Platform not permitted by license.

32

LMX_TOKEN_LOOP

Infinite token loop detected.

33

LMX_BLACKLIST

Feature is blacklisted.

34

LMX_VENDOR_DEN Y

Feature checkout rejected by vendor-defined rules.

35

LMX_NOT_NETWORK_FEATURE

Unable to use local license as a network license.

36

LMX_BAD_TIMEZONE

Checkout is not permitted in the client time zone.

37

LMX_SERVER_NOT_IN_USE

License server is not currently in use.

40

LMX_NOT_IMPLEMENTED

Functionality not implemented.

41

LMX_BORROW_LIMIT_EXCEEDED

License server limitation on number of borrowed features exceeded.

42

LMX_SERVER_FUNC_ERROR

License server function error occurred.

43

LMX_HEARTBEAT_LOST_LICENSE

License is lost due to heartbeat failure.

44

LMX_SINGLE_LOCK

Unable to obtain single lock.

45

LMX_AUTH_ERROR

Cannot authenticate user on license server.

46

LMX_NETWORK_SEND_ERROR

Error sending message over network.

47

LMX_NETWORK_RECEIVE_ERROR

Error receiving message over network.

48

LMX_QUEUE

Feature has been queued.

49

LMX_BAD_SECURITY_CONFIG

LM-X security configuration file mismatch.

50

LMX_FEATURE_HAL_MISMATCH

Feature has different HAL settings than other features on the same license server.

51

LMX_NOT_LOCAL_FEATURE

Unable to use network license as a local license.

  • No labels