axldapError
axldapError Enumeration
Constants
ERR_AXLDAP_NULL_PTR
Value: | -2146697215 |
Description: | A null pointer was passed. |
ERR_AXLDAP_REINIT
Value: | -2146697214 |
Description: | Attempted to reinitialize an object. |
ERR_AXLDAP_NOT_INITIALIZED
Value: | -2146697213 |
Description: | The object is not initialized. |
ERR_AXLDAP_OUT_OF_BOUNDS
Value: | -2146697212 |
Description: | The parameter is out of bounds. |
ERR_AXLDAP_COULD_NOT_ALLOCATE_SAFEARRAY
Value: | -2146697211 |
Description: | Could not create Automation array. You may be low on memory or other resources. |
ERR_AXLDAP_OUT_OF_MEMORY
Value: | -2146697210 |
Description: | There is not enough physical memory to complete the operation. |
ERR_AXLDAP_SERVER_CONNECTION_FAILED
Value: | -2146697209 |
Description: | Could not connect to the LDAP server. The server could not be found or it refused the connection request. |
ERR_AXLDAP_NOT_CONNECTED
Value: | -2146697208 |
Description: | Not connected to an LDAP server. |
ERR_AXLDAP_INVALID_ITEM_INDEX_TYPE
Value: | -2146697207 |
Description: | Invalid index type. Only Long and String parameters are valid indeces. |
ERR_AXLDAP_KEY_NOT_FOUND
Value: | -2146697206 |
Description: | The key was not found in the collection. |
ERR_AXLDAP_CHARACTER_SET_CONVERSION_FAILED
Value: | -2146697205 |
Description: | Could not convert the string between Unicode and UTF-8 (or vice versa). |
ERR_AXLDAP_INVALID_BINDATA_FORMAT
Value: | -2146697204 |
Description: | Binary data values can only be one-dimensional Byte Arrays. |
ERR_AXLDAP_CANNOT_PERFORM_ON_DELETED_OBJECT
Value: | -2146697203 |
Description: | Cannot perform this operation on a deleted object. |
ERR_AXLDAP_COULD_NOT_RETRIEVE_CREATED_ENTRY
Value: | -2146697202 |
Description: | The entry was created without errors, but it could not be retrieved from the directory. |
ERR_AXLDAP_FILE_OPEN_FAILED
Value: | -2146697201 |
Description: | Could not open the specified file. |
ERR_AXLDAP_FILE_READ_FAILED
Value: | -2146697200 |
Description: | Could not read the specified file. |
ERR_AXLDAP_EMPTY_FILE_SPECIFIED
Value: | -2146697199 |
Description: | The specified file is empty. |
ERR_AXLDAP_FILE_WRITE_FAILED
Value: | -2146697198 |
Description: | Could not write to the specified file. |
ERR_AXLDAP_INVALID_INTERNAL_DN
Value: | -2146697197 |
Description: | The object's distinguished name is invalid. |
ERR_AXLDAP_ATTRIBUTE_NOT_FOUND
Value: | -2146697196 |
Description: | Could not find the attribute. |
ERR_AXLDAP_LICENSE_FILE_ERROR
Value: | -2146697195 |
Description: | Unidentified License error. |
ERR_AXLDAP_LICENSE_FAILED_BINDING
Value: | -2146697194 |
Description: | Invalid license for the current hardware/software configuration. |
ERR_AXLDAP_LICENSE_EXPIRED
Value: | -2146697193 |
Description: | Evaluation license has expired. |
ERR_AXLDAP_LICENSE_CLOCK_TURNED_BACK
Value: | -2146697192 |
Description: | Changing your system clock will not extend your license. |
ERR_AXLDAP_LICENSE_PERIODIC_EXPIRATION
Value: | -2146697191 |
Description: | Periodic expiration mode. |
ERR_AXLDAP_LICENSE_TOO_MANY_USERS
Value: | -2146697190 |
Description: | License does not support this many users. |
ERR_AXLDAP_ENTRY_RENAME_V3_ONLY
Value: | -2146697188 |
Description: | LDAPEntry.Rename method is only available on LDAPv3 servers. |
ERR_LDAP_SUCCESS
Value: | -2146693216 |
Description: | Success |
ERR_LDAP_OPERATIONS_ERROR
Value: | -2146693215 |
Description: | Operations Error |
ERR_LDAP_PROTOCOL_ERROR
Value: | -2146693214 |
Description: | Protocol Error |
ERR_LDAP_TIMELIMIT_EXCEEDED
Value: | -2146693213 |
Description: | Time Limit Exceeded |
Remarks: | Time limit, set by the server-side time limit parameter, was exceeded.
|
ERR_LDAP_SIZELIMIT_EXCEEDED
Value: | -2146693212 |
Description: | Size Limit Exceeded |
ERR_LDAP_COMPARE_FALSE
Value: | -2146693211 |
Description: | Compare False |
Remarks: | A function succeeded but the attribute and known values do not match.
|
ERR_LDAP_COMPARE_TRUE
Value: | -2146693210 |
Description: | Compare True |
Remarks: | A function succeeded but the attribute and known values do match.
|
ERR_LDAP_AUTH_METHOD_NOT_SUPPORTED
Value: | -2146693209 |
Description: | Authentication Method Not Supported |
ERR_LDAP_STRONG_AUTH_REQUIRED
Value: | -2146693208 |
Description: | Strong Authentication Required |
ERR_LDAP_PARTIAL_RESULTS
Value: | -2146693207 |
Description: | Referral (v2) |
Remarks: | Partial results and referrals received.
|
ERR_LDAP_REFERRAL
Value: | -2146693206 |
Description: | Referral |
Remarks: | Referral was returned from the server.
|
ERR_LDAP_ADMIN_LIMIT_EXCEEDED
Value: | -2146693205 |
Description: | Administration Limit Exceeded |
Remarks: | Administration limit on the server was exceeded.
|
ERR_LDAP_UNAVAILABLE_CRIT_EXTENSION
Value: | -2146693204 |
Description: | Unavailable Critical Extension |
Remarks: | Control is critical and the server does not support the control.
|
ERR_LDAP_CONFIDENTIALITY_REQUIRED
Value: | -2146693203 |
Description: | Confidentiality Required |
ERR_LDAP_SASL_BIND_IN_PROGRESS
Value: | -2146693202 |
Description: | Authentication process has not yet completed. This result code is used in multi-stage SASL bind operations. |
ERR_LDAP_NO_SUCH_ATTRIBUTE
Value: | -2146693200 |
Description: | No Such Attribute |
Remarks: | Requested attribute does not exist.
|
ERR_LDAP_UNDEFINED_TYPE
Value: | -2146693199 |
Description: | Undefined Type |
ERR_LDAP_INAPPROPRIATE_MATCHING
Value: | -2146693198 |
Description: | Inappropriate Matching |
ERR_LDAP_CONSTRAINT_VIOLATION
Value: | -2146693197 |
Description: | Constraint Violation |
ERR_LDAP_ATTRIBUTE_OR_VALUE_EXISTS
Value: | -2146693196 |
Description: | Attribute Or Value Exists |
Remarks: | Attribute exists or the value has been assigned.
|
ERR_LDAP_INVALID_SYNTAX
Value: | -2146693195 |
Description: | Invalid Syntax |
ERR_LDAP_NO_SUCH_OBJECT
Value: | -2146693184 |
Description: | No Such Object |
ERR_LDAP_ALIAS_PROBLEM
Value: | -2146693183 |
Description: | Alias Problem |
ERR_LDAP_INVALID_DN_SYNTAX
Value: | -2146693182 |
Description: | Invalid DN Syntax |
ERR_LDAP_IS_LEAF
Value: | -2146693181 |
Description: | Is Leaf |
ERR_LDAP_ALIAS_DEREF_PROBLEM
Value: | -2146693180 |
Description: | Alias Dereference Problem |
Remarks: | Cannot dereference the alias.
|
ERR_LDAP_INAPPROPRIATE_AUTH
Value: | -2146693168 |
Description: | Inappropriate Authentication |
ERR_LDAP_INVALID_CREDENTIALS
Value: | -2146693167 |
Description: | Invalid Credentials |
Remarks: | Supplied credential (username/password pair) is invalid.
|
ERR_LDAP_INSUFFICIENT_RIGHTS
Value: | -2146693166 |
Description: | Insufficient Rights |
Remarks: | User has insufficient access rights.
|
ERR_LDAP_BUSY
Value: | -2146693165 |
Description: | Busy |
Remarks: | Server is busy.
|
ERR_LDAP_UNAVAILABLE
Value: | -2146693164 |
Description: | Unavailable |
Remarks: | Server is unavailable.
|
ERR_LDAP_UNWILLING_TO_PERFORM
Value: | -2146693163 |
Description: | Unwilling To Perform |
Remarks: | Server is not willing to handle directory requests.
|
ERR_LDAP_LOOP_DETECT
Value: | -2146693162 |
Description: | Loop Detected |
Remarks: | Chain of referrals has looped back to a referring server.
|
ERR_LDAP_SORT_CONTROL_MISSING
Value: | -2146693156 |
Description: | Sort Control Missing |
ERR_LDAP_OFFSET_RANGE_ERROR
Value: | -2146693155 |
Description: | Index range error |
ERR_LDAP_NAMING_VIOLATION
Value: | -2146693152 |
Description: | Naming Violation |
ERR_LDAP_OBJECT_CLASS_VIOLATION
Value: | -2146693151 |
Description: | Object Class Violation |
ERR_LDAP_NOT_ALLOWED_ON_NONLEAF
Value: | -2146693150 |
Description: | Not allowed on Non-leaf |
ERR_LDAP_NOT_ALLOWED_ON_RDN
Value: | -2146693149 |
Description: | Not allowed on RDN |
ERR_LDAP_ALREADY_EXISTS
Value: | -2146693148 |
Description: | Already Exists |
ERR_LDAP_NO_OBJECT_CLASS_MODS
Value: | -2146693147 |
Description: | No Object Class Mods |
Remarks: | Cannot modify object class.
|
ERR_LDAP_RESULTS_TOO_LARGE
Value: | -2146693146 |
Description: | Results Too Large |
ERR_LDAP_AFFECTS_MULTIPLE_DSAS
Value: | -2146693145 |
Description: | Affects Multiple DSAs |
Remarks: | Multiple directory service agents are affected.
|
ERR_LDAP_OTHER
Value: | -2146693136 |
Description: | Other |
ERR_LDAP_SERVER_DOWN
Value: | -2146693135 |
Description: | Server Down |
Remarks: | Cannot contact the LDAP server. The most common causes are: the server is down, the server name is incorrect, the port specified is incorrect, the SSL handshake could not be completed.
|
ERR_LDAP_LOCAL_ERROR
Value: | -2146693134 |
Description: | Local Error |
ERR_LDAP_ENCODING_ERROR
Value: | -2146693133 |
Description: | Encoding Error |
ERR_LDAP_DECODING_ERROR
Value: | -2146693132 |
Description: | Decoding Error |
ERR_LDAP_TIMEOUT
Value: | -2146693131 |
Description: | Timeout |
Remarks: | Search was aborted because the limit of the client-side timeout parameter was exceeded.
|
ERR_LDAP_AUTH_UNKNOWN
Value: | -2146693130 |
Description: | Auth Unknown |
Remarks: | Unknown authentication error occurred.
|
ERR_LDAP_FILTER_ERROR
Value: | -2146693129 |
Description: | Filter Error |
Remarks: | Search filter is bad.
|
ERR_LDAP_USER_CANCELLED
Value: | -2146693128 |
Description: | User Cancelled |
ERR_LDAP_PARAM_ERROR
Value: | -2146693127 |
Description: | Parameter Error |
Remarks: | Bad parameter was passed to a routine.
|
ERR_LDAP_NO_MEMORY
Value: | -2146693126 |
Description: | No Memory |
ERR_LDAP_CONNECT_ERROR
Value: | -2146693125 |
Description: | Can't connect to the LDAP server |
ERR_LDAP_NOT_SUPPORTED
Value: | -2146693124 |
Description: | Operation not supported by this version of the LDAP protocol |
ERR_LDAP_NO_RESULTS_RETURNED
Value: | -2146693122 |
Description: | No result present in message |
ERR_LDAP_CONTROL_NOT_FOUND
Value: | -2146693123 |
Description: | Specified control was not found in message |
ERR_LDAP_MORE_RESULTS_TO_RETURN
Value: | -2146693121 |
Description: | More results returned |
ERR_LDAP_CLIENT_LOOP
Value: | -2146693120 |
Description: | Loop while handling referrals |
ERR_LDAP_REFERRAL_LIMIT_EXCEEDED
Value: | -2146693119 |
Description: | Referral hop limit exceeded |
ERR_LIC_FAILURE
Value: | -2146695216 |
Description: | FALSE CONDITION |
ERR_LIC_FALSE
Value: | -2146695216 |
Description: | FALSE CONDITION |
ERR_LIC_INVALID_ATTRIBUTES
Value: | -2146695214 |
Description: | INVALID ATTRIBUTES |
ERR_LIC_CANNOT_CHANGE_ATTRIBS
Value: | -2146695213 |
Description: | CANNOT CHANGE ATTRIBS |
ERR_LIC_HFILE_ERROR
Value: | -2146695212 |
Description: | HFILE ERROR |
ERR_LIC_CANNOT_WRITE_FILE
Value: | -2146695211 |
Description: | CANNOT WRITE FILE |
ERR_LIC_CANNOT_CLOSE_FILE
Value: | -2146695210 |
Description: | CANNOT CLOSE FILE |
ERR_LIC_CANNOT_OPEN_FILE
Value: | -2146695209 |
Description: | CANNOT OPEN FILE |
ERR_LIC_CANNOT_READ_FILE
Value: | -2146695208 |
Description: | CANNOT READ FILE |
ERR_LIC_CANNOT_CREATE_FILE
Value: | -2146695207 |
Description: | CANNOT CREATE FILE |
ERR_LIC_CANNOT_DELETE_FILE
Value: | -2146695206 |
Description: | CANNOT DELETE FILE |
ERR_LIC_FILE_WAS_CREATED
Value: | -2146695205 |
Description: | FILE WAS CREATED |
ERR_LIC_INVALID_PASSWORD
Value: | -2146695204 |
Description: | INVALID PASSWORD |
ERR_LIC_WRONG_PASSWORD
Value: | -2146695203 |
Description: | WRONG PASSWORD |
ERR_LIC_INCORRECT_PARAMETERS
Value: | -2146695202 |
Description: | INCORRECT PARAMETERS |
ERR_LIC_FILE_MISSING
Value: | -2146695201 |
Description: | FILE MISSING |
ERR_LIC_MEMORY_ALLOCATION
Value: | -2146695200 |
Description: | MEMORY ALLOCATION |
ERR_LIC_MEMORY_FREE
Value: | -2146695199 |
Description: | MEMORY FREE |
ERR_LIC_INVALID_LFHANDLE
Value: | -2146695198 |
Description: | INVALID LFHANDLE |
ERR_LIC_MEMORY_LOCK
Value: | -2146695198 |
Description: | INVALID LFHANDLE |
ERR_LIC_SLOT_NUM_INVALID
Value: | -2146695197 |
Description: | SLOT NUM INVALID |
ERR_LIC_SLOT_EMPTY
Value: | -2146695196 |
Description: | SLOT EMPTY |
ERR_LIC_SLOTS_FULL
Value: | -2146695195 |
Description: | SLOTS FULL |
ERR_LIC_SLOT_ALREADY_ASSIGNED
Value: | -2146695194 |
Description: | SLOT ALREADY ASSIGNED |
ERR_LIC_NET_LIC_FULL
Value: | -2146695193 |
Description: | NET LIC FULL |
ERR_LIC_COMPNO_NOT_FOUND
Value: | -2146695192 |
Description: | COMPNO NOT FOUND |
ERR_LIC_VAR_NO_INVALID
Value: | -2146695191 |
Description: | VAR NO INVALID |
ERR_LIC_SOFT_EXPIRATION
Value: | -2146695190 |
Description: | SOFT EXPIRATION |
ERR_LIC_EXPTYPE_INVALID
Value: | -2146695189 |
Description: | EXPTYPE INVALID |
ERR_LIC_EXP_DATE_EMPTY
Value: | -2146695188 |
Description: | EXP DATE EMPTY |
ERR_LIC_STRING_TOO_LONG
Value: | -2146695187 |
Description: | STRING TOO LONG |
ERR_LIC_CURRENT_DATE_OLDER
Value: | -2146695186 |
Description: | CURRENT DATE OLDER |
ERR_LIC_CANNOT_LOCK_FILE
Value: | -2146695185 |
Description: | CANNOT LOCK FILE |
ERR_LIC_WRONG_LF_VERSION
Value: | -2146695184 |
Description: | WRONG LF VERSION |
ERR_LIC_CORRUPT_LICENSE_FILE
Value: | -2146695183 |
Description: | CORRUPT LICENSE FILE |
ERR_LIC_SEM_FILE_LOCKED
Value: | -2146695182 |
Description: | SEM FILE LOCKED |
ERR_LIC_CORRUPT_CONTROL_FILE
Value: | -2146695181 |
Description: | CORRUPT CONTROL FILE |
ERR_LIC_WRONG_CF_SERIAL_NUM
Value: | -2146695180 |
Description: | WRONG CF SERIAL NUM |
ERR_LIC_LF_LOCKED
Value: | -2146695179 |
Description: | LICENSE FILE LOCKED |
ERR_LIC_LF_CHECKSUM_INVALID
Value: | -2146695178 |
Description: | LICENSE FILE CHECKSUM INVALID |
ERR_LIC_NOT_APPLICABLE
Value: | -2146695177 |
Description: | NOT APPLICABLE |
ERR_LIC_NOT_IMPLEMENTED_YET
Value: | -2146695176 |
Description: | NOT IMPLEMENTED YET |
ERR_LIC_FILE_EXISTS
Value: | -2146695175 |
Description: | FILE EXISTS |
ERR_LIC_REGISTRY_OPEN
Value: | -2146695174 |
Description: | REGISTRY OPEN ERROR |
ERR_LIC_REGISTRY_QUERY
Value: | -2146695173 |
Description: | REGISTRY QUERY ERROR |
ERR_LIC_REGISTRY_CLOSE
Value: | -2146695172 |
Description: | REGISTRY CLOSE ERROR |
ERR_LIC_REGISTRY_READ
Value: | -2146695171 |
Description: | REGISTRY READ ERROR |
ERR_LIC_REGISTRY_SET
Value: | -2146695170 |
Description: | REGISTRY SET ERROR |
ERR_LIC_CBOX_NOT_PRESENT
Value: | -2146695169 |
Description: | CBOX NOT PRESENT |
ERR_LIC_CBOX_WRONG_TYPE
Value: | -2146695168 |
Description: | WRONG CBOX TYPE |
ERR_LIC_CBOX_READ_RAM1_ERROR
Value: | -2146695167 |
Description: | CBOX READ RAM1 ERROR |
ERR_LIC_CBOX_READ_RAM2_ERROR
Value: | -2146695166 |
Description: | CBOX READ RAM2 ERROR |
ERR_LIC_CBOX_WRITE_RAM1_ERROR
Value: | -2146695165 |
Description: | CBOX WRITE RAM1 ERROR |
ERR_LIC_CBOX_WRITE_RAM2_ERROR
Value: | -2146695164 |
Description: | CBOX WRITE RAM2 ERROR |
ERR_LIC_CBOX_ID1_ERROR
Value: | -2146695163 |
Description: | CBOX ID1 ERROR |
ERR_LIC_CBOX_ID2_ERROR
Value: | -2146695162 |
Description: | CBOX ID2 ERROR |
ERR_LIC_CBOX_ID3_ERROR
Value: | -2146695161 |
Description: | CBOX ID3 ERROR |
ERR_LIC_VAR_NOT_AVAILABLE
Value: | -2146695160 |
Description: | VAR NOT AVAILABLE |
ERR_LIC_DEMO_HAS_EXPIRED
Value: | -2146695159 |
Description: | DEMO HAS EXPIRED |
ERR_LIC_WINSOCK_STARTUP_ERROR
Value: | -2146695158 |
Description: | WINSOCK STARTUP ERROR |
ERR_LIC_WINSOCK_CANNOT_RESOLVE_HOST
Value: | -2146695157 |
Description: | WINSOCK CANNOT RESOLVE HOST |
ERR_LIC_WINSOCK_CANNOT_CREATE_SOCKET
Value: | -2146695156 |
Description: | WINSOCK CANNOT CREATE SOCKET |
ERR_LIC_WINSOCK_CANNOT_CONNECT_TO_SERVER
Value: | -2146695155 |
Description: | WINSOCK CANNOT CONNECT TO SERVER |
ERR_LIC_WINSOCK_CANNOT_SEND_DATA
Value: | -2146695154 |
Description: | WINSOCK CANNOT SEND DATA |
ERR_LIC_WINSOCK_CANNOT_READ_DATA
Value: | -2146695153 |
Description: | WINSOCK CANNOT READ DATA |
ERR_LIC_NO_MORE_SOFTWARE_KEYS_AVAILABLE
Value: | -2146695152 |
Description: | NO MORE SOFTWARE KEYS AVAILABLE |
ERR_LIC_INVALID_SERVER_RESPONSE
Value: | -2146695151 |
Description: | INVALID SERVER RESPONSE |
ERR_LIC_CANNOT_ALLOCATE_MEMORY
Value: | -2146695150 |
Description: | CANNOT ALLOCATE MEMORY |
ERR_LIC_WINSOCK_CANNOT_RESOLVE_PROXY
Value: | -2146695149 |
Description: | WINSOCK CANNOT RESOLVE PROXY |
ERR_LIC_ALIAS_FILE_DOES_NOT_MATCH
Value: | -2146695148 |
Description: | ALIAS FILE DOES NOT MATCH |
ERR_LIC_INVALID_CODE_ENTERED
Value: | -2146695147 |
Description: | INVALID CODE ENTERED |
ERR_LIC_INVALID_REGKEY2_ENTERED
Value: | -2146695146 |
Description: | INVALID REGKEY2 ENTERED |