When File Backup tasks fail, they return the following error codes:
| Error Code | Description | |
| AIPFB_ERR_SUCCESS | 0x0000 | No error. |
| AIPFB_ERR_FALSE | 0x2001 | Base Error |
| AIPFB_ERR_DLL_VER | 0x2002 | Wrong DLL version. |
| AIPFB_ERR_VERSION | 0x2003 | This version does not support the format and features. |
| AIPFB_ERR_NOT_FOUND_FILE | 0x2004 | The specified file not found. |
| AIPFB_ERR_NOT_INIT | 0x2005 | Initialization failed or could not initialize. |
| AIPFB_ERR_NOT_SUPPORT | 0x2006 | Unsupported interface or feature. |
| AIPFB_ERR_BUSY | 0x2007 | Program is busy. |
| AIPFB_ERR_NOT_ENOUGH_MEMORY | 0x2008 | Memory allocation failed. Insufficient memory area. |
| AIPFB_ERR_INVALID_PARAM | 0x2009 | Wrong parameter. |
| AIPFB_ERR_NULL_POINTER | 0x200a | The pointer is null. |
| AIPFB_ERR_NO_DISKSPACE | 0x200b | Insufficient space in disk or volume. |
| AIPFB_ERR_INVALID_DATA | 0x200c | Wrong data. |
| AIPFB_ERR_TOO_LONG_PATH | 0x200d | The path is too long. |
| AIPFB_ERR_OUT_OF_BUFFER | 0x200e | Buffer is too small. |
| AIPFB_ERR_NETWORK | 0x200f | Network error. |
| AIPFB_ERR_NETWORK_CONNECT | 0x2010 | Network connection error |
| AIPFB_ERR_TIMEOUT | 0x2011 | Time-out error. |
| AIPFB_ERR_SEND_DATA | 0x2012 | Data transmission failed. |
| AIPFB_ERR_NO_ADMINS | 0x2013 | Administrator privileges are required. |
| AIPFB_ERR_CHECK_PARAM | 0x2014 | Internal data validation failed. |
| AIPFB_ERR_NOT_SUPPORT_VOL | 0x2015 | Unsupported volume format. |
| AIPFB_ERR_NOT_LAST_IMGFILE | 0x2016 | Not the last image file in this backup chain. |
| AIPFB_ERR_WRONE_STATE | 0x2017 | Wrong status. |
| AIPFB_ERR_TGTPATH_EXCEED | 0x2018 | The target path is too long. |
| AIPFB_ERR_UNEXPECT_END | 0x2019 | The data has not been written yet, but the process has completed. |
| AIPFB_ERR_USER_CANCEL | 0x201a | User cancelled the operation. |
| AIPFB_ERR_NEED_REBOOT | 0x201b | This operation must continue after the system restart. |
| AIPFB_ERR_DIR_NO_PROCESS | 0x201c | Sub items in this directory will not be processed any further. |
| AIPFB_ERR_NAME_CONFLICT | 0x201d | Duplicate directory (file) entry name. |
| AIPFB_ERR_DIRITEM_EXCEED | 0x201e | The entry table for the specified directory (volume) is full. |
| AIPFB_ERR_SKIP_ALL | 0x201f | Ignore every operation. |
| AIPFB_ERR_FIND_BACKUP_VERSION | 0x2020 | Backup version number not found. |
| AIPFB_ERR_NO_PROJECT | 0x2021 | Could not find a backup of the specified project name. |
| AIPFB_ERR_NO_DESTINATION | 0x2022 | The last backup deleted. |
| AIPFB_ERR_MUST_BACKUP_BASE | 0x2023 | Need to take full backup. |
| AIPFB_ERR_BEGIN_BACKUP | 0x2024 | Failed to start backup task. |
| AIPFB_ERR_NO_BACKUP_DATA | 0x2025 | No backup required if there is no data change. |
| AIPFB_ERR_CANCEL | 0x2026 | Cancelled. |
| AIPFB_ERR_PASSWORD | 0x2027 | Wrong password. |
| AIPFB_ERR_CRYPT_RUN | 0x2028 | Encryption failed. |
| AIPFB_ERR_DECRYPT_RUN | 0x2029 | Decryption failed. |
| AIPFB_ERR_COMPRESS | 0x202a | Compression failed. |
| AIPFB_ERR_DECOMPRESS | 0x202b | Extraction failed. |
| AIPFB_ERR_ERROR_DIR | 0x202c | Incorrect destination folder. |
| AIPFB_ERR_FILE_NOT_FOUND | 0x202d | The specified file not found. |
| AIPFB_ERR_INVALID_PATH | 0x202e | The specified path is invalid or too long. |
| AIPFB_ERR_READ_SECTOR | 0x202f | Reading sector failed. |
| AIPFB_ERR_WRITE_SECTOR | 0x2030 | Writing sector failed. |
| AIPFB_ERR_PATH_IN_TARGET_VOLUME | 0x2031 | The temp or image creation path for the full-sector backup is invalid. |
| AIPFB_ERR_IMG_NOT_FULL | 0x2032 | Incomplete full backup. |
| AIPFB_ERR_NOT_FOUND_IMG_VER | 0x2033 | Image file of the specified version is not found. |
| AIPFB_ERR_IMG_NUM_ZERO | 0x2034 | No image file for the backup source. |
| AIPFB_ERR_IMG_LIST_ERROR | 0x2035 | Wrong number of backup image files. |
| AIPFB_ERR_NOT_FOUND_IMG | 0x2036 | Image file not found. |
| AIPFB_ERR_STRING_OVERFLOW | 0x2037 | String overflow. |
| AIPFB_ERR_STRING_ERROR | 0x2038 | String process error. |
| AIPFB_ERR_EXCUTE_WINAPI | 0x2039 | Execution of Windows API failed. |
| AIPFB_ERR_OPEN_FILE | 0x203a | File open failed. |
| AIPFB_ERR_CREATE_FILE | 0x203b | File open failed. |
| AIPFB_ERR_READ_FILE | 0x203c | File read failed. |
| AIPFB_ERR_WRITE_FILE | 0x203d | File write failed. |
| AIPFB_ERR_END_OF | 0x203e | End of file. |
| AIPFB_ERR_SEEK_FILE | 0x203f | Failed to locate the file. |
| AIPFB_ERR_MAPVIEW_FILE | 0x2040 | File view read failed. |
| AIPFB_ERR_DELETE_FILE | 0x2041 | Delete file failed. |
| AIPFB_ERR_FIND_FILE | 0x2042 | File not found. |
| AIPFB_ERR_LOAD_LIBRARY | 0x2043 | Dynamic library load failed. |
| AIPFB_ERR_CREATE_DIRECTORY | 0x2044 | Create directory failed. |
| AIPFB_ERR_INVALID_PARAMETER | 0x2045 | Invalid parameter. |
| AIPFB_ERR_FILECOPY_DST_DIR_EXIST | 0x2046 | Image file copy destination folder already exists. |
| AIPFB_ERR_FILECOPY_SRC_EQUAL_DST | 0x2047 | At the image file copy destination, the destination path is the same as the source path. |
| AIPFB_ERR_CREATE_THREAD | 0x2048 | Creation of thread failed. |
| AIPFB_ERR_FILTER_PARSE_FINISH | 0x2049 | Filter condition processing has completed. |
| AIPFB_ERR_NOT_SET_FILTER | 0x204a | Filter condition not configured. |
| AIPFB_ERR_NOT_SET_CALLBACK | 0x204b | Callback function is not set. Internal program error. |
| AIPFB_ERR_NOT_SET_CONTEXT | 0x204c | Callback function context is not configured. Internal program error. |
| AIPFB_ERR_NOT_READ_FILE_ACCESSED | 0x204d | No permission to access the file. |
| AIPFB_ERR_NOT_START_VSS | 0x204e | Failed to start VSS. |
| AIPFB_ERR_DELETE_IMG_FILE_FAIL | 0x204f | Image file deletion failed. |
| AIPFB_ERR_GET_IMG_FILE_LIST | 0x2050 | Failed to retrieve the list of image files. |
| AIPFB_ERR_NOT_FIND_LAST_IMG_FILE | 0x2051 | Last image file not found. |
| AIPFB_ERR_NOT_IMG_FILE | 0x2052 | Incorrect image file. |
| AIPFB_ERR_CAN_NOT_DELETE_IMG_FILE | 0x2053 | Failed to delete image file. |
| AIPFB_ERR_NOT_CONNECT_SFTP_OR_CLOUD_SERVER | 0x2054 | Failed to connect to the SFTP or cloud server. |
| AIPFB_ERR_CAN_NOT_GET_COMPUTER_NAME | 0x2055 | Failed to obtain computer name. |
| AIPFB_ERR_FBIMG_INITED | 0x2056 | Backup image initialized. |
| AIPFB_ERR_UNKNOWN_DATATYPE | 0x2057 | Added data type unknown. |
| AIPFB_ERR_FBIMG_INVALID_OFFSET | 0x2058 | Data offset error. |
| AIPFB_ERR_FBIMG_DATAINVALID | 0x2059 | Data Error |
| AIPFB_ERR_FBIMG_NOTMAINIMG | 0x205a | Not a primary backup image. |
| AIPFB_ERR_NOIMG_USABLE | 0x205b | No available image file. |
| AIPFB_ERR_ISNOT_FBIMAGE | 0x205c | No file backup image. |
| AIPFB_ERR_FBIMG_IMGCLOSED | 0x205d | Closed file backup image. |
| AIPFB_ERR_DISK_SYSTEM_PARTITION | 0x205e | A system partition exists on the disk. |
| AIPFB_ERR_DISK_PROTECT_BY_SNAPSHOT | 0x205f | Disk protected by system snapshot. |
| AIPFB_ERR_FBIMG_IMGCOPENED | 0x2060 | Opened file backup image. |
| AIPFB_ERR_FILECOPY_TASK_NAME | 0x2061 | Image file move, task name mismatch. |
| AIPFB_ERR_FILECOPY_GUID | 0x2062 | Image file move, task GUID mismatch. |
| AIPFB_ERR_DELETE_DIRECTORY | 0x2063 | Image file move, delete directory failed. |
| AIPFB_ERROR_INVALID_DISK_OPT_TYPE | 0x2064 | Invalid disk operation type. |
| AIPFB_ERROR_FIND_BACKUP_FILE | 0x2065 | Invalid file conversion type (only disk backup files are valid). |
| AIPFB_ERROR_FILE_PATH_TOO_LONG | 0x2066 | File path too long. |
| AIPFB_ERR_ENCRYPTNOMATCH | 0x2067 | The two backup encryption settings in the task do not match. |
| AIPFB_ERR_NOREPARSE_POINT | 0x2068 | Reparse point not found. |
| AIPFB_ERR_NOTFIND_VOLUME_WRITABLE | 0x2069 | No writable volume found. |
| AIPFB_ERR_FBIMG_NOCAPACITY | 0x206a | Insufficient available space in destination. |
| AIPFB_ERR_VSS | 0x206b | VSS Error |
| AIPFB_ERR_REPARSE_POINT | 0x206c | Failed to repair the pointer. |
| AIPFB_ERROR_USER_SELECT_CANCEL | 0x206d | User selected cancel. |
| AIPFB_ERR_FILTER_HEAD | 0x206e | Invalid filter condition header. |
| AIPFB_ERR_FILTER_READ | 0x206f | Filter condition read error. |
| AIPFB_ERR_FILTER_VOLUME_NULL | 0x2070 | No volume device matches the filter conditions. |
| AIPFB_ERR_FILTER_COMPUTER_NULL | 0x2071 | No network computer matches the filter conditions. |
| AIPFB_ERR_FILTER_HAS_ERR | 0x2072 | Filter condition error. |
| AIPFB_ERR_NO_BACKUP_SPECIFYDATA | 0x2073 | No need to back up the specified data. |
| AIPFB_ERR_CANNOT_REPLACEMENT | 0x2074 | Unable to overwrite the file in destination. |
| AIPFB_ERR_RESTORE_COMPLETION_PARTLY | 0x2075 | Restore succeeded, but some directories (files) were not restored. |
| AIPFB_ERR_CALLBACK_NULL | 0x2076 | No call backup function. |
| AIPFB_ERR_TASKID_DIFFERRENT | 0x2077 | Task ID mismatch detected. |
| AIPFB_ERR_SET_CALLBACK | 0x2078 | Setting the callback function failed. |
| AIPFB_ERR_NEED_MORE_SIZE | 0x2079 | Insufficient memory space allocated. Requires more memory space (reallocate memory based on the returned size and try again.) |
| AIPFB_ERR_IMAGE_TOOSMALL | 0x207a | The image segment size is too small. |
| AIPFB_ERR_LIMIT_EXPLORER_DISKIMG | 0x207b | Disk image access is not supported due to version restrictions. |
| AIPFB_ERR_NO_MORE_FILE | 0x207c | No files to search (search is complete). |
| AIPFB_GET_IMAGE_INFO | 0x207d | Obtaining image file information failed. |
| AIPFB_GET_IMAGE_VERSION | 0x207e | Obtaining image file version failed. |
| AIPFB_ERR_EXCEPTION | 0x207f | Exception occurred. |
| AIPFB_ERR_FIND_BASE_IMAGE_FILE | 0x2080 | Base image file not found. |
| AIPFB_ERR_OPEN_SFTP_OR_CLOUD_FILE | 0x2081 | Failed to open SFTP or cloud file. |
| AIPFB_ERR_WRITE_SFTP_OR_CLOUD_FILE | 0x2082 | Failed to write to SFTP or cloud. |
| AIPFB_ERR_READ_SFTP_OR_CLOUD_FILE | 0x2082 | Failed to read files on SFTP or cloud. |
| AIPFB_ERR_LIST_SFTP_OR_CLOUD_FILE | 0x2083 | Listing SFTP or cloud files failed. |
| AIPFB_ERR_QUICK_SS_CHECK_ERROR | 0x2084 | Quick StorageServer check error. |
| AIPFB_ERR_ENABLE_BACKUP_ERROR | 0x2085 | Backup task activation error. |
| AIPFB_ERR_OPEN_TAPE_FILE | 0x2086 | Failed to open tape file. |
| AIPFB_ERR_WRITE_TAPE_FILE | 0x2087 | Failed to write to tape file. |
| AIPFB_ERR_READ_TAPE_FILE | 0x2088 | Failed to read tape file. |
| AIPFB_ERR_LIST_TAPE_FILE | 0x2089 | Failed to list tape files. |
| AIPFB_ERR_LIST_TAPE | 0x208a | Failed to create tape list. |
| AIPFB_ERR_PUP_TAPE | 0x208b | Failure due to potentially unwanted program on tape. |
| AIPFB_GETMISSING_TAPE | 0x208c | Missing Tape |
| AIPFB_CURRENT_TAPE_IS_FULL | 0x208d | Current tape is full. |
| AIPFB_CURRENT_TAPE_IS_FULL_NO_EMPTY_TAPE | 0x208e | Current tape is full. No empty tape in pool. |
| AIPFB_TAPE_FULL_DO_FULLBACKUP | 0x208f | The current tape is full. Clean up the pool before performing a full backup. |
| AIPFB_TAPE_FULL_CHANGE_TAPE | 0x2090 | The current tape is full. Manually replace the tape. |
| AIPFB_RESTORE_OLD_IMG_ERROR | 0x2091 | Old image recovery error. |
| AIPFB_ERR_TAPE_NOT_IMG_FILE | 0x9999 | Tape not found. |
57272842685849
Comments
0 comments
Please sign in to leave a comment.