1578

Prev Next

Topic:

This article provides a list of legacy errors that may still be in used in current versions of SD and SES.
The following list is admittedly incomplete and are outdated, but we hope to be able to reconstruct such a list at some point in the future and keep it current. As far as it goes, it may be of some benefit to figure out why certain messages appear, in that this list provides the message ID, the error message text (as it was at one point), and also importantly shows which resource file it comes from (which can shed some light on which part of the application is throwing the message) - such as below, the first number of messages are thrown in the PKCS11 / Certificate-handling code (which may of course also deal with Tokens).

Additional Information:
List B: Please see KB 1579 "Legacy Error Codes and Messages List B"

List C: Please see KB 1580 "Legacy Error Codes and Messages List C"

Product version affected:

All SD and SES versions

Environment:

Windows OS and devices

List of Errors:
List A: Please see below

Error Define Error # File Found In Error Description

CKR_HOST_MEMORY 0x2 PKCS11T.h Error in area allocation
CKR_GENERAL_ERROR 0x5 PKCS11T.h General error
CKR_FUNCTION_FAILED 0x6 PKCS11T.h Function failed
CKR_ARGUMENTS_BAD 0x7 PKCS11T.h Bad arguments
CKR_NO_EVENT 0x8 Mypkcs11.h No event found
CKR_NEED_TO_CREATE_THREADS 0x9 PKCS11T.h Need to create threads
CKR_CANT_LOCK 0xA PKCS11T.h Can't lock
CKR_ATTRIBUTE_READ_ONLY 0x10 PKCS11T.h Attribute is read only
CKR_ATTRIBUTE_SENSITIVE 0x11 PKCS11T.h Attribute is sensitive
CKR_ATTRIBUTE_TYPE_INVALID 0x12 PKCS11T.h Invalid attribute type
CKR_ATTRIBUTE_VALUE_INVALID 0x13 PKCS11T.h Invalid attribute value
CKR_DATA_INVALID 0x20 PKCS11T.h Invalid data
CKR_DATA_LEN_RANGE 0x21 PKCS11T.h Data length range has been exceeded
CKR_DEVICE_ERROR 0x30 PKCS11T.h Device error
CKR_DEVICE_MEMORY 0x31 PKCS11T.h Not enough memory
CKR_DEVICE_REMOVED 0x32 PKCS11T.h Device has been removed
CKR_ENCRYPTED_DATA_INVALID 0x40 PKCS11T.h Encrypted data is invalid
CKR_ENCRYPTED_DATA_LEN_RANGE 0x41 PKCS11T.h Encrypted data length range has been exceeded
CKR_FUNCTION_CANCELED 0x50 PKCS11T.h Function has been cancelled
CKR_FUNCTION_NOT_PARALLEL 0x51 PKCS11T.h Function not parallel
CKR_KEY_HANDLE_INVALID 0x60 PKCS11T.h Key Handle Invalid
CKR_MECHANISM_INVALID 0x70 PKCS11T.h Mechanism Invalid
CKR_MECHANISM_PARAM_INVALID 0x71 PKCS11T.h Mechanism Parameters Invalid
CKR_OBJECT_HANDLE_INVALID 0x82 PKCS11T.h Object Handle Invalid
CKR_OPERATION_ACTIVE 0x90 PKCS11T.h Operation Active
CKR_OPERATION_NOT_INITIALIZED 0x91 PKCS11T.h Operation Not Initialized
CKR_PIN_INCORRECT 0xA0 PKCS11T.h Incorrect password entered
CKR_PIN_INVALID 0xA1 PKCS11T.h Password Invalid
CKR_PIN_LEN_RANGE 0xA2 PKCS11T.h Password length invalid: Too short or too long
CKR_PIN_EXPIRED 0xA3 PKCS11T.h Password Expired
CKR_PIN_LOCKED 0xA4 PKCS11T.h Password Locked
CKR_SESSION_CLOSED 0xB0 PKCS11T.h Session Closed
CKR_SESSION_COUNT 0xB1 PKCS11T.h Session Count
CKR_SESSION_EXCLUSIVE_EXISTS 0xB2 PKCS11T.h Session Exclusive Exists
CKR_SESSION_HANDLE_INVALID 0xB3 PKCS11T.h Session Handle Invalid
CKR_SESSION_PARALLEL_NOT_SUPPORTED 0xB4 PKCS11T.h Session Parallel Not Supported
CKR_SESSION_READ_ONLY 0xB5 PKCS11T.h Session Read-Only
CKR_SESSION_EXISTS 0xB6 PKCS11T.h Session Exists
CKR_SESSION_READ_ONLY_EXISTS 0xB7 PKCS11T.h Session Read-Only Exists
CKR_SESSION_READ_WRITE_SO_EXISTS 0xB8 PKCS11T.h Session Read/Write Exists
CKR_SIGNATURE_INVALID 0xC0 PKCS11T.h Signature Invalid
CKR_TEMPLATE_INCOMPLETE 0xD0 PKCS11T.h Template Incomplete
CKR_TEMPLATE_INCONSISTENT 0xD1 PKCS11T.h Template Inconsistent
CKR_TOKEN_NOT_PRESENT 0xE0 Mypkcs11.h Token is not present
CKR_TOKEN_NOT_RECOGNIZED 0xE1 PKCS11T.h Token Not Recognized
CKR_TOKEN_WRITE_PROTECTED 0xE2 PKCS11T.h Token Write Protected
CKR_UNWRAPPING_KEY_HANDLE_INVALID 0xF0 PKCS11T.h Unwrapping Key Handle Invalid
CKR_UNWRAPPING_KEY_SIZE_RANGE 0xF1 PKCS11T.h Unwrapping Key Size Range
CKR_UNWRAPPING_KEY_TYPE_INCONSISTENT 0xF2 PKCS11T.h Unwrapping Key Type Inconsistent
CKR_USER_ALREADY_LOGGED_IN 0x100 PKCS11T.h User is already logged in. If this occurs after system power off (standby), please remove and re-insert token!
CKR_USER_NOT_LOGGED_IN 0x101 PKCS11T.h User not logged in
CKR_USER_PIN_NOT_INITIALIZED 0x102 PKCS11T.h User password not initialized
CKR_USER_TYPE_INVALID 0x103 PKCS11T.h User Type Invalid
CKR_USER_ANOTHER_ALREADY_LOGGED_IN 0x104 PKCS11T.h User already logged in
CKR_USER_TOO_MANY_TYPES 0x105 PKCS11T.h User Too Many Types
CKR_WRAPPED_KEY_INVALID 0x110 PKCS11T.h Wrapped Key Invalid
CKR_WRAPPED_KEY_LEN_RANGE 0x112 PKCS11T.h Wrapped Key Length Range
CKR_WRAPPING_KEY_HANDLE_INVALID 0x113 PKCS11T.h Wrapping Key Handle Invalid
CKR_WRAPPING_KEY_SIZE_RANGE 0x114 PKCS11T.h Wrapping Key Size Range
CKR_WRAPPING_KEY_TYPE_INCONSISTENT 0x115 PKCS11T.h Wrapping Key Type Inconsistent
CKR_RANDOM_SEED_NOT_SUPPORTED 0x120 PKCS11T.h Random Seed Not Supported
CKR_RANDOM_NO_RNG 0x121 PKCS11T.h Random Not Generated
CKR_BUFFER_TOO_SMALL 0x150 PKCS11T.h Buffer too small
CKR_SAVED_STATE_INVALID 0x160 PKCS11T.h Saved State Invalid
CKR_INFORMATION_SENSITIVE 0x170 PKCS11T.h Information Sensitive
CKR_STATE_UNSAVEABLE 0x180 PKCS11T.h State cannot be saved
CKR_CRYPTOKI_ALREADY_INITIALIZED 0x191 PKCS11T.h Cryptoki already initialized
CKR_MUTEX_BAD 0x1A0 PKCS11T.h Mutex Bad
CKR_MUTEX_NOT_LOCKED 0x1A1 PKCS11T.h Mutex Not Locked
ERR_DAC_NO_NAME_SPECIFIED 0x982 errcode.h Error code for disk access control
ERR_TOKEN_FUNCTION_LIST_0 0x5200 errcode.h Error getting function list from Token PKCS11 DLL
ERR_TOKEN_FUNCTION_LIST_NOT_SET 0x5211 errcode.h Internal error. Contact technical support
ERR_SECOND_LOGIN_NEEDED 0x5213 errcode.h Session information says that session state is still 0 (not logged in). Waiting for second login
ERR_DELETELOGONUSER 0x5214 errcode.h Can't delete logged on user
ERR_NEED_SLOT_ID 0x5215 errcode.h Several slot exists, please select one.
ERR_NOT_ALLOW_CHG_PWD 0x5218 errcode.h Changing password in " virtual token" mode is currently not allowed.
DLL_NOT_READY 0x5219 errcode.h Not ready for token dll
ERR_ATTRIBUTE_NOT_FOUND 0x5333 errcode.h Attribute not found
ERR_NO_BOOT_ESSENTIAL_DRIVE 0x5432 errcode.h Contact technical support
ERR_NO_BOOT_ESSENTIAL_DISK 0x5433 errcode.h Contact technical support
ERR_HD_NOT_FOUND_IN_INFO 0x5434 errcode.h Not found
ERR_DISK_NOT_READY_TO_CONVERT 0x5435 errcode.h Must be plaintext or encrypted
ERR_DRIVE_NOT_FOUND_IN_INFO 0x5436 errcode.h Not found
ERR_EXISTING_BOOT_ESSENTIAL_TYPE 0x5437 errcode.h Mixed already
ERR_DRIVE_IS_A_FLOPPY 0x5438 errcode.h Drive is a floppy
ERR_ENTIRE_DISK_NOT_ENCRYPTED 0x5439 errcode.h You have to encrypt the entire disk before encrypting individual partitions
ERR_CANNOT_DECRYPT_PLAINTEXT_DISK 0x5440 errcode.h You cannot decrypt plain text disks
ERR_NOT_ALLOW_PWDPROTKF_ONTKN 0x6777 errcode.h A password-protected key file cannot be stored on the token
ERR_WARN_DRIVE_SAME_KEYTYPE_WITH_HD 0x6900 errcode.h You cannot re-encrypt boot, system or first drive.
ERR_WARN_DRIVE_DIFFERENT_KEYTYPE_WITH_HD 0x6901 errcode.h You cannot use key types other than the one for the disk
ERR_WARN_DRIVE 0x6904 errcode.h SecureDoc does not allow you to encrypt the system drive, C:\\ and the drive where SecureDoc resides.
ERR_HD_ENCRYPTED 0x6907 errcode.h You cannot decrypt a partition when the whole disk is encrypted.
ERR_NO_OBJECT 0x6908 errcode.h SecureDoc error. Error finding object
ERR_MORE_THAN_ONE_OBJECT 0x6909 errcode.h SecureDoc error. More than 1 object found.
ERR_SYSTEM_DRIVE_DIFFERNT_BOOT_DRIVE 0x6912 errcode.h You cannot encrypt boot and system drive with different key types
ERR_WARN_DRIVE_DIFFERENT_KEYTYPE_WITH_PREVIOUS 0x6915 errcode.h The key type must be the same as previously used for this computer
ERR_OPEN_ERROR 0x7000 errcode.h Open error
ERR_READ_ERROR 0x7001 errcode.h There was an error reading
ERR_FILE_EMPTY 0x7002 errcode.h The file is empty
ERR_FILE_NOT_EXIST 0x7007 errcode.h The key file doesn't exist
ERR_ALLOCATION_FAIL 0x7008 errcode.h There was an error with allocating
ERR_OPEN_OUTPUT_FILE 0x700A errcode.h Error on opening of output or temporary file
ERR_WRITE_OUTPUT_FILE 0x700B errcode.h Writing to output or temporary file failed
ERR_READ_TEMPORARY_FILE 0x700C errcode.h Error Reading from output or temporary file
ERR_BUFFER_TOO_SMALL 0x7017 errcode.h Error message buffer is too small.
ERR_KEY_NOT_FOUND 0x7020 errcode.h The key is not found in the database
ERR_INTERNAL_INI_FM_STATE 0x7021 errcode.h Internal error occur while processing INI-file
ERR_NO_KEYS_FOUND_ON_SERVER 0x7022 errcode.h Current user does not have access to any On-Demand Keys on the server
ERR_RME_DEFAULT_KEY_NOT_FOUND 0x7023 errcode.h Cannot find RME default key
ERR_NOT_OUR_MBR 0x7206 errcode.h The MBR is not correct. Please contact your Administrator.
ERR_INVALID_PARTITION_TABLE 0x7208 errcode.h The entry not found.
ERR_PHASE_CALLING_SC 0x720A errcode.h Internal error. Invalid phase in calling Smart Card
ERR_INVALID_KEY_TYPE 0x7210 errcode.h Invalid Key Type
ERR_PHASE_GETTING_SC 0x7211 errcode.h Internal error. Phase not set after calling Smart Card.
ERR_SPACE_NOT_FOUND 0x7213 errcode.h An error occurred when reading PC GUARD space. Contact your Administrator
ERR_DIR_NOT_FOUND 0x7214 errcode.h There was an error reading the SecureDoc directory
ERR_RECOVERY_NOT_FOUND 0x7215 errcode.h PC GUARD could not find the recovery
ERR_USER_INFO_NOT_FOUND 0x7216 errcode.h Could not find user information
ERR_CHECKS_NOT_FOUND 0x7220 errcode.h Checks not found
ERR_CLEARAREA_NOT_FOUND 0x7234 errcode.h Clear area not found
ERR_GET_LOCKPROFILE 0x7419 errcode.h An error found in lock profile
ERR_PROFILE_DELETE 0x7420 errcode.h An error occurred when deleting profile
ERR_INSTALATION_NOT_NEED 0x7500 errcode.h An installation is not required
ERR_WRITE_MBRCODE_TO_DK_ERROR 0x7512 errcode.h Write master boot record to diskette error . Please check your diskette.
ERR_NTFS_ENTRY_NOT_FOUND 0x7513 errcode.h NTFS entry not found.
ERR_DUMPFILE_ERROR 0x7514 errcode.h Cannot create a sequential file. Please defrag the hard disk and try again! Dump file error.
ERR_NOT_HARDDRIVE 0x7516 errcode.h Hard drive number does not match.
ERR_REPLACE_ORG_MBR_ERROR 0x7520 errcode.h Read sectors in hard drive error.
ERR_WRITE_DISKETT_ERROR 0x7521 errcode.h Write to diskette error.
ERR_CREATE_FILE_ERROR 0x7523 errcode.h Created file error.
ERR_WRITE_DATA_IN_FILE_ERROR 0x7524 errcode.h Write data to a file error.
ERR_WRONG_DISKETTE 0x7525 errcode.h Your diskette in A: is not the correct Emergency Diskette.
ERR_CREATED_FILE_NOT_SECQ 0x7526 errcode.h The created file is not sequential.
ERR_UNNORMAL_MBR 0x7530 errcode.h Please reboot your computer and try again
ERR_INVALID_CLUSTER_BLOCK 0x7538 errcode.h The sum of sector blocks larger than the file size
SDERR_NOT_INSTALLED 0x7602 errcode.h SecureDoc not installed
ERR_ENCRYPTED_FILE_TOO_SMALL 0x7603 errcode.h File is too small
ERR_FILE_READ_LESS_THAN_REPORTED 0x7604 errcode.h File read is less then reported
ERR_HEADER_LEN_TOO_LONG 0x7605 errcode.h Header is too long
ERR_HEADER_LEN_MORE_THAN_FILE_SIZE 0x7606 errcode.h Header length is longer than the file size
ERR_NO_KEY 0x7608 errcode.h There is no key
ERR_WRONG_KEY 0x7609 errcode.h This key file doesn't exist in this database
ERR_IS_NOT_ENCRYPTED 0x7610 errcode.h Disk is not encrypted
ERR_PATH_NOT_EXIST 0x7615 errcode.h File doesn't exist. Check path and file name.
ERR_EXTENSION_ERROR 0x7616 errcode.h You need to check the extension of the file
ERR_RANGES_ARE_NOT_FOUND 0x7621 errcode.h Ranges are not found
ERR_ACCESS_DENIED 0x7622 errcode.h Access is denied
ERR_FILE_WRITE_LESS_THAN_REPORTED 0x7623 errcode.h File write is less than reported
ERR_INVALID_DBK_ENTRY 0x7700 errcode.h DBK entry is invalid.
ERR_NO_MORE_RESERVED_DBK_SLOTS 0x7701 errcode.h No more reserved DBK slots
ERR_PWD_LESS_MIN_LEN 0x7702 errcode.h Your password is too short, see minimum password length in password rules
ERR_PWD_LESS_MIN_UPPER 0x7703 errcode.h Your password does not contain enough upper case letters
ERR_PWD_LESS_MIN_LOWER 0x7704 errcode.h Your password does not contain enough lower case letters
ERR_PWD_LESS_MIN_NUMERIC 0x7705 errcode.h Your password does not contain enough numeric characters
ERR_PWD_LESS_MIN_NON_AlPHA_NUM 0x7706 errcode.h Your password does not contain enough non-alpha numeric characters
ERR_PWD_LARGER_MAX_REPEATED 0x7707 errcode.h Your password contains too many repeated characters.
ERR_PWD_LARGER_MAX_OLD_PWD 0x7708 errcode.h Your password contains too many consecutive characters found in the old password
ERR_STRICT_PWD_EXPIRY 0x7709 errcode.h Your password has expired.
ERR_SH_QUST_HAVETO_ANSW 0x7710 errcode.h Self-help question(s) must be answered before continuing
ERR_SYSTEM_TIME_INCORRECT 0x7711 errcode.h System time is incorrect
ERR_TOO_MANY_FAILED_LOGINS 0x7712 errcode.h Exceeded maximum number of consecutive failed logins
ERR_INIPSWD_MUSTBE_CHANGED 0x7713 errcode.h You must change your initial password before continuing.
ERR_PASSWORD_EXPIRY 0x7714 errcode.h Your password has expired.
ERR_PASSWORD_MUSTBE_KEPT 0x7715 errcode.h You cannot change your password at this time. View the Password Rules.
ERR_INVALID_USER_ID 0x7716 errcode.h Invalid user ID
ERR_VERIFY_ADD_FILTER 0x7718 errcode.h Failed verifying add filter!
ERR_VERIFY_REMOVE_FILTER 0x7719 errcode.h Failed verifying remove filter!
ERR_SET_FILE_POINTER_ERROR 0x771A errcode.h Set file pointer error
ERR_PASSWORD_TOO_LONG 0x771C errcode.h Password entered is too long
CARD_READER_INITIALIZATION_ERROR 0x7720 errcode.h Initial card reader error
CARD_READER_CARDREADER_ERROR 0x7721 errcode.h Card reader error
CARD_READER_NOSMARTCARD_ERROR 0x7722 errcode.h No smart card in card reader
CARD_READER_UNSUPPORTED_CARDREADER 0x7723 errcode.h Unsupported card reader
CARD_READER_UNSUPPORTED_SMARTCARD 0x7724 errcode.h Unsupported smart card
ERR_DBEXTENSION_ERROR 0x7725 errcode.h Database names require the extension '.mdb'
ERR_TOKEN_METHOD_NOT_SUPPORTED 0x7726 errcode.h Token method not supported
ERR_NO_DLL_FOR_TOKEN_TYPE 0x7727 errcode.h No DLL for Token type
ERR_NO_DLL_NAME_IN_TOKEN 0x7728 errcode.h No DLL name in Token
ERR_NO_OBJECT_NAME_IN_TOKEN 0x7729 errcode.h No object name in Token
ERR_UPEK_SENSOR_NOTSUPPORTED 0x772A errcode.h This UPEK fingerprint sensor is not currently supported for preboot authentication
ERR_NO_PRIVATE_KEY_IN_TOKEN 0x7730 errcode.h No private Key in Token. If this occurs after system power off (standby), you have to remove and insert the token again!
ERR_NO_ENC_PASSWORD_IN_KEYFILE 0x7731 errcode.h No encryption password set in Key File
ERR_NO_PRIVATE_KEY_FILEID_IN_KEYFILE 0x7732 errcode.h No private key found in Key File
ERR_READ_FILE_AT_BOOT 0x7733 errcode.h Error reading file at boot time
ERR_BOOT_VERSION 0x7734 errcode.h The boot code is invalid, please contact WinMagic Technical Support.
ERR_HOOK_VERSION 0x7736 errcode.h Hook code is invalid. Please contact Technical Support
ERR_100_TIMES_SEQ_FILE 0x7738 errcode.h Cannot create sequential file. Please defrag the disk and try again!
ERR_SEARCHING_DIR_16 0x7739 errcode.h Cannot find file in FAT 16
ERR_INCORRECT_KEY_FILE_ATRR 0x7740 errcode.h Key file is not setup correctly for the conversion from password to token protection
ERR_SEARCHING_DIR_32 0x7742 errcode.h Cannot find file in FAT 32
ERR_FILE_OUR_SPACE_NOT_FOUND 0x7743 errcode.h SecureDoc space not found
ERR_HD_FILE_NOT_FOUND 0x7744 errcode.h File on hard disk not found!
ERR_READ_FILE 0x7748 errcode.h Reading file error!
ERR_NO_SMARTCARD_SLOT_FOUND 0x7750 errcode.h No Smart Card slot found
ERR_NO_SMARTCARD_INSERTED 0x7751 errcode.h No Smart Card is inserted.
ERR_GETFUNCTIONLIST_ERROR 0x7752 errcode.h Error getting function list. Please make sure the token PKCS#11 DLL is correct!
ERR_NO_SMARTCARD_DLL 0x7753 errcode.h Token middleware not found
ERR_REOVERY_INPUT_LEN 0x7756 errcode.h Recovery input length invalid
ERR_NULL_STRING 0x7757 errcode.h Error null string
ERR_TOKEN_PASSWORD 0x7761 errcode.h Token password is incorrect
ERR_SET_PROFILE_FAIL 0x7762 errcode.h Error occured setting new profile value
ERR_PSWD_USED_IN_HISTORY 0x7764 errcode.h The password has been used before.
ERR_STRING_TOO_SHORT 0x7768 errcode.h Input string is too long
ERR_MULTIPLE_RECOVERY_PKGS 0x7769 errcode.h User has multiple recovery packages
ERR_CANNOT_FIND_PSWD_RECOVERY 0x776A errcode.h Unable to find password recovery information for this user
ERR_WRONG_PSWD_RECOVERY_INFO 0x776B errcode.h Password recovery information for this user is incorrect
ERR_FUNCTION_NOT_SUPPORT 0x7770 errcode.h Inadequate rights; Not permitted to encrypt the hard disk. Please contact your administrator
ERR_RW_PARTITION_INFO 0x7772 errcode.h Boot Logon failed to get compartment information.
INVALID_PART_INFO 0x7774 errcode.h Invalid information for partition or compartment
NO_COMPARTMENT_INFO 0x7775 errcode.h Invalid compartment configuration
ERR_RW_INVALID_PT_SECTOR 0x7778 errcode.h Invalid partition table has been found, please check up.
ERR_PT_SECTOR_NOT_MATCH 0x7779 errcode.h Current compartment information doesn't match this computer.
ERR_NO_PROFILE_AVAILABLE 0x7782 errcode.h No profile available
ERR_PROFILE_INFO 0x7783 errcode.h An error occurred when displaying profile information
ERR_CANT_INSTALL_HOOK 0x7787 errcode.h Error installing hook
ERR_WARN_SYSTEM_TIME_INCORRECT 0x7789 errcode.h System time source is incorrect
ERR_SD_CHKSUM_SD_SPACE_HD1 0x778A errcode.h PC GUARD Space checksum error for hard disk 1
ERR_SD_CHKSUM_SD_SPACE_HD2 0x778B errcode.h PC GUARD Space checksum error for hard disk 2
ERR_SD_CHKSUM_SD_SPACE_HD3 0x778C errcode.h PC GUARD Space checksum error for hard disk 3
ERR_SD_CHKSUM_SD_SPACE_HD4 0x778D errcode.h PC GUARD Space checksum error for hard disk 4
ERR_SD_CHKSUM_SD_SPACE_HD5 0x778E errcode.h PC GUARD Space checksum error for hard disk 5
ERR_SD_CHKSUM_SD_SPACE_HD6 0x778F errcode.h PC GUARD Space checksum error for hard disk 6
ERR_SD_CHKSUM_PART_TABLE_HD1 0x7791 errcode.h Partition table checksum error for hard disk 1
ERR_SD_CHKSUM_BIOS_AUDIT 0x7798 errcode.h BIOS checksum error
ERR_KEYFILE_EXPIRY 0x7799 errcode.h Your Key File has expired
ERR_REMOVABLE_KEY_FILE_NOT_ALLOWED 0x779A errcode.h Key file from removable media is not allowed
ERR_SAME_KEY_FILE_NOT_ALLOWED 0x779B errcode.h Second userID must be different from the first on
ERR_MUST_BE_THREE_KEY_FILES 0x779C errcode.h There must be at least 3 different key files in SecureDoc space
ERR_CANNOT_OVERWRITE_KEY_FILE 0x779D errcode.h You cannot overwrite existing key file
ERR_MUST_BE_TWO_TKN_INSERT 0x779E errcode.h You must insert two tokens for dual authentication.
ERR_MUST_BE_BOOT_KEY_FILE 0x779F errcode.h Required to use boot key file as the second user login
ERR_NON_TKNBAS_KEY_FILE 0x77A0 errcode.h You have to use the token based key file for dual authentication.
ERR_MUST_BE_TKN_INSERT 0x77A2 errcode.h Opening of local certificate store failed
ERR_SD_KEYFILE_INVALID 0x77A3 errcode.h Key file is invalid
ERR_CANNOT_CREATE_PIPE 0x7800 errcode.h Pipe cannot be created
ERR_CANNOT_CONNECT_TO_PIPE 0x7801 errcode.h Unable to connect to pipe
ERR_DATABASE_NOT_OPENED 0x7802 errcode.h Database is not open
ERR_COMM_BUFFER_VERSION 0x7804 errcode.h Invalid communication buffer version
ERR_CANNOT_FIND_OBJECT 0x7805 errcode.h Unable to find object in communication buffer
ERR_CANNOT_FIND_ATTRIBUTE 0x7806 errcode.h Unable to find attribute in communication buffer's object
ERR_NO_CLIENT_REQUEST 0x7807 errcode.h Pipe-access request invalid: Does not come from a client
ERR_CLIENT_NOT_CONNECTED 0x7808 errcode.h Client is not connected to SDConnex
ERR_READING_FROM_PIPE_ERROR 0x7809 errcode.h Unable to read from pipe
ERR_CANNOT_OPEN_SESSION 0x780B errcode.h Unable to open session
ERR_SERVER_NOT_AVAILABLE 0x780C errcode.h Server is not available
ERR_COMMUNICATION_ERROR 0x780D errcode.h Communication error found in pipe
ERR_EXPORT_VERSION 0x780E errcode.h This is the export version
ERR_USER_NOT_FOUND 0x780F errcode.h User cannot be found
ERR_USER_ALREADY_EXISTS 0x7810 errcode.h User already exists
ERR_USER_DATA_INCORRECT 0x7811 errcode.h Information about the user is incorrect
ERR_CDB_CANNOT_GET_KEY_VALUE 0x7812 errcode.h Get the Key value error
ERR_CDB_NO_KEY_IN_ADMIN_KF 0x7813 errcode.h Admin key file does not contain the key used to protect this user record
ERR_SERVER_NOT_STARTED 0x7814 errcode.h Server is not started
ERR_CANNOT_WRITE_TO_FILE 0x7815 errcode.h Unable to write to file
ERR_DAO_ERROR 0x7816 errcode.h DAO error
ERR_KEY_ALREADY_EXISTS 0x7817 errcode.h Key already exists in the database
ERR_COMPUTER_ALREADY_EXISTS 0x7818 errcode.h A computer with this unique identifier already exists in the database
ERR_COMPUTER_DOESNT_EXISTS 0x7819 errcode.h Unable to find a computer with this unique identifier in the database
ERR_DATABASE_ERROR 0x781A errcode.h Database error
ERR_COMPUTER_CANT_BE_ADDED 0x7820 errcode.h This computer cannot be added to the database
ERR_USER_CANT_BE_ADDED 0x7821 errcode.h This user cannot be added to the database
ERR_WRONG_COMM_SEQUENCE 0x7822 errcode.h Communication buffer has an incorrect sequence
ERR_WRONG_COMM_BUFF_CHKSUM 0x7823 errcode.h Communication buffer has an incorrect checksum
ERR_DATA_LENGTH 0x7824 errcode.h Incorrect data length.
ERR_WRONG_SIGNATURE 0x7825 errcode.h Administrator signature is incorrect
ERR_UNIQUE_ID_EMPTY 0x7826 errcode.h Computer unique ID is empty
ERR_KEY_NOT_FOUND_IN_DB 0x7827 errcode.h Key is not found in the database
ERR_CANNOT_START_THREAD 0x7828 errcode.h Unable to start thread
ERR_WINSOCK_INIT 0x7829 errcode.h Error connecting to server. Please check network connection
ERR_WINSOCK_RECEIVE 0x782A errcode.h Error receiving message from server
ERR_WINSOCK_CREATE_SOCKET 0x782B errcode.h Error connecting to server. Please check network connection
ERR_WINSOCK_BIND 0x782C errcode.h Error connecting to server. Please check network connection
ERR_WINSOCK_LISTEN 0x782D errcode.h Error connecting to server. Please check network connection
ERR_WINSOCK_CONNECT 0x782E errcode.h Error connecting to server. Please check network connection
ERR_WINSOCK_GETHOSTBYNAME 0x782F errcode.h Error connecting to server. Please check network connection
ERR_WINSOCK_SEND 0x7830 errcode.h Error sending message to server
ERR_NO_SHA1_CERT_IN_STORE 0x783E errcode.h Certificate matching the hash cannot be found in local store
ERR_CERT_STORE_OPEN_FAILURE 0x783F errcode.h Opening of local certificate store failed
ERR_CERT_FILE_NOT_SELECTED 0x7840 errcode.h Certificate file not selected
ERR_P12_FILE_NOT_SELECTED 0x7841 errcode.h PKCS#12 file not selected
ERR_BUFFER_OVERFLOW 0x7843 errcode.h Destination buffer overflow.
ERR_INVALID_CERT_TO_IMPORT 0x7845 errcode.h The certificate is expired, or is not allowed for encipherment
ERR_CDB_SETTINGS_IS_ABSENT 0x7846 errcode.h Requested setting not found in database, or cannot be read
ERR_USER_NOT_IN_ADMIN_TABLE 0x7848 errcode.h User does not have access to this database
ERR_EXPORT_KEYS_NOT_ALLOWED 0x7849 errcode.h Key file does not permit exporting keys
ERR_AUTO_BOOT_DISABLED 0x784A errcode.h Auto-boot feature is disabled.
ERR_SILENT_AUTO_BOOT_DISABLED 0x784B errcode.h Silent auto-boot is not allowed.

Reference material:
CRM article: KB 167