What does my licensing error code mean

elow is a list of the licensing error codes and what they mean:

#define RLM_EL_NOPRODUCT                  -1     /* No authorization for product */

#define RLM_EL_NOTME                           -2     /* Authorization is for another ISV */

#define RLM_EL_EXPIRED                          -3     /* Authorization has expired */

#define RLM_EL_NOTTHISHOST                -4     /* Wrong host for authorization */

#define RLM_EL_BADKEY                          -5     /* Bad key in authorization */

#define RLM_EL_BADVER                          -6     /* Requested version not supported */

#define RLM_EL_BADDATE                        -7     /* bad date format - not permanent or dd-mm-yy */

#define RLM_EL_TOOMANY                       -8     /* checkout request for too many licenses */

#define RLM_EL_NOAUTH                         -9     /* No license auth supplied to call */

#define RLM_EL_ON_EXC_ALL                -10    /* On excludeall list */

#define RLM_EL_ON_EXC                         -11    /* On feature exclude list */

#define RLM_EL_NOT_INC_ALL                -12    /* Not on the includeall list */

#define RLM_EL_NOT_INC                        -13    /* Not on the feature include list */

#define RLM_EL_OVER_MAX                    -14    /* Request would go over license MAX */

#define RLM_EL_REMOVED                     -15    /* License (rlm)removed by server */

#define RLM_EL_SERVER_BADRESP      -16    /* Unexpected response from server */

#define RLM_EL_COMM_ERROR             -17    /* Error communicating with server */

#define RLM_EL_NO_SERV_SUPP           -18    /* License server doesn't support this */

#define RLM_EL_NOHANDLE                    -19    /* No license handle */

#define RLM_EL_SERVER_DOWN            -20    /* Server closed connection */

#define RLM_EL_NO_HEARTBEAT           -21    /* No heartbeat response received */

#define RLM_EL_ALLINUSE                       -22    /* All licenses in use */

#define RLM_EL_NOHOSTID                     -23    /* No hostid on uncounted license */

#define RLM_EL_TIMEDOUT                     -24    /* License timed out by server */

#define RLM_EL_INQUEUE                        -25    /* In queue for license */

#define RLM_EL_SYNTAX                          -26    /* License syntax error */

#define RLM_EL_ROAM_TOOLONG          -27    /* Roam time exceeds maximum */

#define RLM_EL_NO_SERV_HANDLE        -28    /* Server does not know this handle */

#define RLM_EL_ON_EXC_ROAM              -29    /* On roam exclude list */

#define RLM_EL_NOT_INC_ROAM             -30    /* Not on roam include list */

#define RLM_EL_TOOMANY_ROAMING    -31    /* Too many licenses roaming */

#define RLM_EL_WILL_EXPIRE                 -32    /* License expires before roam ends */

#define RLM_EL_ROAMFILEERR              -33    /* Problem with roam file */

#define RLM_EL_RLM_ROAM_ERR           -34    /* Cannot checkout rlm_roam license */

#define RLM_EL_WRONG_PLATFORM      -35    /* Wrong platform for client */

#define RLM_EL_WRONG_TZ                    -36    /* Wrong timezone for client */

#define RLM_EL_NOT_STARTED               -37    /* License start date not reached */

#define RLM_EL_CANT_GET_DATE          -38    /* time() failure */

#define RLM_EL_OVERSOFT                    -39    /* Over license soft limit */

#define RLM_EL_WINDBACK                     -40    /* Clock setback detected */

#define RLM_EL_BADPARAM                    -41    /* Bad parameter to checkout() call */

#define RLM_EL_NOROAM_FAILOVER     -42    /* Roam operations not permitted on failover servers */

#define RLM_EL_BADHOST                       -43    /* Bad hostname in LF/port@host */

#define RLM_EL_APP_INACTIVE               -44    /* Application is inactive */

#define RLM_EL_NOT_NAMED_USER       -45    /* Not a named user */

#define RLM_EL_TS_DISABLED                -46    /* Terminal Server disabled */

#define RLM_EL_VM_DISABLED               -47    /* Virtual Machines disabled */

#define RLM_EL_PORTABLE_REMOVED   -48    /* Portable hostid removed */

#define RLM_EL_DEMOEXP                       -49    /* Demo license has expired */

#define RLM_EL_FAILED_BACK_UP           -50    /* Failed host back up */

#define RLM_EL_SERVER_LOST_XFER    -51    /* Server lost it's transferred license */

#define RLM_EL_BAD_PASSWORD            -52    /* Incorrect password for product */

/* Note: RLM_EL_BAD_PASSWORD is an internal error and won't ever be returned to the client - if the license password is bad, the client will receive RLM_EL_NO_SERV_SUPP */

#define RLM_EL_METER_NO_SERVER     -53    /* Metered licenses require a server */

#define RLM_EL_METER_NOCOUNT         -54    /* Not enough count for metered lic */

#define RLM_EL_NOROAM_TRANSIENT   -55    /* Roam operations not permitted on servers with transient hostids */

#define RLM_EL_CANTRECONNECT         -56    /* Cannot reconnect to server */

#define RLM_EL_NONE_CANROAM           -57    /* None of these licenses can roam */

#define RLM_EL_SERVER_TOO_OLD      -58    /* Server too old for operation */