Error messages
  • 03 Jan 2025
  • 11 Minutes à lire
  • Sombre
    Lumière
  • PDF

Error messages

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

Table: Error codes
Error codeError messageDescriptionNotes
0STAT_SUCCESS(No error)
–1STAT_ERRORAn unspecified error occurredThis error code may occur when a more specific error code is not available or was recorded separately.
–2STAT_INVPARAMThe parameters supplied were invalidParameters supplied to a function or command were invalid.
–3STAT_MEMORYA memory error occurredMemory allocation failed. This is normally due to the system running low on memory.
–10STAT_COMMSA communications error occurredInter-process or inter-component communication failed. This may also occur with communications to Active Directory or a database. This error is normally accompanied by further details.
–11STAT_LICENCEA license error has occurredGeneral-purpose license failure when a more specific code is not available or was recorded separately.
–12STAT_OS_FAILUREAn operating system call failedA system call failed. This may include file handling, Active Directory Services Interface and other calls. It is normally accompanied by further details.
–13STAT_NOT_FOUNDThe object was not foundAn attempt was made to perform an operation on an object, such as an Active Directory object, but the object did not exist. For example, this may occur when one administrator deletes a record that another administrator is about to update, when the update operation is attempted.
–14STAT_EXISTSThe object already existsAn attempt was made to create an object, such as an Active Directory object, but the object already exists. For example, this may occur when two administrators try to create the same record at the same time.
–15STAT_OVERFLOWThe supplied buffer was of the incorrect sizeAn internal data buffer was of insufficient length to hold the data required.
–16STAT_VERSIONA version error has occurredA version mismatch has occurred. Further details in the error record will indicate which versions were mismatched.
–17STAT_INVDATAThe supplied data are invalidGeneral-purpose error when input data to an operation is incorrect. Further details of the error will be recorded.
–18STAT_INVOBJECTThe object is invalidAn attempt was made to perform an operation upon an object type that was not recognized.
–19STAT_INVCOMMANDThe command is invalidAn attempt was made to perform an operation using a command that was not recognized.
–20STAT_INUSEThe object is in use

An attempt was made to delete an object, such as an Active Directory object, but that object was in use.

This may occur when you try to delete a policy, but another policy inherits from the one you are deleting, or a component uses the policy.

–21STAT_NOSUPPORTThe operation is not supportedGeneral-purpose error when an operation is attempted on an object that does not support it. For example, an attempt is made to generate a Virtual Mobile Authenticator OTP using an authenticator that is not enabled for Virtual Mobile Authenticator.
–22STAT_OBJERRAn object error has occurredGeneral-purpose error on an operation on an object. This should be supplemented with more specific details.
–23STAT_MISSINGFLDA required field was missingAn operation was attempted without specifying one or more mandatory input fields.
–24STAT_AUDITFAILUREAuditing failedAn operation failed because auditing was mandatory, but failed.
–30STAT_INVCONFIGThe configuration is invalidThe configuration data in the configuration file are invalid. The error record should indicate which specific data were invalid.
–31STAT_INVTYPEA type mismatch has occurredGeneral-purpose error when one data type is expected but a different data type was provided.
–32STAT_NOT_INITIALISEDOne or more objects were not initializedInternal initialization error. More specific error details will be recorded.
–33STAT_CACHE_FULLThe cache is fullAn attempt was made to add an entry to a cache, but the cache has reached its configured maximum size.
–34STAT_CACHE_MAX_REF_COUNTThe cache entry has reached the maximum reference countAn attempt was made to retrieve an item from a cache, but the item was already in use and the configuration indicates a limit on the number of times an item can be retrieved from the cache at one time.
–35STAT_BUSYThe system is currently too busy to service the requestThe system received a new request for processing, but hit a resource usage limit of some type. This indicates that the system is too loaded to handle the request. For example, there may be no spare database connection to use, even after waiting a short time for one to become available.
–80STAT_TIMEOUTA timeout has occurredAn operation failed because of a timeout.
–100VDSERR_INVPLUGINAn invalid plug-in was suppliedAudit configuration specifies a plug-in method that is unknown or that could not be successfully loaded.
–101VDSERR_NOSPACEThere is no space left to write the messageWhile auditing to text file, the server was unable to write. This would normally occur if disk space has run out.
–102VDSERR_USERCANCELUser cancelled authentication processThe user chose to cancel a request rather than provide credentials when prompted.
–140STAT_DPERRORAn authenticator error has occurredGeneral-purpose failure of an authenticator operation such as OTP verification, Reset PIN, Unlock, etc. This is normally accompanied by a more specific error code and message from the OneSpan Authentication Server Framework library.
–141STAT_MISSING_STATE_DATAOffline state data was required but not supplied 
–142STAT_IDENT_ERROR_THRESHOLD_REACHEDThe threshold for identifying errors has been reached. 
–143STAT_CHANGE_PIN_MANDATORYAn error with the mandatory change of the authenticator PIN has occurred. 
–150STAT_VDP_DELIVERY_FAILEDDelivery of the Virtual Mobile Authenticator one-time password failedA Virtual Mobile Authenticator OTP was generated successfully, but delivery by text message failed. A separate message will give more details about the failure.
–200STAT_LICENCE_EXPThe license has expiredThe license key has an expiration date set, and the date has passed. A permanent license key must be obtained.
–201STAT_INVLICENCEThe license data are invalidOne of the details embedded into the license key is invalid for the component in which it is being loaded. The component will not be able to use the license key. This may be the IP address, the component type, or any other detail that can be seen in the license key text.
–202STAT_LICENCE_INVSIGThe License Key is corruptedThe signature at the bottom of the license key is invalid. This would typically occur if the license key details were modified in any way.
–250STAT_NEEDSKEYDecryption has failed - no Storage Key is specified in the Encryption Settings

Some encrypted data has been created or modified using configured, rather than default, encryption settings. This error occurs when that data is read by a component that does not have configured encryption settings – the component is therefore unable to decrypt the data.

It is necessary to configure the encryption settings in the component.

–251STAT_WRONG_CIPHERDecryption has failed - an incorrect Cipher is specified in the Encryption Settings

Some encrypted data has been created or modified using differently configured encryption settings. This error occurs when that data is read by a component with configured encryption settings that use a different Cipher Name – the component is therefore unable to decrypt the data.

It is necessary to make sure that the encryption settings in all components are identical.

–252STAT_DECRYPT_FAILUREDecryption has failed - an incorrect Storage Key is specified in the Encryption Settings

Some encrypted data has been created or modified using differently configured encryption settings. This error occurs when that data is read by a component with configured encryption settings that use a different Storage Key – the component is therefore unable to decrypt the data.

It is necessary to make sure that the encryption settings in all components are identical.

–300STAT_DB_ERRORA database error occurredGeneral-purpose error on a database operation. This should be supplemented with more specific details.
–350STAT_DISCARD_REQUESTThe request received was discarded

A replication update that was received was found to be superseded by a later change. In this case, the update is discarded, as it is no longer relevant.

This may occur when creating a record, after a record has been deleted and then re-created.

It may occur when modifying a record, if a later modification occurred before replication could apply the first change.

–351STAT_RETRY_REQUESTThe request received must be retried

A replication update that was received could not be applied immediately. In this case, the update is rejected. The retry mechanism at the source server will re-send the update, according to its configuration settings.

This may occur if a record does not exist yet, when trying to apply a modification or deletion.

It may occur after a record has been deleted and re-created, when a modification of the record is replicated but the sequence of deletion and re-creation has not been followed in the correct order.

–352STAT_INVHASHA replication queue entry had an invalid hash valueWhen an entry was read from the replication queue before sending, its integrity hash value check failed. This suggests that the queue entry may have been modified since it was added to the queue. In this case, the queue entry is not trusted, and an error is reported.
–353STAT_REPLQUEUE_FULLThe replication queue is full

An operation failed because it needed to update the database, but the update could not be added to the Replication queue. If the queue is full, no database updates are allowed, to avoid the databases from being pushed too far out of synchronization.

Check the Replication Status dialog in the Active Directory Users and Computers Extension (ADUCE) and the Replication audit messages to investigate why the queue has become full. It is necessary to reduce the queue size for the system to continue to function.

If this error occurs often, without good reason, consider increasing the maximum queue size. This can be configured in the Replication tab of the OneSpan Authentication Server Configuration Utility.

–400STAT_NOTAVAILThere was no comms descriptor availableThe comms descriptor map has not been loaded. (Support)
–401STAT_ADDR_RESOLVEThe supplied address could not be resolvedName resolution problem, i.e.a problem in the DNS, the netbios etc.
–402STAT_SOCKET_ERRA socket error occurred. Descriptor should be closedCommunication protocol mismatch.
–403STAT_DESC_STATEDescriptor was in the wrong stateSuch a wrong state can for instance be to try binding the socket twice.
–404STAT_DESC_LIMITThe maximum number of open descriptors has been reached 
–405VDSERR_CLOSEDThe connection has been closed by the remote end 
–406VDSERR_WOULDBLOCKThe command would block, use 'select' 
–407STAT_INPROGRESSThe command is in progress, use 'select' 
–408STAT_INV_DESCRIPTThe comms descriptor is not validAn invalid comms descriptor can for instance be that the socket has not been created.
–450STAT_INVKEYThe key received was invalidThe encryption key is invalid.
–500STAT_ALREADY_STARTEDThe Service was already startedWhen trying to start a service, the service was already running.
–501STAT_ALREADY_STOPPEDThe Service was already stoppedWhen trying to stop a service, the service was not running.
–550STAT_MALFORMED_DATAThe config file/registry data could not be readThis error may be returned when a corrupt configuration file is used.
–600STAT_RAD_INVATTRIBOne of the RADIUS attributes was invalidThe RADIUS attribute field layout is invalid.
–601STAT_RAD_SIZEThe action will result in a size limitation being exceededA buffer overflow would occur, this is only used within the RADIUS library
–602STAT_RAD_INVDICTAn invalid dictionary file was used 
–650STAT_INIT_FAILEDInitialization of lock failed 
–700STAT_OPEN_FAILEDFailed to open handleNormally occurs when a file cannot be opened.
–800VDSERR_BAD_PKT_LENGTHAn invalid length was supplied 
–801VDSERR_MALLOC_FAILMemory allocation failed 
–802VDSERR_BLANK_PASSWORDPassword was blankCan occur when attempting to verify a MS-CHAP/MS-CHAP2 password when the subsequently hashed password provided by the user is equivalent to hashing a blank string, i.e. the provided password is blank.
–803VDSERR_INV_PASSWORDPassword was invalidOccurs within MS-CHAP/MS-CHAP2 password verification when the provided password is incorrect and it is not a blank string.
–903STAT_ENCRYPT_TYPEThe MPPE encryption policy is not supported 
–904STAT_BAD_PROTOCOLInvalid MPPE protocol used 
–999STAT_NULL_PTRA null pointer was received 
–1001STAT_UNKNOWN_PKTSOURCEThe packet is from an unknown sourceA client component does not exist for the client who sent the packet.
–1002VDSERR_NOSECRETThe shared secret of the packet's source is unknownThere is no shared secret within the client component for the peer which sent this packet.
–1003STAT_RAD_BADAUTHIncorrect response authenticatorThe response packet returned from the RADIUS server bears an incorrect authenticator.
–1004STAT_RAD_BADMSGAUTHThe Message-Authenticator attribute was not correct 
–1005STAT_RAD_BADADDRESSThe packet is not from the address sent toThe response from the back end does not match the source address to which the request was sent.
–5300STAT_ADERRORActive Directory Error 
–5301STAT_INCSCHEMA  
–10057UA_USERID_TOO_LONGUser ID is longer than 255 characters.The maximum user ID length has been exceeded.
–10059UA_PASSWORD_TOO_LONGPassword is longer than 255 characters.The maximum password length has been exceeded.
–10060UA_UNAME_TOO_LONGUser name is longer than 1024 characters.The maximum user name length has been exceeded.
–10061UA_SERIAL_TOO_LONGSerial Number is longer than 10 characters.The maximum serial number length has been exceeded. The serial number must be 10 characters, with no dashes (-) and with leading zeros (0) to make it up to 10 characters.
–10062UA_SERIAL_TOO_SHORTSerial Number is less than 10 characters long.The minimum Serial Number length has not been provided. Serial Number must be 10 characters, with no dashes (-) and with leading zeros (0) to make it up to 10 characters.
–10063UA_SERIAL_INVALID_CHARSSerial Number contains non-alphanumeric characters.The Serial Number contains non-alphanumeric characters. Serial Number must be 10 alphanumeric characters, with no dashes (-).
–10064UA_ORGUNIT_TOO_LONGOrganizational unit is longer than 255 characters.The maximum organizational unit length has been exceeded.
–10065UA_DOMAIN_TOO_LONGDomain is longer than 255 characters.The maximum domain length has been exceeded.
–10066UA_DN_TOO_LONGDistinguished Name is longer than 1024 characters.The maximum LDAP Distinguished Name (DN) length has been exceeded.
–10067UA_MOBILE_TOO_LONGMobile Number is longer than 64 characters.The maximum length for the mobile phone number has been exceeded.
–10069UA_USER_PARSE_ERRORA syntax error occurred reading from the file.A syntax error occurred while reading lines from the import file: double-quotes were missing; there are too many fields in the line; a comma is missing between fields.
–10072UA_PHONE_TOO_LONGPhone Number is longer than 64 characters.The maximum phone number length has been exceeded.
–10073UA_EMAIL_TOO_LONGEmail Address is longer than 64 characters.The maximum length for the e-mail address has been exceeded.
–10074UA_INVALID_USER_DETAILSNo user ID was given. Either the user ID or, for Active Directory, the Distinguished Name is needed to import a user.A user ID must be supplied to import a user. The only exception is when using Active Directory, it is sufficient to give the distinguished name instead of the user ID.
–10075UA_MOBILE_INVALID_CHARSThe Mobile No. is invalid. Only numbers, spaces, dashes (-) and brackets are allowed with a + at the start to indicate a country code if needed.The mobile number is only allowed to include numeric characters, spaces, dashes(-) and brackets (){}[]. In addition a + is allowed at the start for the country code.
–10076UA_PHONE_INVALID_CHARSThe Phone No. is invalid. Only numbers, spaces, dashes (-) and brackets are allowed with a + at the start to indicate a country code if needed.The phone number is only allowed to include numeric characters, spaces, dashes(-) and brackets (){}[]. In addition a + is allowed at the start for the country code.
–10077UA_EMAIL_INVALID_CHARSThe specified email address contains invalid characters and is not in the form user@domain.The e-mail address is only allowed to include alphanumeric characters, @, dots (.), underscores (_) and dashes (-).
–10078UA_USER_HEADER_ERRORThe Field Header was not found or invalid when reading from the file.

The first line of an import file must be a header line. The header line is a comma-separated list of field names, indicating which fields are included in every other line of the file.

This message indicates that the header line was not found, that it included unknown field names, or that it was not a comma-separated list of field names.

See the Import User Records topic in the online help for the Active Directory Users and Computers Extension (ADUCE) for a definition of the import file header format.


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle