16.7 Error Code Dictionary
Machbase errors appear in machsql, driver exceptions, and server trace logs. This page provides common errors and the complete error message catalog for Machbase 8.7.0.
Depending on the execution path, errors appear as strings such as ERR-02010: ... or as driver-specific
exceptions. Message wording may change as the product evolves. Applications should handle
errors by code rather than message text.
SQL Parser and Function Errors
| Code | Message | Common Cause |
|---|---|---|
ERR-02009 | Insufficient parser memory. | Insufficient SQL parser memory |
ERR-02010 | Syntax error: near token (%s). | SQL syntax error |
ERR-02011 | Unrecognized token (%s). | Unrecognized token |
ERR-02034 | Invalid format of time expression. | Invalid time expression format |
ERR-02035 | Function [%s] does not exist. | Call to a nonexistent function |
ERR-02036 | Function [%s] has an invalid argument. | Invalid function argument count or value |
ERR-02037 | Function [%s] argument data type does not match. | Function argument type mismatch |
ERR-02040 | Invalid time range. | Time range is not allowed |
Table, Column, and Input Data Errors
| Code | Message | Common Cause |
|---|---|---|
ERR-02014 | Column name is duplicated: (%s). | Duplicate column name |
ERR-02015 | Invalid column type: (%s). | Unsupported column type |
ERR-02024 | Table %s already exists. | A table with the same name already exists |
ERR-02025 | Table %s does not exist. | Target table does not exist |
ERR-02026 | The number of insert values and that of columns are mismatched. | INSERT column and value counts differ |
ERR-02030 | Column name (%s) does not exist. | Nonexistent column |
System Resource Errors
| Code | Message | Common Cause |
|---|---|---|
ERR-01007 | There is no available disk space for writing <%lld>bytes to the file<%s>, errno = %d. | Insufficient disk space for data files |
ERR-01346 | Current Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu), increase PROCESS_MAX_SIZE property and restart. | PROCESS_MAX_SIZE limit exceeded |
Using the Complete Catalog
The catalog below lists the product’s original English error messages. KEY identifies each error
in the source code. Placeholders such as %s, %d, and %llu are replaced with actual
object names or numeric values when an error occurs. Account for placeholder differences
when comparing messages, and search by ERR-xxxxx code whenever possible.
The catalog is divided into ranges of 1,000 on this page. Use browser search to find an error code, symbol, or part of a message. If the message does not establish the cause or whether retrying is appropriate, also check Troubleshooting and the constraints documented for the feature.
Complete Error Messages
The following 1,062 entries are from the Machbase 8.7.0 NFX error catalog, excluding entries for removed features.
ERR-00000–ERR-00999 (157)
| Code | Symbol | Original Message |
|---|---|---|
ERR-00001 | ERR_FILE_CREATE | Failed to create file<%s>, errno = %d. |
ERR-00002 | ERR_FILE_TRUNCATE | Failed to truncate file<%s>, errno = %d. |
ERR-00003 | ERR_FILE_DUP | Failed to duplicate file<%s>, errno = %d. |
ERR-00004 | ERR_FILE_COPY | Failed to copy file<%s> to file<%s>, errno = %d. |
ERR-00005 | ERR_FILE_RENAME | Failed to rename file<%s> to file<%s>, errno = %d. |
ERR-00006 | ERR_FILE_REMOVE | Failed to remove file<%s>, errno = %d. |
ERR-00007 | ERR_FILE_GETKEY | Failed to get key file<%s>, errno = %d. |
ERR-00008 | ERR_FILE_PIPE | Failed to create pipe<%s>, errno = %d. |
ERR-00009 | ERR_FILE_STAT | Failed to stat file<%s>, errno = %d. |
ERR-00010 | ERR_FILE_OPEN | Failed to open file<%s>, errno = %d. |
ERR-00011 | ERR_FILE_CLOSE | Failed to close file<%s>, errno = %d. |
ERR-00012 | ERR_FILE_SEEK | Failed to seek file<%s>, offset:%lld, Whence:%d, errno = %d. |
ERR-00013 | ERR_FILE_READ | Failed to read file<%s>, size:%llu, errno = %d. |
ERR-00014 | ERR_FILE_WRITE | Failed to write file<%s>, size:%llu, errno = %d. |
ERR-00015 | ERR_FILE_READ_SIZE | Failed to read file<%s> (offset:%llu, req size:%llu, read size: %llu), errno = %d. |
ERR-00016 | ERR_FILE_WRITE_SIZE | Failed to write file<%s> (offset:%llu, req size:%llu, read size: %llu), errno = %d. |
ERR-00017 | ERR_FILE_SYNC | Failed to sync file<%s>, errno = %d. |
ERR-00018 | ERR_FILE_LOCK | Failed to lock file<%s>, errno = %d. |
ERR-00019 | ERR_FILE_TRYLOCK | Failed to trylock file<%s>, errno = %d. |
ERR-00020 | ERR_FILE_UNLOCK | Failed to unlock file<%s>, errno = %d. |
ERR-00021 | ERR_FILE_NO_EXTENSION | There is no file extension. |
ERR-00022 | ERR_FILE_RENAME_RETRY | Failed to rename file<%s> to file<%s>, retry count<%d>, msec<%d>, errno = %d. |
ERR-00031 | ERR_STRING_SNPRINTF | Error occurred during snprintf: buffer size<%d>, errno = %d. |
ERR-00061 | ERR_ENV_GET | Failed to getenv variable<%s>, errno = %d. |
ERR-00062 | ERR_ENV_SET | Failed to setenv variable<%s> to value<%s>, errno = %d. |
ERR-00067 | ERR_DIR_OPEN | Failed to opendir <%s>, errno = %d. |
ERR-00068 | ERR_DIR_CLOSE | Failed to closedir, errno = %d. |
ERR-00069 | ERR_DIR_READ | Failed to readdir, errno = %d. |
ERR-00070 | ERR_DIR_REWIND | Failed to rewinddir, errno = %d. |
ERR-00071 | ERR_DIR_MAKE | Failed to makedir <%s>, errno = %d. |
ERR-00072 | ERR_DIR_REMOVE | Failed to removedir, errno = %d. |
ERR-00073 | ERR_DIR_SETCWD | Failed to setcwd, errno = %d. |
ERR-00074 | ERR_DIR_GETCWD | Failed to getcwd, errno = %d. |
ERR-00075 | ERR_DIR_GETHOME | Failed to gethome, errno = %d. |
ERR-00076 | ERR_DIR_PATH_TOO_LONG1 | Path<%s> is too long, errno = %d. |
ERR-00077 | ERR_DIR_PATH_TOO_LONG2 | Path<%s/%s> is too long, errno = %d. |
ERR-00078 | ERR_DIR_PATH_TOO_LONG3 | Path<%s/%s/%s> is too long, errno = %d. |
ERR-00079 | ERR_DIR_NOT_EXIST | The directory does not exist in this path<%s>, errno = %d. |
ERR-00080 | ERR_DIR_REMOVE_WITH_INFO | Failed to call removedir (%s), errno = %d. |
ERR-00091 | ULL_ERR_PMD_SQLITE3_ERROR | %1$s failed: [%2$d: %3$s]. |
ERR-00092 | ULL_ERR_PMD_SQLITE3_DISK_FULL | %1$s failed because the metadata store is full: [%2$d: %3$s]. |
ERR-00121 | ERR_STACK_CREATE | Stack create failed, errno = %d. |
ERR-00122 | ERR_STACK_PUSH | Stack push failed, errno = %d. |
ERR-00123 | ERR_STACK_POP | Stack pop failed, errno = %d. |
ERR-00131 | ERR_MEMORY_ALLOC | Failed to allocate memory(%lu bytes), errno = %d. |
ERR-00132 | ERR_MEMORY_ALLOC_BOUND | Memory allocation error (alloc'd: %llu, max: %llu). |
ERR-00133 | ERR_PM_PROCESS_MEMORY_LIMIT | Failed to allocate memory (ID = %d) (Request Size = %llu) : (Current Allocated Size / PROCESS_MAX_SIZE (%llu/%llu)). |
ERR-00141 | ERR_MEMPOOL_CREATE | Failed to create memory pool, errno = %d. |
ERR-00142 | ERR_MEMPOOL_ALLOC | Failed to allocate memory from memory pool, errno = %d. |
ERR-00151 | ERR_MUTEX_CREATE | Failed to create mutex, errno = %d. |
ERR-00152 | ERR_MUTEX_DESTROY | Failed to destroy mutex, errno = %d. |
ERR-00153 | ERR_MUTEX_LOCK | Failed to lock mutex, errno = %d. |
ERR-00154 | ERR_MUTEX_TRYLOCK | Failed to trylock mutex, errno = %d. |
ERR-00155 | ERR_MUTEX_UNLOCK | Failed to unlock mutex, errno = %d. |
ERR-00161 | ERR_QUEUE_CREATE | Failed to create queue, errno = %d. |
ERR-00162 | ERR_QUEUE_DESTROY | Failed to destroy queue, errno = %d. |
ERR-00163 | ERR_QUEUE_ENQUEUE | Failed to enqueue queue, errno = %d. |
ERR-00164 | ERR_QUEUE_DEQUEUE | Failed to dequeue queue, errno = %d. |
ERR-00171 | ERR_THR_ATTR_CREATE | Failed to create thread_attr, errno = %d. |
ERR-00172 | ERR_THR_ATTR_DESTROY | Failed to destroy thread_attr, errno = %d. |
ERR-00173 | ERR_THR_ATTR_SET_BOUND | Failed to set thread_attr bound, errno = %d. |
ERR-00174 | ERR_THR_ATTR_SET_DETACH | Failed to set thread_attr detach, errno = %d. |
ERR-00175 | ERR_THR_ATTR_SET_STACK_SIZE | Failed to set thread_attr stack size, errno = %d. |
ERR-00176 | ERR_THR_CREATE | Failed to create thread, errno = %d. |
ERR-00177 | ERR_THR_DETACH | Failed to detach thread, errno = %d. |
ERR-00178 | ERR_THR_JOIN | Failed to join thread, errno = %d. |
ERR-00179 | ERR_THR_GETID | Failed to get id of thread, errno = %d. |
ERR-00191 | ERR_THR_CV_CREATE | Failed to create thread condition variable, errno = %d. |
ERR-00192 | ERR_THR_CV_DESTROY | Failed to destroy thread condition variable, errno = %d. |
ERR-00193 | ERR_THR_CV_TIMEDWAIT | Failed to call cond_timedwait, errno = %d. |
ERR-00194 | ERR_THR_CV_SIGNAL | Failed to call cond_signal, errno = %d. |
ERR-00195 | ERR_THR_CV_BROADCAST | Failed to call cond_broadcast, errno = %d. |
ERR-00196 | ERR_THR_CV_WAIT | Failed to call cond_wait, errno = %d. |
ERR-00201 | ERR_RWMUTEX_CREATE | Failed to create rwlock, errno = %d. |
ERR-00202 | ERR_RWMUTEX_DESTROY | Failed to destroy rwlock, errno = %d. |
ERR-00203 | ERR_RWMUTEX_LOCK_READ | Failed to call rwlock_lock_read, errno = %d. |
ERR-00204 | ERR_RWMUTEX_TRYLOCK_READ | Failed to call rwlock_trylock_read, errno = %d. |
ERR-00205 | ERR_RWMUTEX_LOCK_WRITE | Failed to call rwlock_lock_write, errno = %d. |
ERR-00206 | ERR_RWMUTEX_TRYLOCK_WRITE | Failed to call rwlock_trylock_write, errno = %d. |
ERR-00211 | ERR_RBTREE_TOO_SMALL_BUFFER | RBTREE buffer<%d> is too small for value<%d>, errno = %d. |
ERR-00212 | ERR_RBTREE_CURSOR_OP_NOT_APPLICABLE | RBTREE cursor op not applicable. errno = %d. |
ERR-00213 | ERR_RBTREE_ALREADY_FREE_NODE | RBTREE node is already freed, errno = %d. |
ERR-00216 | ERR_TREEMAP_KEY_EXISTS | Key already exists. |
ERR-00221 | ERR_LZO_COMPRESS | LZO compress failed, errno = %d. |
ERR-00222 | ERR_LZO_DECOMPRESS | LZO decompress failed, errno = %d. |
ERR-00231 | ERR_GET_CPU_COUNT | Failed to get CPU count, errno = %d. |
ERR-00232 | ERR_CONF_NO_FILE | Configuration file does not exist(%S). |
ERR-00251 | ERR_TLSF_MEL_INITIALIZE | Tlsf memory manager initialization failed, errno = %d. |
ERR-00252 | ERR_TLSF_MEL_FINALIZE | Tlsf memory manager finalization failed, errno = %d. |
ERR-00253 | ERR_TLSF_MEL_ALLOC | Tlsf memory manager allocation(%lld) failed, errno = %d. |
ERR-00254 | ERR_TLSF_MEL_FREE | Tlsf memory manager free failed, errno = %d. |
ERR-00255 | ERR_TLSF_MEL_CONTROL | Tlsf memory manager control failed, errno = %d. |
ERR-00256 | ERR_TLSF_MEL_SHRINK | Tlsf memory manager shrink failed, errno = %d. |
ERR-00257 | ERR_TLSF_MEL_GETSTATISTICS | Tlsf memory manager getstatistics failed, errno = %d. |
ERR-00271 | ERR_SESSION_CLOSED | The session is closed. |
ERR-00272 | ERR_SESSION_CANCELED | The session is canceled. |
ERR-00291 | ERR_LICENSE_INVALID | The license is invalid or expired. |
ERR-00292 | ERR_LICENSE_NOTEXIST_VALUE | The value<%s> does not exist in the license file. |
ERR-00293 | ERR_LICENSE_GET_HARDWARE_KEY | Failed to get hardware key, errno =%d |
ERR-00294 | ERR_LICENSE_VERIFY | Failed to verify the license, errno = %d |
ERR-00300 | ERR_INVALID_DATE_VALUE | Invalid date value.(%s) |
ERR-00301 | ERR_INVALID_NETWORK_TYPE | Invalid network string.(%s) |
ERR-00321 | ERR_SHA_SHA1_INIT_ERROR | Error in initializing sha1, errno = %d |
ERR-00322 | ERR_SHA_SHA1_UPDATE_ERROR | Error in updating sha1, errno = %d |
ERR-00323 | ERR_SHA_SHA1_FINAL_ERROR | Error in finalizing sha1, errno = %d |
ERR-00324 | ERR_SHA_INVALID_TYPE_ERROR | Invalid SHA type.(%d) |
ERR-00325 | ERR_SHA_INVALID_HEX_STRING | Invalid SHA hex string.(%s) |
ERR-00341 | ERR_PARALLEL_JOB_MANAGER_THREAD_ABNORMAL_SHUTDOWN | Parallel job thread abnormally terminated |
ERR-00342 | ERR_PARALLEL_JOB_MANAGER_INVALID_THREAD_COUNT | The thread count should be between %d and %d |
ERR-00361 | ERR_RESFILE_BUFFER_SET_LOG_ERROR | Error in setting a log to the buffer of the result file: %s, errno = %d |
ERR-00381 | ERR_PCRE_COMPILE_ERROR | Regular expression error: an error occurred at offset %d of (%s). |
ERR-00400 | ERR_VERSION_NO_META | This DB file is older than binary (no meta-version table). Check database image and binary. |
ERR-00401 | ERR_VERSION_MISMATCH | Version mismatched. In Executable DB(%d.%d) META(%d.%d) CM(%d.%d) But, In File DB(%d.%d) META(%d.%d) CM(%d.%d) |
ERR-00402 | ERR_META_VERSION_TOO_HIGH | Incompatible meta version. File Meta Version(%d.%d) is higher than Executable Version(%d.%d) |
ERR-00420 | ERR_GET_SYS_INFO | Error in getting system information by the sysinfo, errno = %d |
ERR-00421 | ERR_GET_STACK_SIZE | Error in getting stack information by the pmuSysSetStackSize, errno = %d |
ERR-00422 | ERR_SET_STACK_SIZE | Error in setting stack information by the pmuSysSetStackSize, errno = %d |
ERR-00431 | ERR_MEM_MMAP | mmap (size<%u>) error, errno = %d |
ERR-00432 | ERR_MEM_UNMMAP | unmap (address<%p>, size<%u>) error, errno = %d |
ERR-00451 | ERR_CPU_AFFINITY_SET | Failed to set the CPU affinity [%u, %u), errno = %d |
ERR-00452 | ERR_CPU_AFFINITY_INVALID_CPUID | The IDs of CPUs should be between [0, %u), but [%u, %u) given. |
ERR-00453 | ERR_CPU_AFFINITY_INVALID_CPURANGE | Maximum abs value of CPU_AFFINITY_COUNT(%d) should be less than CPU count(%u). |
ERR-00461 | ERR_SYSCONF_CPUCNT | Failed to get the number of CPUs in sysconf, errno = %d |
ERR-00471 | ERR_PM_HEAP_INIT | Failed to initialize a heap. |
ERR-00472 | ERR_PM_HEAP_PUSH | Heap push failed, errno = %d |
ERR-00481 | ERR_PM_AUTH_NONCE_GENERATE | Failed to generate auth nonce. |
ERR-00482 | ERR_PM_AUTH_SIGN | Failed to sign auth challenge. |
ERR-00483 | ERR_PM_AUTH_VERIFY | Failed to verify auth signature. |
ERR-00484 | ERR_PM_AUTH_INVALID_KEY | Invalid auth key. |
ERR-00485 | ERR_PM_AUTH_INVALID_SIG_SCHEME | Invalid auth signature scheme. |
ERR-00486 | ERR_PM_AUTH_INVALID_SIGNATURE | Invalid auth signature. |
ERR-00487 | ERR_PM_AUTH_INVALID_NONCE | Invalid auth nonce. |
ERR-00488 | ERR_PM_AUTH_KEY_FILE_TOO_LARGE | Auth key file is too large. path=[%s], size=[%llu], limit=[%llu] |
ERR-00491 | ERR_JSON_DUMP | Error in json dump. |
ERR-00492 | ERR_JSON_LOAD | Error in json load. |
ERR-00493 | ERR_JSON_OBJ | json object error: %s |
ERR-00494 | ERR_JSON_ARR | Error in json-array. |
ERR-00495 | ERR_JSON_STR | Error in json-string (%s). |
ERR-00496 | ERR_JSON_INT | Error in json-integer (%lld). |
ERR-00497 | ERR_JSON_REAL | Error in json-real (%lf). |
ERR-00498 | ERR_JSON_COPY | Error in json copy. |
ERR-00499 | ERR_JSON_PACK | Error in json pack. |
ERR-00500 | ERR_JSON_UPACK | Error in json unpack. |
ERR-00501 | ERR_JSON_EXTR_PATH | No data matches for the json path (%s) |
ERR-00502 | ERR_JSON_PATH_LEN | Json path is too long. |
ERR-00503 | ERR_JSON_OBJECT_VALUE_SET | Error json object set (%s). |
ERR-00504 | ERR_JSON_OBJECT_ARRAY_APPEND | Error json array append. |
ERR-00505 | ERR_JSON_ENCODE | Error encode base64. |
ERR-00506 | ERR_JSON_DECODE | Error decode base64. |
ERR-00507 | ERR_JSON_OBJECT_VALUE_DEL | Error json object del (%s). |
ERR-00600 | ERR_INVALID_PROPERTY_VALUE | Invalid property value: %s. |
ERR-00601 | ERR_PM_CONVERSION_UTF8 | Failed to convert %s to UTF8. (%s, errno=%d) |
ERR-00602 | ERR_PM_CONVERTSION_STRING_LENGTH | Buffer size is not enough for code conversion. (%d > %d) |
ERR-00611 | ERR_INVALID_PROPERTY_EXPRESSION | Invalid property expression for %s: %s. |
ERR-00701 | ERR_PM_GEOHASH_INVALID_PRECISION | Geohash invalid precision (%u) |
ERR-00702 | ERR_PM_GEOHASH_INVALID_LENGTH | Geohash invalid length |
ERR-00703 | ERR_PM_GEOHASH_INVALID_DIRECTION | Geohash invalid direction |
ERR-01000–ERR-01999 (191)
| Code | Symbol | Original Message |
|---|---|---|
ERR-01000 | ERR_SM_INVALID_DISK_FILE | File<%s> is invalid. |
ERR-01001 | ERR_SM_INVALID_OBJ_STORAGE_ID | Invalid object storage id, errno = %d. |
ERR-01002 | ERR_SM_INVALID_ALREADY_FREE_OBJECT_STORAGE | Object storage<%d> already freed, errno = %d. |
ERR-01003 | ERR_SM_DBS_DIR_ALREADY_EXIST | Group storage dir<%s> already exists, errno = %d. |
ERR-01004 | ERR_SM_DBS_INVALID_OBJECT_FILENAME | Object filename<%s> is invalid, errno = %d. |
ERR-01005 | ERR_SM_DISK_FILE_IN_USE | Disk file<%s> is in use, errno = %d. |
ERR-01006 | ERR_SM_NOT_SUPPORT_FUNCTION | Functionality is not supported yet. |
ERR-01007 | ERR_SM_FILE_NO_AVAILABLE_DISK_SPACE | There is no available disk space for writing <%lld>bytes to the file<%s>, errno = %d. |
ERR-01008 | ERR_SM_FILE_DUPLICATE | Error in the duplicating file<%s>, errno = %d. |
ERR-01009 | ERR_SM_WRONG_READ_SIZE | Error in the read file size.(<io: %u>, <disk: %u>) |
ERR-01010 | ERR_SM_SPACE_NOT_AVAILABLE_4_APPEND | Used media space is reached to threshold. (%4.1lf%% cap < %4.1lf%% used) |
ERR-01011 | ERR_SM_FILE_WRITE_SIZE_MISMATCH | Error in the write file size.(<write: %u>, <written: %u>) |
ERR-01031 | ERR_SM_DB_ALREADY_MOUNTED | The database in <%s> has already been mounted. |
ERR-01032 | ERR_SM_DB_NOT_MOUNTED | The database in <%s> is not mounted. |
ERR-01033 | ERR_SM_DB_MOUNTING | The mount operation of database in <%s> is not completed. |
ERR-01034 | ERR_SM_DB_MOUNT_BUSY | The mounted database<%s> is busy. |
ERR-01035 | ERR_SM_DB_ALREADY_EXIST | The database creation is not complete. Destroy it and create a new one. |
ERR-01036 | ERR_SM_DB_CREATE_NOT_COMPLETE | The database creation is not complete. Destroy it and create a new one. |
ERR-01037 | ERR_SM_DB_MOUNT_INVALIDE_BASEDB | The mount database<%s> is not backed up from the primary database |
ERR-01038 | ERR_SM_DB_COULD_NOT_FIND_MOUNTDB | Cannot find MountDB with <TBSID: %lld>. |
ERR-01039 | ERR_SM_DB_STATE_OF_MOUNTDB_IS_ABNORMAL | Mount DB<%s>'s state is invalid. |
ERR-01101 | ERR_SM_COLUMN_PARTITION_CACHE_READ_BLOCK | Error in reading column partition cache block. Reading block of RID<%lld> in the column partition<%lld> failed, errno = %d. |
ERR-01102 | ERR_SM_INVALID_CACHE_OBJECT | Invalid cache object. |
ERR-01103 | ERR_SM_CHECKPOINT_THREAD_ABNORMAL_SHUTDOWN | Error occurred in checkpoint thread. Processing abnormal shutdown. |
ERR-01104 | ERR_SM_CACHE_WAIT_READ_PAGE | Error in waiting to read a page. |
ERR-01105 | ERR_SM_CACHE_PAGE_CLEAR_THREAD_ABNORMAL_SHUTDOWN | Error in clear thread of the page cache. |
ERR-01106 | ERR_SM_CACHE_PAGE_MAX_SET_SMALLER_SIZE | It<%llu> is smaller than the max size value of the page cache currently set<%llu>. |
ERR-01107 | ERR_SM_CACHE_PAGE_MAX_SET_IMPOSSIBLE_SIZE | It<%llu> is impossible to set a value larger than the memory size set in the current process<%llu>. |
ERR-01108 | ERR_SM_CP_INVALID_PAGE_ID | Invalid page id in column partition. Page id<%d> is greater than the page max id<%d>. |
ERR-01201 | ERR_SM_ALREADY_EXIST_TABLE_ID_TABLES | Duplicated table id<%llu> in SYS_STORAGE_TABLES, errno = %d. |
ERR-01202 | ERR_SM_ALREADY_EXIST_TABLE_ID_COLUMNS | Duplicated table id<%llu>, column id<%u> in the SYS_STORAGE_COLUMNS, errno = %d. |
ERR-01203 | ERR_SM_NOT_EXIST_TABLE_ID_IN_TABLES | Table id<%lld> does not exist in SYS_STORAGE_TABLES, errno = %d. |
ERR-01204 | ERR_SM_ALREADY_EXIST_INDEX_ID_INDEXES | Duplicated (table id<%llu>, index id<%llu>) in SYS_STORAGE_INDEXES, errno = %d. |
ERR-01205 | ERR_SM_ALREADY_EXIST_INDEX_ID_COLUMNS | Duplicated (table id<%llu>, index id<%llu>, column id<%u>) in SYS_STORAGE_INDEXES_COLUMNS, errno = %d. |
ERR-01206 | ERR_SM_NOT_EXIST_INDEX_ID_IN_INDEXES | Index ID<%llu> of table ID<%llu> does not exist in SYS_STORAGE_INDEXES, errno = %d. |
ERR-01207 | ERR_SM_INVALID_RECOVERY_MODE_STRING | Available recovery modes: simple, complex, reset |
ERR-01301 | ERR_SM_NOT_EXIST_PARTION_RANGE | Partition range does not exist. Partition id is less than <%lld> in the table(id<%lld>) with partitions between <%lld> and <%lld>. |
ERR-01302 | ERR_SM_NOT_EXIST_RECORD_RANGE | Invalid record range. No such record whose id is less than <%llu> in the table(id<%llu>) with records between <%llu> and <%llu>. |
ERR-01303 | ERR_SM_TOO_MANY_COLUMNS_FOR_TABLE | Maximum number of columns in a table is %d. |
ERR-01304 | ERR_SM_INVALID_COLUMN_ID | Invalid column ID (<%d>). |
ERR-01305 | ERR_SM_TABLE_NOT_EXIST | Invalid table ID (<%llu>). |
ERR-01306 | ERR_SM_TABLE_ALREADY_DROPPED | Table has been dropped. |
ERR-01307 | ERR_SM_TABLE_STRUCTURE_MODIFIED | Table structure was modified. |
ERR-01308 | ERR_SM_TABLE_INVALID_FIXED_COLUMN_SIZE | Invalid fixed column size. Invalid value size(<%u>) for the fixed column. |
ERR-01309 | ERR_SM_TABLE_VAR_COLUMN_SIZE_TOO_BIG | Invalid varying column size. Value size(<%u>) for the variable column is greater than the max size (<%u>). |
ERR-01310 | ERR_SM_TABLE_FLUSH_THREAD_ABNORMAL_SHUTDOWN | Table flush thread terminated abnormally. |
ERR-01311 | ERR_SM_TABLE_COLUMN_PARTITION_PREPARE_THREAD_ABNORMAL_SHUTDOWN | Table column partition prepare thread terminated abnormally. |
ERR-01312 | ERR_SM_TABLE_COLUMN_PARTITION_FILE_READ_HEAD | Failed to read the head of the table column partition file (<%s>). |
ERR-01313 | ERR_SM_TABLE_COLUMN_PARTITION_FILE_READ | Failed to read the table column partition file (<%s>). |
ERR-01314 | ERR_SM_TABLE_INDEX_BUILD_THREAD_ABNORMAL_SHUTDOWN | Index build thread terminated abnormally. |
ERR-01315 | ERR_SM_TABLE_INVALID_TYPE | Invalid table type<%d>. |
ERR-01316 | ERR_SM_TABLE_COLUMN_SIZE_TOO_BIG | Column size<%u> is too big. |
ERR-01317 | ERR_SM_TABLE_COLUMN_INVALID_TIME_VALUE | Value of the time column(<%lld>) is less than the last time value(<%lld>). |
ERR-01318 | ERR_SM_TABLE_COLUMN_INVALID_VARCHAR_SIZE | The size of VARCHAR column must be less than (<%llu>). |
ERR-01319 | ERR_SM_TABLE_COLUMN_INVALID_VALUE_SIZE | The size of column value must be less than (<%u>). |
ERR-01320 | ERR_SM_TABLE_COLUMN_REFERENCED_BY_INDEX | There is an index on the column(<%u>) of the table(<%llu>) |
ERR-01321 | ERR_SM_TABLE_NOT_SUPPORT_FUNCTION | This feature is not supported on this table type. |
ERR-01322 | ERR_SM_TABLE_COLUMN_INVALID_NEWSIZE | The new column size(<%u>) should be greater than the old one(<%u>) |
ERR-01323 | ERR_SM_TABLE_COLUMN_MAX | The table(%llu) reached max column count limit (%u) already. |
ERR-01324 | ERR_SM_TABLE_COLUMN_PARTITION_FILE_ADJUST_END_RID | An error occurred adjusting end rid of the table<%llu> column partition(<%llu>), errno = %d. |
ERR-01325 | ERR_SM_TABLE_COLUMN_TOO_SMALL_END_RID | The end RID<%lld> of the column<%d> is less than the end RID<%llu> of the table<%llu> |
ERR-01330 | ERR_SM_TABLE_COLUMN_NOT_FOUND | The column with ID<%hu> does not exist in the table with ID<%llu> |
ERR-01331 | ERR_SM_TABLE_CHECKPOINT_THREAD_ABNORMAL_SHUTDOWN | Table checkpoint thread terminated abnormally. |
ERR-01332 | ERR_SM_TABLE_NOT_EXIST_PARTION | Partition ID <%llu> of the table(id<%llu>) does not exist between <%llu> and <%llu>. |
ERR-01333 | ERR_SM_TABLE_MOUNT_ALREADY | The table<%llu> in the backup database<%s> has been mounted already. |
ERR-01334 | ERR_SM_TABLE_MOUNT_BUSY_WITH_MOUNTING | The table is busy with mounting. |
ERR-01335 | ERR_SM_TABLE_MOUNT_BUSY_WITH_UNMOUNTING | The mounted table is busy with unmounting. |
ERR-01336 | ERR_SM_TABLE_MOUNT_INVALID_STATE | The mounted table is invalid. |
ERR-01337 | ERR_SM_TABLE_MOUNT_IS_BUSY | The mounted table is busy. |
ERR-01338 | ERR_SM_TABLE_MOUNT_NOT_EXIST | The table is not mounted. |
ERR-01339 | ERR_SM_TABLE_MOUNT_TABLE_NOT_SAME_WITH_TABLE | The table<%llu> of the backup tablespace<%s> is different from the table in main database. |
ERR-01340 | ERR_SM_TABLE_MOUNT_TABLE_DROPPED_IN_MAIN_DATABASE | The table<%llu> of the backup tablespace<%s> is dropped from the main database. |
ERR-01341 | ERR_SM_TABLE_HAS_MOUNTED_TABLE | There is a mounted table in the table<%llu>. |
ERR-01342 | ERR_SM_TABLE_MOUNT_HAS_FUTURE_DATA | The mount table<end_rid:%llu> has more furture data than the base table<end_rid:%llu. |
ERR-01343 | ERR_SM_TABLE_UPDATE_COLUMN_INDEX_CREATED | Cannot update columns with indexes in VOLATILE / LOOKUP table. |
ERR-01344 | ERR_SM_TABLE_VOLITILE_MEMORY_LIMIT | The memory size<%llu bytes> of VOLATILE / LOOKUP tables exceeds <%llu bytes>. |
ERR-01345 | ERR_SM_TABLE_COLUMN_VALUE_NOT_NULL | The value of the column<%u> must not be NULL |
ERR-01346 | ERR_SM_PROCESS_MEMORY_LIMIT | Current Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu), increase PROCESS_MAX_SIZE property and restart. |
ERR-01401 | ERR_SM_INDEX_INVALID_TYPE | Invalid index type. Index type<%d> does not exist. |
ERR-01402 | ERR_SM_INDEX_NOT_EXIST_IN_TABLE | Index id(<%llu>) does not exist in table id <%llu>. |
ERR-01403 | ERR_SM_INDEX_INVALID_COLUMN_COUNT | Index has invalid column count(<%d>). |
ERR-01404 | ERR_SM_INDEX_INVALID_KEYVALUE_COUNT | Index has invalid key value count(<%d>). |
ERR-01405 | ERR_SM_INDEX_INVALID_KEYVALUE_SIZE | Index has invalid key value size(<%d>). |
ERR-01406 | ERR_SM_INDEX_INVALID_FILE | Index column file(<%s>) is invalid. |
ERR-01407 | ERR_SM_INDEX_COLUMN_PARTITION_FILE_READ_HEAD | Failed to read the head of the index column partition file(<%s>). |
ERR-01408 | ERR_SM_INDEX_COLUMN_PARTITION_FILE_READ | Failed to read the index column partition file(<%s>). |
ERR-01409 | ERR_SM_INDEX_COLUMN_INVALID_COLUMN_TYPE | Type of the column for the index is invalid. |
ERR-01410 | ERR_SM_INDEX_FLUSH_THREAD_ABNORMAL_SHUTDOWN | Index flush thread terminated abnormally. |
ERR-01411 | ERR_SM_INDEX_BUILD_THREAD_ABNORMAL_SHUTDOWN | Index build thread terminated abnormally. |
ERR-01412 | ERR_SM_KDW_INDEX_INVALID_KEY_SIZE | The keyword size<%d> should be less than the max size<%d>. |
ERR-01413 | ERR_SM_INDEX_INVALID_WORDBITCNT | The word bit count(%d) is over than %d in the partition<%lld> of the index <%lld> |
ERR-01414 | ERR_SM_INDEX_INVALID_KEYVALCNT | Invalid key count <%u> is not equal to the count <%u> in partition <%lld> of index <%lld>. |
ERR-01415 | ERR_SM_INDEX_INVALID_LEVEL | The level<%u> of the index is bigger than the max level<%u> |
ERR-01416 | ERR_SM_INDEX_INVALID_LEVEL_PART_SIZE | The partition size<%u> of level<%u> is bigger than the max level<%u> |
ERR-01417 | ERR_SM_INDEX_ALREADY_DROPPED | The index has been dropped. |
ERR-01418 | ERR_SM_INDEX_UNIQUE_VIOLATION | The key already exists in the unique index. |
ERR-01419 | ERR_SM_INDEX_PRIMARY_INDEX_ALREADY_CREATED | The primary index is already created on the table. |
ERR-01420 | ERR_SM_INDEX_INVALID_KEYVALUE_N_BITVECTOR_COUNT | The number<%llu> of key values is different from the number<%llu> of bitvectors. |
ERR-01421 | ERR_SM_INDEX_LSM_INVALID_PART_FILE | The partition file<%llu> on the level<%u> of the index<%llu> is invalid.(KPC:%u, BPC:%u) |
ERR-01422 | ERR_SM_INDEX_PRAIMARY_INDEX_NOT_NULL | NULL value is not allowed for the primary index column |
ERR-01423 | ERR_SM_KEYVALUE_CACHE_EXHAUSTED | TAG cache exhausted, increase TAG_CACHE_MAX_MEMORY_SIZE(%llu) |
ERR-01424 | ERR_SM_KEYVALUE_CACHE_TIMEOUT | Could not allocate TAG cache: (Table,part=%llu,%llu) offset/size=%llu/%llu |
ERR-01425 | ERR_SM_KEYVALUE_INDEX_MEMORY_LIMIT | Failed to allocate index memory (Current Allocated Size / Threshold size (%llu/%llu)). |
ERR-01426 | ERR_SM_KEYVALUE_NOT_READY_TO_BUILD_INDEX | Not ready to build keyvalue index (Current Count / Target Count (%llu/%llu) in File). |
ERR-01501 | ERR_SM_CPFILE_INVALID_PAGE_ID | Invalid page id in cpfile. Page id<%d> for the column partition file<%s> is greater than the page max id. |
ERR-01502 | ERR_SM_CPFILE_INVALID_PAGE_TIMESTAMP | Error in reading page<%d> in the column partition file<%s>. Page timestamps <head:%lld, tail:%lld> are invalid. |
ERR-01503 | ERR_SM_CPFILE_INVALID_PAGE_CHECKSUM | Error in reading page<%d> in the column partition file<%s>. Page checksum <write:%#X, read:%#X> are invalid |
ERR-01504 | ERR_SM_CPFILE_FILE_INVALID_SIZE | The size<%u> of the column partition file<%s> is too small. It is supposed to be greater than the size<%u> |
ERR-01505 | ERR_SM_CPFILE_FILE_INVALID_PAGE_UPDATE | The offset<%u> and size<%u> of the update value for the page<id:%u, offset:%u, size:%u> in the column partition file<%s> is invalid |
ERR-01506 | ERR_SM_CPFILE_INVALIDE_FILE_HEAD_CRC | The checksum<write:%#X, read:%#X> of the head of the column partition file<%s> is invalid. |
ERR-01551 | ERR_SM_FDCACHE_GET_FD_FOR_FILE | Error in getting the fd of the file<%s> from the fd cache. |
ERR-01601 | ERR_SM_AGER_THREAD_ABNORMAL_SHUTDOWN | Ager thread terminated abnormally. |
ERR-01631 | ERR_SM_BACKUP_NOT_EXIST_BACKUP_ROOT_DIR | There is no root dir<%s> for the database backup. |
ERR-01632 | ERR_SM_BACKUP_NOT_DATABASE_DESTROYED | The database is not destroyed. |
ERR-01633 | ERR_SM_BACKUP_STATFILE_WRITE | Failed to write data<%u> of the backup stat file<%s>. |
ERR-01634 | ERR_SM_BACKUP_STATFILE_READ | Failed to read data<%u> of the backup stat file<%s>. |
ERR-01635 | ERR_SM_BACKUP_STATFILE_INVALID | The backup statfile<%s> is invalid(CRC<H:%u, B:%u, T:%u). |
ERR-01636 | ERR_SM_BACKUP_NOT_COMPLETE | The backup <%s> is not completed. |
ERR-01637 | ERR_SM_BACKUP_DIR_ALREADY_EXIST | The backup <%s> has already exist. |
ERR-01638 | ERR_SM_BACKUP_INVALID_END_RID | The end rid<%llu> of the table<%llu> in the restored database is invalid. |
ERR-01639 | ERR_SM_BACKUP_NAME_TOO_LONG | The name<%s> of backup is too long, errno = %d. |
ERR-01640 | ERR_SM_BACKUP_FILE_ALREADY_EXIST | The backup file<%s> already exists. |
ERR-01641 | ERR_SM_BACKUP_FILE_INVALID_MAGIC_STRING | The backup file<%s> has the invalid magic string<%s>. |
ERR-01642 | ERR_SM_BACKUP_FILE_HEAD_INVALID_CRC32 | The header of backup file<%s> has the invalid crc32<%u>. |
ERR-01643 | ERR_SM_BACKUP_FILE_INVALID_FILENAME_LEN | Length<%u> of backup file<%s> is too long. |
ERR-01644 | ERR_SM_BACKUP_FILE_INVALID_PAGESIZE | The page size <%u> of backup file<%s> is invalid. |
ERR-01645 | ERR_SM_BACKUP_FILE_INVALID_SIZE | The file size <%llu> of the head is different from the size<%llu> on the disk. |
ERR-01646 | ERR_SM_BACKUP_FILE_INVALID_STATE | The backup file is invalid since the backup is not completed. |
ERR-01647 | ERR_SM_INC_BACKUP_NOT_LATEST | An incremental backup requires a previous backup. |
ERR-01648 | ERR_SM_INC_BACKUP_TARGET_NOT_SAME | Backup targets are different from that of previous target. |
ERR-01701 | ERR_SM_TBS_REFERENCED_BY_OBJECTS | The tablespace<%s> is still referenced by other objects such as tables and indexes. |
ERR-01702 | ERR_SM_TBS_NOT_EXIST | The tablespace<%s> does not exist in the database. |
ERR-01703 | ERR_SM_TBS_CANNOT_DROP_SYSTEM_TBS | The SYSTEM_TABLESPACE cannot be dropped. |
ERR-01704 | ERR_SM_TBS_ALEADY_EXIST | Tablespace already exists. <%s> |
ERR-01705 | ERR_SM_TBS_DISKDIR_ALEADY_EXIST | The dir<%s> for the tablespace<%s> of datadisk<%s> already exists. |
ERR-01706 | ERR_SM_TBS_PHYDISK_NOT_EXIST | Disk<%s> does not exist in the tablespace<%s>. |
ERR-01707 | ERR_SM_TBS_PHYDISK_INVALID_PARALLEL_IO | The parallel I/O of a disk should be between %d and %d. |
ERR-01708 | ERR_SM_TBS_FILE_READ | Failed to read <%ld> bytes from the file<%s>, errno = %d. |
ERR-01709 | ERR_SM_TBS_FILE_PAGE_INVALID_TIMESTAMP | The page<offset:%u, size:%u> of the file<%s> is invalid because it has the invalid timestamp<head:%lld, tail:%lld> |
ERR-01710 | ERR_SM_TBS_FILE_PAGE_INVALID_CRC32 | The page<offset:%u, size:%u> of the file<%s> is invalid because it has the invalid crc<memory:%u, disk:%u> |
ERR-01711 | ERR_SM_TBS_VIRDISK_DIR_CREATE | Failed to create directory<%s> for virtual disk. |
ERR-01712 | ERR_SM_TBS_MEMORY_DIR_SHORTAGE | Failed to allocate memory for directory to be removed. |
ERR-01801 | ERR_SM_EXTCP_WAIT_READ_VALUE | Error in waiting to read value: value offset<%lld>, value size<%u>, and file<%s> |
ERR-01821 | ERR_SM_DWFILE_INVALID_IMAGE | The image in the DWFile<%s> is invalid. |
ERR-01841 | ERR_SM_ART_ABORT | The operation is aborted by ART. |
ERR-01851 | ERR_SM_NO_VAR_IN_TAG | Variable length columns are not allowed in tag table. |
ERR-01852 | ERR_SM_DELETE_IN_PROGRESS | Another deletion is in progress for table <%llX>. |
ERR-01853 | ERR_SM_KEYVALUE_CREATE_APPENDFILE | Cannot create append file for Key-Value table <%llX>, errno = %d. |
ERR-01854 | ERR_SM_KEYVALUE_SYNC_APPENDFILE | Cannot sync append file for Key-Value table <%llX>, errno = %d. |
ERR-01855 | ERR_SM_KEYVALUE_CLOSE_APPENDFILE | Cannot close append file for Key-Value table <%llX>, errno = %d. |
ERR-01856 | ERR_SM_KEYVALUE_CREATE_DATAFILE | Cannot create data file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01857 | ERR_SM_KEYVALUE_OPEN_DATAFILE | Cannot open data file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01858 | ERR_SM_KEYVALUE_READ_DATAFILE | Cannot read data file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01859 | ERR_SM_KEYVALUE_WRITE_DATAFILE | Cannot write data file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01860 | ERR_SM_KEYVALUE_CORRUPTED_DATAFILE | Data file <%llX> is corrupted for Key-Value table <%llX>. |
ERR-01861 | ERR_SM_KEYVALUE_CREATE_INDEXFILE | Cannot create index file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01862 | ERR_SM_KEYVALUE_OPEN_INDEXFILE | Cannot open index file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01863 | ERR_SM_KEYVALUE_READ_INDEXFILE | Cannot read <.%s> file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01864 | ERR_SM_KEYVALUE_WRITE_INDEXFILE | Cannot write <.%s> file <%llX> for Key-Value table <%llX>, errno = %d. |
ERR-01865 | ERR_SM_KEYVALUE_CORRUPTED_INDEXFILE | Index file <%llX> is corrupted for Key-Value table <%llX>. |
ERR-01866 | ERR_SM_KEYVALUE_IOERROR | Cannot perform I/O for Key-Value table <%llX>. |
ERR-01867 | ERR_SM_KEYVALUE_INVALID_PATH_APPENDFILE | Invalid path to append file for Key-Value table <%llX>, errno = %d. |
ERR-01868 | ERR_SM_KEYVALUE_OPEN_APPENDFILE | Cannot open append file for Key-Value table <%llX>, errno = %d. |
ERR-01869 | ERR_SM_KEYVALUE_NO_DATAFILE | RID-based SELECT is not allowed without datafile, Table<%llX>/RID<%llu>. |
ERR-01870 | ERR_SM_KEYVALUE_OPEN_MOUNTED_APPENDFILE | Cannot open append file for mounted Key-Value table <%llX>, errno = %d. |
ERR-01871 | ERR_SM_KEYVALUE_READ_MOUNTED_APPENDFILE | Cannot read append file for mounted Key-Value table <%llX>, errno = %d. |
ERR-01872 | ERR_SM_BACKUP_IN_PROGRESS | Another backup is in progress for table <%llX>. |
ERR-01873 | ERR_SM_KEYVALUE_NO_INDEXFILE | No index-file <%llx> for Key-Value table Table<%llX>. |
ERR-01874 | ERR_SM_KEYVALUE_OPEN_FILE | Cannot open file <%llX> for Key-Value table <%llX> path<%s>, errno = %d. |
ERR-01875 | ERR_SM_KEYVALUE_NO_UNPURGED_NODE | Cannot find unpurged node for Key-Value table <%llX>. |
ERR-01876 | ERR_SM_KEYVALUE_FILE_DECOMPRESS | Failed to use %s to decompress file <%llX> for key-value table <%llx>, error = %d. |
ERR-01877 | ERR_SM_KEYVALUE_NOT_FOUND_STAT_DATA | Tag stat for id[%llu] is not found. |
ERR-01878 | ERR_SM_STAT_WRITE_FILE | Cannot write stat file for Key-Value table <%llX> path<%s> errno = %d. |
ERR-01879 | ERR_SM_STAT_READ_FILE | Cannot read stat file for Key-Value table <%llX> path<%s> errno = %d. |
ERR-01880 | ERR_SM_STAT_OPEN_FILE | Cannot open stat file for Key-Value table <%llX> path<%s>, errno = %d. |
ERR-01881 | ERR_SM_STAT_INVALID_FILE | Stat File Invalid TableID[%llu], TablePath[%s]. |
ERR-01882 | ERR_SM_KEYVALUE_NO_KVINDEXFILE | No kvindex-file <%llx> for Key-Value table Table<%llX>. |
ERR-01883 | ERR_SM_KEYVALUE_INVALID_TIME_VALUE | Value of the time column(<%lld>) must be greater than or equal to <%lld>. |
ERR-01884 | ERR_SM_KEYVALUE_THREAD_STOPPED | keyvalue table<%llx> thread for [%s] stopped. |
ERR-01885 | ERR_SM_KEYVALUE_DATA_CORRUPTED | Data row value is corrupted: required RID<%llu>, value RID<%llu>. |
ERR-01886 | ERR_SM_KEYVALUE_VDATA_CORRUPTED | %s varchar data is corrupted: required VRID<%u>, value VRID<%u>. |
ERR-01887 | ERR_SM_UPDATE_IN_PROGRESS | Another update is in progress for table <%llX>. |
ERR-01900 | ERR_SM_SNAPSHOT_NOT_VALID | Snapshot ID <%s> is invalid. |
ERR-01901 | ERR_SM_SNAPSHOT_NO_TABLE | Cannot snapshot with no table. |
ERR-01902 | ERR_SM_SNAPSHOT_TIMEOUT | Snapshot timed out. |
ERR-01903 | ERR_SM_SNAPSHOT_NOT_EXISTS | Snapshot ID <%s> does not exist. |
ERR-01904 | ERR_SM_SNAPSHOT_ALREADY_EXISTS | Snapshot ID <%s> already exists. |
ERR-01910 | ERR_SM_FREEZE_NO_TABLE | Cannot freeze with no table. |
ERR-01911 | ERR_SM_ALREADY_FROZEN | Snapshot already frozen. |
ERR-01951 | ERR_SM_FUNCTION_CALL | Failed to call function <%s>, errno=%d |
ERR-01952 | ERR_SM_TABLE_RESOURCE_BUSY | Table (0x%llx) resource busy (%s). |
ERR-02000–ERR-02999 (420)
| Code | Symbol | Original Message |
|---|---|---|
ERR-02000 | QPE_TEST | Memory allocation error, Error code = %d |
ERR-02001 | ERR_QP_OPEN_META | Error in opening meta. |
ERR-02002 | ERR_QP_EXEC_META | Error in executing meta. |
ERR-02003 | ERR_QP_CLOSE_META | Error in closing meta. |
ERR-02004 | ERR_QP_CRT_HASH | Error in creating hash. (errno=%d) |
ERR-02005 | ERR_QP_ALLOC_MEM | Error in allocating memory. |
ERR-02006 | ERR_QP_HASH_ADD | Error in adding hash. (errno=%d) |
ERR-02007 | ERR_QP_FETCH_META | Error in fetching meta. |
ERR-02008 | ERR_QP_HASH_TRAV | Error in traversing hash. |
ERR-02009 | ERR_QP_MEMORY_INSUFFICIENT | Insufficient parser memory. |
ERR-02010 | ERR_QP_PARSE_ERROR | Syntax error: near token (%s). |
ERR-02011 | ERR_QP_TOKEN_ERROR | Unrecognized token (%s). |
ERR-02012 | ERR_QP_SINGLE_ROW_ERROR | Single row error. Single-row subquery returns more than one row. (NOT USED) |
ERR-02013 | ERR_QP_NEED_GROUPBY_ERROR | A GROUP BY clause is required before HAVING. |
ERR-02014 | ERR_QP_COLUMN_NAME_DUPLICATED | Column name is duplicated: (%s). |
ERR-02015 | ERR_QP_COLUMN_TYPE_INVALID | Invalid column type: (%s). |
ERR-02016 | ERR_QP_NO_TABLE_PROPETY_FOUND | Table property (%s) does not exist. |
ERR-02017 | ERR_QP_NO_TABLE_PROPETY_CONVERT | Error in converting table property. Cannot convert string (%s) to integer. |
ERR-02018 | ERR_QP_NO_TABLE_PROPETY_VALUE_RANGE | Table property value is out of range: (%s). |
ERR-02019 | ERR_QP_VARCHAR_TYPE_SIZE_ERROR | Column size must be specified for a variable-length column type. |
ERR-02020 | ERR_QP_TYPE_SIZE_ZERO | Invalid size specified. Cannot specify type size to (%s). |
ERR-02021 | ERR_QP_CREATE_INDEX_INVALID_BITMAP_DATATYPE | Cannot create bitmap index on data type (%s) |
ERR-02022 | ERR_QP_CREATE_INDEX_INVALID_KEYWORD_DATATYPE | Cannot create keyword index on data type (%s) |
ERR-02023 | ERR_QP_SNPRINTF_ERROR | snprintf function error (%d). |
ERR-02024 | ERR_QP_TABLE_CREATE_DUPLICATE | Table %s already exists. |
ERR-02025 | ERR_QP_TABLE_NO_EXISTS | Table %s does not exist. |
ERR-02026 | ERR_QP_TABLE_INSERT_COLUMN_MISMATCH | The number of insert values does not match the number of columns. |
ERR-02027 | ERR_QP_TABLE_INSERT_COLUMN_INT_CONVERSION | Error in table insert column integer conversion. Insert value conversion to integer error (%s). |
ERR-02028 | ERR_QP_TABLE_INSERT_COLUMN_DOUBLE_CONVERSION | Error in table insert column double conversion. Insert value conversion to double error (%s) |
ERR-02029 | ERR_QP_TABLE_INSERT_COLUMN_TIME_FORMAT | Error in table insert column time format. Insert _arrival_time value conversion error. |
ERR-02030 | ERR_QP_TABLE_INSERT_NO_COLUMN | Column name (%s) does not exist. |
ERR-02031 | ERR_QP_TABLE_RESOURCE_BUSY | Resource busy (%s). |
ERR-02032 | ERR_QP_TYPE_COMPARE_CONVERSION | Type conversion error: error occurred while comparing the values of type (%s) and type (%s). |
ERR-02033 | ERR_QP_TYPE_CONCAT | Cannot concatenate non varchar types. |
ERR-02034 | ERR_QP_TIME_FORMAT | Invalid format of time expression. |
ERR-02035 | ERR_QP_FUNCTION_NO_EXISTS | Function [%s] does not exist. |
ERR-02036 | ERR_QP_FUNCTION_ARG | Function [%s] has an invalid argument. |
ERR-02037 | ERR_QP_FUNCTION_ARG_TYPE | Function [%s] argument data type does not match. |
ERR-02038 | ERR_QP_TABLE_NO_SUCH_FOR_STAR | Table [%s] does not exist. |
ERR-02039 | ERR_QP_TABLE_NO_SPECIFIED_FOR_STAR | No table specified in the target list. |
ERR-02040 | ERR_QP_TIME_RANGE_ERROR | Invalid time range. |
ERR-02041 | ERR_QP_TIME_NEGATIVE_ERROR | Time value must be positive. |
ERR-02042 | ERR_QP_NULL_EXPRESSION | Expression cannot have a NULL value. |
ERR-02043 | ERR_QP_AGGR_WHERE | Group function is not allowed here. |
ERR-02044 | ERR_QP_NO_GROUPBY | Not a GROUP BY expression. |
ERR-02045 | ERR_QP_TYPE_UNKNOWN | Type is not supported(typecode is %u). Internal error. |
ERR-02046 | ERR_QP_BUFFER_SHORTAGE | String buffer is not enough. |
ERR-02047 | ERR_QP_LOCK_BUFFER_SHORTAGE | Lock buffer is not enough. Table counts are too many. |
ERR-02048 | ERR_QP_BIND_COUNT_OVERFLOW | Bind parameter count is overflowed. (max=%u) |
ERR-02049 | ERR_QP_BIND_UNABLE | Cannot apply bind parameter. |
ERR-02050 | ERR_QP_BIND_BUFFER_CORRUPTED | Bind data from client is corrupted. |
ERR-02051 | ERR_QP_BIND_TYPE_UNKNOWN | Bind data type unknown (typecode is %u). |
ERR-02052 | ERR_QP_INSERT_UNABLE_TABLE | Cannot insert data into this table (%s). |
ERR-02053 | ERR_QP_TYPE_VALUE_CONVERSION | Failed to convert type (%s) to type (%s). |
ERR-02054 | ERR_QP_AGGR_ERROR_ON_FUNCTION | Aggregation error on function usage (NOT USED) |
ERR-02055 | ERR_QP_ERROR_ON_INSERT_VALUE | Invalid insert value. |
ERR-02056 | ERR_QP_COLUMN_NAME_NOT_FOUND | Column name (%s) not found. |
ERR-02057 | ERR_QP_SEARCH_STRING_ERROR | Only literal type can be used in SEARCH keyword. |
ERR-02058 | ERR_QP_INDEX_CREATE_DUPLICATE | Index %s already exists |
ERR-02059 | ERR_QP_INDEX_NO_EXISTS | Index %s does not exist |
ERR-02060 | ERR_QP_INDEX_ONLY_ONE_COLUMN | Composite index is not supported. |
ERR-02061 | ERR_QP_DIVIDE_BY_ZERO | Cannot divide a value by zero. |
ERR-02062 | ERR_QP_DATE_CALC_INVALID | Cannot calculate date type. |
ERR-02063 | ERR_QP_SEARCH_TYPE_INVALID | Invalid search type. Search type must be VARCHAR. |
ERR-02064 | ERR_QP_ADD_TIME_FORMAT_ERROR | Invalid time format. (format: "year/mon/day hour:min:sec") |
ERR-02065 | ERR_QP_NO_INDEX_PROPETY_FOUND | Index property (%s) does not exist. |
ERR-02066 | ERR_QP_INDEX_PROPETY_VALUE_INVALID | Invalid index property value: (%s). |
ERR-02067 | ERR_QP_TO_ADDR4_FUNCTION_ARG | Error in TO_ADDR4 function aggregate. Argument type to TO_ADDR4 function must be an integer. |
ERR-02068 | ERR_QP_IPV4_FORMAT | Invalid IPv4 address format (%s). |
ERR-02069 | ERR_QP_INDEX_FOR_INVALID_TABLE | %s index can only be created for %s table. |
ERR-02070 | ERR_QP_INDEX_NEEDED_FOR_SEARCH | Search predicate needs keyword index. |
ERR-02071 | ERR_QP_INDEX_COUNT | Only one index is allowed for a single column. |
ERR-02072 | ERR_QP_DELETE_UNABLE_TABLE | Cannot delete data from this table (%s). |
ERR-02073 | ERR_QP_TABLE_DELETE_CONDITION | Invalid DELETE condition. %s |
ERR-02074 | ERR_QP_TABLE_DELETE_TIME_RANGE | Invalid delete time range. BEFORE time range should be older than present. |
ERR-02075 | ERR_QP_TABLE_DROP_NO_INFO_IN_DB | Table(%s) record does not exist in meta database. |
ERR-02076 | ERR_QP_TABLEID_DROP_NO_INFO_IN_DB | Table(%lld) record does not exist in meta database. |
ERR-02077 | ERR_QP_VARCHAR_SIZE_MAX | Invalid %s size. %s type size cannot be more than %d. |
ERR-02078 | ERR_QP_UNKNOWN_STMT_TYPE | Invalid statement type. Statement type(%d) is unsupported. |
ERR-02079 | ERR_QP_FUNCTION_ARG_COUNT | The number of arguments for function (%s) does not match. |
ERR-02080 | ERR_QP_USER_NOT_EXIST | User (%s) does not exist. |
ERR-02081 | ERR_QP_USER_PASSWORD_ERROR | Invalid username/password. |
ERR-02082 | ERR_QP_USER_ALREADY_EXISTS | User (%s) already exists. |
ERR-02083 | ERR_QP_USER_SELF_DROP | You cannot drop yourself(%s). |
ERR-02084 | ERR_QP_USER_TABLE_EXIST | User drop error. This user's tables still exist. Drop those tables first. |
ERR-02085 | ERR_QP_USER_NO_ALTER_PRIV | The user(%s) does not have alter privileges. |
ERR-02086 | ERR_QP_USER_NO_CONNECT_PRIV | The user(%s) does not have connect privileges. |
ERR-02087 | ERR_QP_USER_NO_PRIV_TABLE_ACCESS | The user does not have access privileges on table(%s.%s). |
ERR-02088 | ERR_QP_ALTER_TABLE_NO_RIGHT | Error in altering table. Only the LOG table can be altered. |
ERR-02089 | ERR_QP_ALTER_TABLE_SAME_COLUMN_EXISTS | Error in altering table. Column name(%s) already exists. |
ERR-02090 | ERR_QP_ALTER_TABLE_MODIFY_TYPE | Error in altering table. Only varchar type can be modified. |
ERR-02091 | ERR_QP_ALTER_TABLE_MODIFY_VARCHAR_SIZE | Error in altering table. Varchar length should be greater than previous value length |
ERR-02092 | ERR_QP_ALTER_TABLE_DROP_BUILTIN_COLUMN | Error in altering table. Column (%s) cannot be dropped. |
ERR-02093 | ERR_QP_ALTER_TABLE_DROP_COLUMN_ON_INDEX | Error in altering table. Column (%s) having index cannot be dropped. |
ERR-02094 | ERR_QP_ALTER_TABLE_DUP_COLUMN | Error in altering table. Column (%s) already exists. |
ERR-02095 | ERR_QP_TRUNCATE_NON_LOG_TABLE | Error in truncating table. Only the LOG table can be truncated. |
ERR-02096 | ERR_QP_TABLE_TRUNCATE_NO_EXISTS | Error in truncating table. Table %s does not exist. |
ERR-02097 | ERR_QP_TABLE_DROP_COLUMN_LIMIT | Error in altering table. The table must have at least one column. |
ERR-02098 | ERR_QP_NOT_EQUJOIN | Error in joining tables. Only equi-join is allowed. |
ERR-02099 | ERR_QP_JOIN_OR | Error in joining tables. The OR condition for a join predicate is not allowed. |
ERR-02100 | ERR_QP_JOIN_FUNCTION_EXPR | Error in joining tables. The join predicate cannot use functions. |
ERR-02101 | ERR_QP_JOIN_PERMUTATION | Error in joining tables. Cannot join without join predicate. |
ERR-02104 | ERR_QP_COLLECTOR_NO_TEMPLATE_EXISTS | The template file (%s) does not exist. |
ERR-02105 | ERR_QP_COLLECTOR_TEMPLATE_FORMAT_INVALID | The template format (%s : %s : %d) is invalid. |
ERR-02109 | ERR_QP_JOIN_LOG_LOG | Cannot join two or more LOG tables. |
ERR-02110 | ERR_QP_KEYWD_MIN_LENGTH | Search condition argument is too short. It needs more than (%d) characters. |
ERR-02111 | ERR_QP_NO_SUCH_COMMAND | Invalid option. |
ERR-02112 | ERR_QP_NO_DISTINCT_GRBY | Cannot use DISTINCT with GROUP BY clause. |
ERR-02113 | ERR_QP_NO_DISTINCT_AGGR | Cannot use DISTINCT with aggregation function. |
ERR-02114 | ERR_QP_FUNCTION_DISTINCT | DISTINCT clause is not allowed here. |
ERR-02115 | ERR_QP_INVALID_COL_NAME | Internal column cannot be modified. |
ERR-02116 | ERR_QP_SEARCH_FILTER | Search predicate must use an index. |
ERR-02117 | ERR_QP_TABLE_NAME_INVALID | DDL on table (%s) is forbidden. |
ERR-02118 | ERR_QP_TABLE_LOCK_ALREADY_INIT | Lock object was already initialized. (Do not use select and append simultaneously in single session.) |
ERR-02119 | ERR_QP_NOT_IMPLEMENTED | This functionality has not been implemented. |
ERR-02120 | ERR_QP_SESSION_ID_INVALID | Invalid session ID (%s). |
ERR-02121 | ERR_QP_SESSION_PRIV_OF_KILL | No privileges to kill the session. |
ERR-02122 | ERR_QP_SESSION_PRIV_OF_CANCEL | No privileges to cancel the session. |
ERR-02123 | ERR_QP_NOT_EXIST_TABLE_ID_META | Table id (%lld) does not exist in meta database. |
ERR-02124 | ERR_QP_NOT_EXIST_COLUMN_ID_META | Column id (%llu) does not exist in table (%llu). |
ERR-02125 | ERR_QP_VARCHAR_TO_DATE_HEURISTIC | Error in converting string (%s) to datetime with heuristic method. Check the default date string format in this session. |
ERR-02126 | ERR_QP_NO_ORDERBY_SUBQ | ORDER BY clause is not allowed in a subquery |
ERR-02127 | ERR_QP_ORDERBY_TERMS | Only integer constants must be used for ORDER BY column position. |
ERR-02128 | ERR_QP_ORDERBY_OOR | ORDER BY column position %d is out of range - should be between 1 and %d. |
ERR-02129 | ERR_QP_GRBY_INT | GROUP BY terms must be integer constants |
ERR-02130 | ERR_QP_NO_GRBY_HAVING | A GROUP BY clause is required before HAVING |
ERR-02131 | ERR_QP_SUBQ_NOT_SINGLE | Single row error. Single-row subquery returns more than one row. |
ERR-02132 | ERR_QP_SUBQ_NOT_ALLOWED | Cannot use subquery on HAVING, ORDER BY and GROUP BY clauses. |
ERR-02133 | ERR_QP_INVALID_SUBQ | Invalid subquery. |
ERR-02134 | ERR_QP_REGEX_MAX_COUNT | Too many REGEXP in WHERE clause. No more than %d REGEXP in WHERE clause. |
ERR-02135 | ERR_QP_WHERE_TYPE | WHERE clause has to return a boolean result. |
ERR-02136 | ERR_QP_TBS_INVALID_TYPE | Invalid tablespace type. |
ERR-02137 | ERR_QP_TBS_TOO_MANY_DISKS | There are too many disks<%ud> for tablespace %s. |
ERR-02138 | ERR_QP_TBS_DISK_INVALID_PARALLEL_IO_VALUE | The PARALLEL_IO value<%d> for the disk<%s> must be higher than <%d>. |
ERR-02139 | ERR_QP_NO_MINMAX_ON_VARCHAR | MINMAX CACHE is not allowed for VARCHAR column(%s). |
ERR-02140 | ERR_QP_TABLE_NOT_SUPPORT_TABLESPACE | This type of tables do not support the tablespace functionality. |
ERR-02141 | ERR_QP_TYPE_COMPARE_NOT_APPLICABLE | Type comparison error. |
ERR-02142 | ERR_QP_NO_AGGR_LOB | Cannot use lob type in the GROUP BY clause. |
ERR-02143 | ERR_QP_NO_ORDER_LOB | Cannot use lob type in the ORDER BY clause. |
ERR-02144 | ERR_QP_OUTERJOIN_LIMIT | Outerjoin permits only 2 tables. |
ERR-02145 | ERR_QP_NOT_NUMBER_STRING | The string cannot be converted to number value.(%s) |
ERR-02146 | ERR_QP_TS_JOIN_LIMIT | Cannot join tables with timeseries function. |
ERR-02147 | ERR_QP_TS_VIEW_LIMIT | Cannot use inline view with timeseries function. |
ERR-02148 | ERR_QP_IPV6_FORMAT | Invalid IPv6 address format.(%s) |
ERR-02149 | ERR_QP_CONTAINS_TYPE_INVALID | Error in executing CONTAINS. Cannot convert from type(%d) to type(%d). |
ERR-02150 | ERR_QP_IP_NETWORK_TYPE_CLASS_MISMATCHED | Network type error. Network Mask length does not match with the column's length.(mask=%s, column=%s) |
ERR-02151 | ERR_QP_NO_MORE_DISK_FOR_EVALUATION | Error in adding disk to tablespace. You cannot use multiple disks for tablespace without valid license. |
ERR-02152 | ERR_QP_PARTITION_PROPERTY_NOT_COMPLETE | Error in setting column property. You should specify a positive value of column property PARTITION_PAGE_COUNT as well as PAGE_VALUE_COUNT. |
ERR-02153 | ERR_QP_UNKNOWN_COLUMN_PROPERTY | Invalid column property name (%s). Specify a valid property name. |
ERR-02154 | ERR_QP_SET_OP_NO_SELECT | Select set operator parsing error. |
ERR-02155 | ERR_QP_UNSURPPORTED_SET_OP | Only UNION ALL set operator is supported. |
ERR-02156 | ERR_QP_SET_OP_TARGET_MISMATCH | Set operator column types do not match at column (%d). |
ERR-02157 | ERR_QP_VALIDATE_INTERNAL | Internal error on validating query |
ERR-02158 | ERR_QP_INVALID_TYPE | Error in evaluating data type. You must specify a valid data type. |
ERR-02159 | ERR_QP_INVALID_BACKUP_RANGE | 'FROM DATETIME' must be earlier than 'TO DATETIME'. |
ERR-02160 | ERR_QP_UNMOUNT_NOT_MOUNTED_TABLE | Error in doing unmount table(%s). You can unmount only mounted tables. |
ERR-02161 | ERR_QP_NO_DDL_ON_MOUTE_MODE | Error in executing DDL. You cannot execute DDL with mounted DB. (*NOT USED*) |
ERR-02162 | ERR_QP_NO_UNMOUTE_DB | Error in doing unmount DB. You cannot umount database which is not mounted. |
ERR-02163 | ERR_QP_WRONG_RESTORE_PATH | Invalid directory path (%s). You should specify a valid path. |
ERR-02164 | ERR_QP_INVALID_ALTER_INDEX_PROPETY | Invalid index property. Property (%s) for index cannot be altered. |
ERR-02165 | ERR_QP_FUNCTION_POS | Function (%s) is not allowed here. |
ERR-02166 | ERR_QP_FUNCTION_ORDER_BY | Cannot use ORDER BY clause with aggregation function. |
ERR-02167 | ERR_QP_FUNCTION_GROUP_CONCAT_WRONG_SEPARATOR | GROUP_CONCAT function error. Separator should be a string constant. |
ERR-02168 | ERR_QP_OPERATOR_ARG_ERROR | Operator argument count or type does not match. |
ERR-02169 | ERR_QP_WRONG_COLUMN_PROPERTY_VALUE | Invalid column property value: (%s) |
ERR-02170 | ERR_QP_NO_ALIAS_IN_TABLE_INLINE_VIEW | Every specified table or inline view in FROM clause must have its own alias. |
ERR-02171 | ERR_QP_PRIMARY_KEY_DUPLICATE_PK_DECL | VOLATILE / LOOKUP / TRANSACTION table cannot have more than one primary key. |
ERR-02172 | ERR_QP_PRIMARY_KEY_INVALID_TABLE | Primary key is allowed only for VOLATILE / LOOKUP / TRANSACTION table. |
ERR-02173 | ERR_QP_VOLATILE_TABLE_INVALID_TYPE | Cannot create columns with data type (%s) in VOLATILE / LOOKUP table. |
ERR-02174 | ERR_QP_INDEX_TARGET_COLUMN_DUPLICATE | The index already exists in the column(%s). |
ERR-02175 | ERR_QP_VTABLE_UPDATE_INVALID_FORM | SET clause must be written as a list of 'column = value' expression. |
ERR-02176 | ERR_QP_VTABLE_UPDATE_TO_PRIMARY_KEY | Cannot update primary key column in SET clause. |
ERR-02177 | ERR_QP_VTABLE_UPDATE_NOT_IN_VOLATILE | ON DUPLICATE UPDATE clause is allowed only in LOOKUP / VOLATILE / TRANSACTION table. |
ERR-02178 | ERR_QP_TABLE_UPDATE_NO_COLUMN | Error in updating table. Column name (%s) does not exist in this table. |
ERR-02179 | ERR_QP_VTABLE_INSERT_WITHOUT_PRIMARY_KEY_VAL | INSERT on a %s table without primary key value cannot be proceeded. |
ERR-02180 | ERR_QP_VTABLE_UPDATE_ON_NO_PRIMARY_KEY | Primary key is mandatory for UPDATE. |
ERR-02181 | ERR_QP_INDEX_WITH_PRIMARY_KEY_PREFIX | Invalid index name starting with (%s) which is the same as primary key index. |
ERR-02182 | ERR_QP_PRIMARY_KEY_INDEX_DROP | You cannot drop the primary key index (%s). |
ERR-02183 | ERR_QP_APPEND_TO_VTABLE_UNSUPPORTED | Append mode for table (%s) is not supported. |
ERR-02184 | ERR_QP_PROPERTY_ON_INVALID_TABLE_TYPE | Specified property value is invalid in %s table. |
ERR-02185 | ERR_QP_MOUNT_DB_DUPLICATED | Invalid database name. This database name is already used for mount. |
ERR-02186 | ERR_QP_MOUNT_DB_INVALID | Invalid database name. |
ERR-02187 | ERR_QP_UNMOUNT_TABLE_IN_ACCESS | Error in unmounting database. Some tables in mounted database are accessed by other transactions |
ERR-02188 | ERR_QP_MOUNT_DB_NOT_FOUND | The database is not mounted. |
ERR-02189 | ERR_QP_DELETE_WHERE_INVALID_TABLE | Error in deleting rows. Only rows in VOLATILE / LOOKUP table can be deleted. |
ERR-02190 | ERR_QP_UPDATE_DELETE_WHERE_INVALID_CONDITION | Invalid UPDATE/DELETE condition. Specify it as (primary key column) = (value) |
ERR-02191 | ERR_QP_DELETE_WHERE_UNSUPPORTED | WHERE clause in DELETE statement is not supported yet. |
ERR-02192 | ERR_QP_KEYWORD_INDEX_TYPE | Index type for keyword index only supports keyword bitmap or keyword LSM. |
ERR-02195 | ERR_QP_BUFFER_OVERFLOW | Buffer size insufficient. |
ERR-02196 | ERR_QP_NO_FILE_TO_LOAD | Error in loading data. File (%s) does not exist. |
ERR-02197 | ERR_QP_LOAD_TABLE_ALREADY_EXISTS | Error in loading data with automatic mode. The table (%s) already exists. |
ERR-02198 | ERR_QP_LOAD_TABLE_NON_EXISTS | Error loading data. Table (%s) does not exist. |
ERR-02199 | ERR_QP_LOAD_TABLE_PARSING_ERROR | CSV parsing error on line %d: [%s]. |
ERR-02200 | ERR_QP_LOAD_TABLE_DELIMITOR_ERROR | [%s] is not a valid string terminator or enclosure. |
ERR-02201 | ERR_QP_LOAD_TABLE_UNKNOWN_AUTOMODE | The automatic loading mode is invalid. |
ERR-02202 | ERR_QP_LOAD_TABLE_HEADER_DETECT_ERROR | Automatic column detection failed because the data is empty or the headers are invalid. |
ERR-02203 | ERR_QP_LOAD_TABLE_UNKNOWN_ENCODINGMODE | Invalid encoding. |
ERR-02204 | ERR_QP_LOAD_TABLE_CHAR_CONVERSION_ERROR | Failed to convert %s to UTF8. |
ERR-02205 | ERR_QP_NO_SUPPORT_DOUBLE_MOD | A modulo operator can be applied only for integer types. |
ERR-02206 | ERR_QP_NO_SUPPORT_TBS_NON_AUTO | Tablespace name cannot be specified in non automode |
ERR-02207 | ERR_QP_SAVE_FILE_ALREADY_EXISTS | Error in saving table into file (%s). File already exists. |
ERR-02208 | ERR_QP_EXPR_TYPE | Expression argument type does not match. |
ERR-02221 | ERR_QP_NO_MANAGER_NAME_SETTED | Manager name is not specified. |
ERR-02222 | ERR_QP_RECEIVE_DIFF_PROTOCOL | Error in read protocol. Send %s protocol, but received %d protocol. |
ERR-02223 | ERR_QP_COLLECTORMANAGER_CONNECT | Unable to establish connection with collectormanager (%s). |
ERR-02224 | ERR_QP_NO_COLLECTOR_NAME_SETTED | Manager name is not specified. |
ERR-02225 | ERR_QP_SET_COLUMN_UNIT_ERROR | Invalid set column unit. |
ERR-02226 | ERR_QP_INVALID_CHARACTER | Invalid character ('%c'). |
ERR-02228 | ERR_QP_UNSUPPORT_PROCEDURE | Invalid procedure (%s). |
ERR-02229 | ERR_QP_INVALID_ARG_VALUE | Invalid argument value for function (%s). |
ERR-02230 | ERR_QP_PROCEDURE_WRONG_NUMBER_OF_ARGUMENTS | Wrong number of arguments in call to '%s'. |
ERR-02231 | ERR_QP_STRCPY_ERROR | strcpy function error (%d). |
ERR-02232 | ERR_QP_CALC_TYPE | Calculation argument type (%s), (%s) error. |
ERR-02233 | ERR_QP_INSERT_VALUE_LOCATION | Error occurred at column (%u): (%s) |
ERR-02234 | ERR_QP_SET_OP_COUNT | Set operator column counts do not match (%d and %d). |
ERR-02235 | ERR_QP_SERIES_BY | SERIES BY clause is not allowed here. |
ERR-02236 | ERR_QP_TOO_MANY_TABLES_IN_JOIN | For a table list in FROM clause, The number of tables should be less than 32. |
ERR-02237 | ERR_QP_INDEX_NOT_CREATED_ON_TABLE | The index <%s> is not an index for the table <%s>. |
ERR-02238 | ERR_QP_NO_JOIN_TYPE | This type of join is not allowed. |
ERR-02239 | ERR_QP_INVALID_USE_AGGR_FUNC | Invalid use of aggregation function. |
ERR-02240 | ERR_QP_INVALID_COLUMN_TYPE_FOR_FETCH | Cannot fetch column with type (%s). |
ERR-02241 | ERR_QP_UNSUPPORTED_JOIN_TABLES | Join between LOG table and fixed table is not supported in Cluster Edition. |
ERR-02242 | ERR_QP_EQUIJOIN_WITH_LOGTABLE_JOIN | Only equality predicates are supported when joining LOG tables in Cluster Edition. |
ERR-02243 | ERR_QP_UNSUPPORTED_ROW_BASED_DELETE | DELETE statement with the number of rows is not supported in Cluster Edition. |
ERR-02246 | ERR_QP_IDENTIFIER_TOO_LONG | Identifier %.*s is too long. |
ERR-02247 | ERR_QP_DATETIME_NOT_PROPER | DATETIME earlier than 1970-01-01 00:00:00 (UTC) is not valid. |
ERR-02248 | ERR_QP_INSUFFICIENT_COLUMN_DEF | Insufficient column definitions. |
ERR-02249 | ERR_QP_TABLE_DELETE_INVALID_COND | Invalid DELETE condition. |
ERR-02250 | ERR_QP_TAGDATA_COMPONENT_DDL_BLOCKED | You cannot execute DDL on compoment table/index of TAGDATA table explictly. |
ERR-02251 | ERR_QP_TAGDATA_DUPLICATE_FLAG | You cannot define columns with duplicate flag (%s) in TAGDATA table. |
ERR-02252 | ERR_QP_TAGDATA_INVALID_TYPE_FOR_FLAG | Invalid column type (%s) for flag (%s) in TAGDATA table. |
ERR-02253 | ERR_QP_TAGDATA_INSUFFICIENT_MANDATORY | Mandatory column definition (PRIMARY KEY / BASE TIME) is missing. |
ERR-02254 | ERR_QP_INVALID_TAGDATA_FLAG_ON_OTHER_TABLE | Column flag (%s) is only allowed for TAG table. |
ERR-02255 | ERR_QP_TAGDATA_INSERT_META_NO_PK | Primary key of TAGDATA table is not defined in metadata. |
ERR-02256 | ERR_QP_TAGDATA_INVALID_META_COLUMN_CLAUSE | Metadata column definition is allowed only in TAGDATA table. |
ERR-02257 | ERR_QP_TAGDATA_INSERT_META_INVALID_TYPE | Metadata insertion is allowed only in TAGDATA table. |
ERR-02258 | ERR_QP_TAGDATA_ALREADY_INSERTED | Metadata key (%.*s) for the TAG table has already been inserted. |
ERR-02259 | ERR_QP_TAGDATA_NOT_FOUND | Metadata of TAGDATA table is not found. (Key = %s) |
ERR-02260 | ERR_QP_TAGDATA_ALLOC_FAILURE | Failed to allocate new metadata of TAGDATA table (Current Size=%llu). |
ERR-02261 | ERR_QP_NO_TAGDATA_METADATA_INSERT_UPDATE | You cannot insert metadata into TAGDATA table with ON DUPLICATE KEY UPDATE clause. |
ERR-02262 | ERR_QP_TAGDATA_DIRECT_DML_BLOCKED | Direct DML on component tables of TAGDATA table is not allowed. |
ERR-02263 | ERR_QP_TAGDATA_MORE_TAGDATA_TABLE | You can create only one TAGDATA table. |
ERR-02264 | ERR_QP_TAGDATA_SCAN_OTHER_COLUMN_IN_ROLLUP | Cannot read a column (%s) in ROLLUP query because it is not a ROLLUP column. |
ERR-02265 | ERR_QP_TAGDATA_SCAN_WITHOUT_KEY_CONDITION | Reading TAGDATA table without primary key condition is not allowed. |
ERR-02266 | ERR_QP_TAGDATA_DELETE_RAW_CONDITION | You cannot delete raw data of TAGDATA table with WHERE condition. |
ERR-02267 | ERR_QP_TAGDATA_UNSUPPORTED_KEY_PREDICATE | Primary key in TAGDATA table should be compared by '=' or 'IN' operation. |
ERR-02268 | ERR_QP_TAGDATA_COMPARE_KEY_ONLY_CONSTANT | Primary key in TAGDATA table should be compared with constant value. |
ERR-02269 | ERR_QP_TAGDATA_OUTERJOIN | Outerjoin on TAGDATA table is not allowed. |
ERR-02270 | ERR_QP_TAGDATA_NAME_VIOLATION | TAGDATA table's name should be 'TAG'. |
ERR-02271 | ERR_QP_TAGDATA_NOT_CONSTANT_PK_VALUE | You must insert key value of TAGDATA table as constant. |
ERR-02272 | ERR_QP_NOT_EXIST_INDEX_ID_META | Index id (%llu) does not exist in meta database. |
ERR-02273 | ERR_QP_TAGDATA_USER_NO_PRIV_DDL | The user does not have privileges on TAGDATA DDL. |
ERR-02274 | ERR_QP_TAGDATA_FREE_FAILURE | Failed to free new metadata of TAGDATA table. |
ERR-02275 | ERR_QP_TAGDATA_INSERT_SELECT_IN_EE | The INSERT SELECT statement to the TAGDATA table is not allowed in enterprise edition. |
ERR-02276 | ERR_QP_TAGDATA_COMPONENT_EXISTS | Component table (%s) of TAGDATA table already exists. |
ERR-02277 | ERR_QP_TAGDATA_COMPONENT_NAME_RESERVED | Table or index name that starts with '_TAG' is reserved. |
ERR-02278 | ERR_QP_UPDATE_INVALID_TABLE_TYPE | UPDATE statement is not allowed for %s. |
ERR-02279 | ERR_QP_TAGDATA_INVALID_PRIMARY_NAME | Invalid tag name insertion to TAGDATA table (name = '%s'). |
ERR-02280 | ERR_QP_TAGDATA_INVALID_BIND_TAGNAME | Invalid tag name insertion due to wrong bind variable. |
ERR-02281 | ERR_QP_DURATION_NOT_APPLICABLE | DURATION clause is not applicable on %s. |
ERR-02282 | ERR_QP_DELETE_ALREADY_DOING | The DELETE statement for table '%s' is already been executed. |
ERR-02283 | ERR_QP_TAGDATA_IN_SUBQUERY_NOT_ALLOWED | IN subquery on TAGDATA table is not allowed. |
ERR-02284 | ERR_QP_INTERNAL_NULL_EXIST | Internal NULL value exists in the condition expression. |
ERR-02285 | ERR_QP_INTERNAL_ERROR | Internal error: %s. |
ERR-02286 | ERR_QP_KV_TABLE_MEMORY_ALLOC | Memory allocation failed while creating TAGDATA table. You may need to decrease TAG_DATA_PART_SIZE in machbase.conf. |
ERR-02287 | ERR_QP_TAGDATA_NAME_TRUNCATED | TAGDATA name value (%s) is too long. |
ERR-02288 | ERR_QP_AGGR_EXPECTED | Aggregate function is expected at (%.*s). |
ERR-02289 | ERR_QP_NON_CONST | Non-constant expression is not allowed for PIVOT values. |
ERR-02290 | ERR_QP_CANNOT_ALTER | %s cannot be altered. |
ERR-02291 | ERR_QP_INVALID_TABLE_NAME_TAG | Table name 'TAG' must be used for TAGDATA table. |
ERR-02292 | ERR_QP_TAGDATA_INVALID_CONSTRAINT_ORDER | The order of columns in TAGDATA table must be (PRIMARY, BASE TIME, SUMMARIZED, other columns, .. ). |
ERR-02293 | ERR_QP_NO_BIND_PARAM_COLUMN | Column meta for bind param[%d] is not available. |
ERR-02294 | ERR_QP_TAGDATA_JOIN | Joining more than one TAGDATA table is not supported. |
ERR-02295 | ERR_QP_INVALID_ORDINAL_NUMBER | Invalid ordinal number ID_COLUMN (%lld) and TIME_COLUMN (%lld). |
ERR-02296 | ERR_QP_INTERPOLATION_ONE_BETWEEN | Interpolation requires only one BETWEEN expression. |
ERR-02297 | ERR_QP_BETWEEN_HAS_INVALID_EXPR | BETWEEN has invalid expression (%s). |
ERR-02298 | ERR_QP_NOT_FACTOR_OF_INTERPOLATION_INTERVAL | FREQUENCE must be a factor of INTERPOLATION_INTERVAL (%lld). |
ERR-02299 | ERR_QP_ONLY_BETWEEN_SUPPORTED | Only BETWEEN condition is supported. |
ERR-02300 | ERR_QP_INSUFFICIENT_COLUMN_FOR_INTERPOLATION | Interpolation column is missing. (%s) |
ERR-02301 | ERR_QP_INSUFFICIENT_PROPERTIES_FOR_INTERPOLATION | Some properties are missing for interpolation. |
ERR-02302 | ERR_QP_INVALID_INTERVAL_INTERPOLATION_PROPERTY | Invalid interpolation interval property: %lld. |
ERR-02303 | ERR_QP_INVALID_ROLLUP_UNIT | You must use higher ROLLUP unit. |
ERR-02304 | ERR_QP_INTERPOLATION_VIEW_LIMIT | Interpolation is not applicable on (%s). |
ERR-02305 | ERR_QP_INTERPOLATION_ONE_TARGET | JOIN is not applicable for interpolation. |
ERR-02306 | ERR_QP_CHEKPOINT_INVALID_SIZE | Interpolation interval value(%lld) should be less than checkpoint interval value(%lld). |
ERR-02307 | ERR_QP_ROLLUPUNIT_INTERVALVALUE | Interpolation interval value(%lld) should be less than ROLLUP unit (%s). |
ERR-02308 | ERR_QP_ROLLUPUNIT_CHECKPOINTVALUE | Checkpoint interval value(%lld) should be less than ROLLUP unit (%s). |
ERR-02309 | ERR_QP_INVALID_INTERPOLATION_DIVIDE | Checkpoint interval value(%lld) should be divide by interpolation value(%lld). |
ERR-02310 | ERR_QP_INVALID_CHECKPOINT_INTERPOLATION_PROPERTY | Invalid interpolation checkpoint property: %lld. |
ERR-02311 | ERR_QP_INVALID_KEYWORD_INTERPOLATION | %s cannot be used in interpolation query. |
ERR-02312 | ERR_QP_NOT_INTERPOLATION_TABLE | Rollup delete can only be done on the Interpolation Tag table. |
ERR-02313 | ERR_QP_ROLLUP_REBUILD_RANGE_ERROR | Unable to execute ROLLUP DELETE with the given range. |
ERR-02314 | ERR_QP_TAG_UNSUPPORT_DURATION_BACKUP | Regular duration backup does not support a backup of the TAG table (Try incremental backup which permits the action on the TAG table). |
ERR-02315 | ERR_QP_FOG_SNAPSHOT_NOT_SUPPORTED | Snapshot is not supported. |
ERR-02316 | ERR_QP_INVALID_EXPR_IN_DURATION | Invalid expression in DURATION clause: %.*s |
ERR-02317 | ERR_QP_FUNCTION_EXECUTION | Function execution failed: %s |
ERR-02318 | ERR_QP_LOOKUP_NODE_CONNECT_FAIL | Cannot connect to the lookup node. |
ERR-02319 | ERR_QP_LOOKUP_NODE_ERROR | Error on Lookup Node |
ERR-02320 | ERR_QP_LOOKUP_NODE_PENDING | Lookup Node is not ready |
ERR-02321 | ERR_QP_LOOKUP_NODE_NIL | No data was found in the lookup node. |
ERR-02322 | ERR_QP_LOOKUP_TABLE_MISSING_PRIMARY_KEY | Mandatory column definition (PRIMARY KEY) is missing. |
ERR-02323 | ERR_QP_EXEC_FUNCTION_NOT_SUPPORTED_TABLE_TYPE | EXEC %s is not supported for %s table type. |
ERR-02324 | ERR_QP_USED_TAG_ID_DATA | Cannot delete tagmeta. there exist data with deleted_tag key. |
ERR-02325 | ERR_QP_INTEGER_OVERFLOW | Integer %s type overflow. |
ERR-02326 | ERR_QP_EDGE_BACKUP_MOUNT_NOT_SUPPORTED | Backup/Mount is not supported. |
ERR-02327 | ERR_QP_PIVOT_IN_ROLLUP_NOT_SUPPORTED | Pivot is not supported in rollup query. |
ERR-02328 | ERR_QP_TAGMETA_INSERT_COUNT_EXCEEDED | Cannot insert a new tag since the number of tags has exceeded MAX_TAG_COUNT(%lld). |
ERR-02329 | ERR_QP_TAGMETA_INSERT_COUNT_EXCEEDED_LIMIT | Cannot insert a new tag since the number of tags has exceeded TAG_COUNT_LIMIT(%lld). |
ERR-02330 | ERR_QP_KV_INSUFFICIENT_MANDATORY | Mandatory column definition (ULONG / DATETIME) is missing. |
ERR-02331 | ERR_QP_RANGE_EXPR | RANGE expression is not applicable on the table (%s). |
ERR-02332 | ERR_QP_UNABLE_CREATE_INDEX_ON_COLUMN | Unable to create an index on the column (%s). |
ERR-02333 | ERR_QP_KV_TABLE_PREDICATE_MAX_OVER | Column (%s) cannot exceed %d. |
ERR-02334 | ERR_QP_TAG_INDEX_NOT_YET_SUPPORTED | Tag Index is not yet supported. |
ERR-02335 | ERR_QP_FAILED_TO_DELETE_ALL | Failed to delete all on this table. It is recommended to use EXEC TABLE_REFRESH(%s). |
ERR-02336 | ERR_QP_CASCADE_ONLY_TAG_TABLE | CASCADE option is not applicable on %s. |
ERR-02337 | ERR_QP_TAGMETA_DUPLICATE_FLAG | Unable to define more than one column attribute (%s). |
ERR-02339 | ERR_QP_TAGMETA_DIFFERENT_SUMMARY_TYPE | The type of %s column (%s) is different from that of VALUE column (%s). |
ERR-02340 | ERR_QP_TAGMETA_NOT_FOUND_SUMMARY_VALUE | SUMMARIZED column does not exist for %s. |
ERR-02341 | ERR_QP_SUMMARY_GREATER_THAN_USL | SUMMARIZED value is greater than UPPER LIMIT. |
ERR-02342 | ERR_QP_SUMMARY_LESS_THAN_LSL | SUMMARIZED value is less than LOWER LIMIT. |
ERR-02343 | ERR_QP_LSL_GREATER_THAN_USL | LOWER LIMIT must not be greater than UPPER LIMIT. |
ERR-02344 | ERR_QP_NOT_NUMERIC_TYPE | Not numeric type. (%s) |
ERR-02345 | ERR_QP_INVALID_TAGMETA_FLAG_ON_OTHER_TABLE | Column flag (%s) is only allowed for TAGMETA table. |
ERR-02346 | ERR_QP_DEFAULT_ONLY_FOR_TYPE_DATETIME | Column type (%s) is not allowed for default value. |
ERR-02347 | ERR_QP_DEFAULT_ONLY_FOR_FLAG_SYSDATE | SYSDATE is only allowed for default value. |
ERR-02348 | ERR_QP_ALTER_SET_PROP_NOT_SUPPORT_ON_CLUSTER | Alter table set %s not support on cluster. |
ERR-02349 | ERR_QP_BIND_VARIABLE_NOT_SUPPORTED_NEW_TAG | Bind variable is not supported for new tag. |
ERR-02350 | ERR_QP_WINDOW_FUNCTION_OVER_EXISTS | The function (%s) requires OVER clause. |
ERR-02351 | ERR_QP_NO_WINDOW_CONTEXT | Window function is allowed only in SELECT list. |
ERR-02352 | ERR_QP_FUNCTION_OVER | OVER clause is not applicable on (%s). |
ERR-02353 | ERR_QP_OVER_INVALID_TYPE | Invalid data type (%s) in OVER clause. |
ERR-02354 | ERR_QP_OVER_CONSTANT | Constant is not allowed in OVER clause. |
ERR-02355 | ERR_QP_TYPE_UNSUPPORTED | Type (%s) is not supported. |
ERR-02356 | ERR_QP_FIRST_DAY_OF_THE_MONTH | Origin must be the first day of the month. |
ERR-02357 | ERR_QP_JOIN_NOT_APPLICABLE | JOIN is not applicable on the table (%s). |
ERR-02358 | ERR_QP_INVALID_METADATA_ALTER_TABLE | When altering a table, the METADATA keyword is only applied to the tag table. |
ERR-02359 | ERR_QP_TAG_TABLE_ONLY_META_CHANGE | Tag table (%s) can only be modified in the metadata area. |
ERR-02360 | ERR_QP_WINDOW_FUNCTION_NOT_ALLOWED | Window function is not allowed with %s. |
ERR-02361 | ERR_QP_TABLE_STRUCTURE_MODIFIED | Table (%d) structure was modified. |
ERR-02362 | ERR_QP_STATEMENT_NOT_SUPPORTED | This statement is not supported. |
ERR-02600 | ERR_QP_WRONG_SEQUENCE_TABLE_TYPE | SEQUENCE property is not applicable in the table. |
ERR-02601 | ERR_QP_INVALID_FUNCTION_IN_SEQUENCE_COLUMN | Invalid function in a SEQUENCE column. NEXTVAL must be used. |
ERR-02602 | ERR_QP_INVALID_NEXTVAL_FUNCTION_QUERY | NEXTVAL is applicable only in INSERT statement. |
ERR-02603 | ERR_QP_INVALID_COLUMN_NEXTVAL | NEXTVAL is applicable only in SEQUENCE columns. |
ERR-02604 | ERR_QP_INVALID_SEQUENCE_COLUMN_DATA_TYPE | Sequence column must be LONG type. |
ERR-02651 | ERR_QP_EXIST_DEPENDENT_ROLLUP_TABLE | Dependent ROLLUP (%s) exists. |
ERR-02652 | ERR_QP_NOT_ROLLUP_TABLE | Not a ROLLUP table. (%s) |
ERR-02653 | ERR_QP_ROLLUP_INTERVAL_GREATER_THAN_SRC_ROLLUP | Rollup interval must be greater than source rollup interval. |
ERR-02654 | ERR_QP_ROLLUP_NOT_FOUND | ROLLUP (%s) is not found. |
ERR-02655 | ERR_QP_ROLLUP_INTERVAL_DIVIDE_REMAINDER_ZERO | Rollup interval source rollup interval Must Divide Zero. |
ERR-02656 | ERR_QP_ROLLUP_INTERVAL_POSITIVE_INTEGER | Rollup interval must positive integer. |
ERR-02657 | ERR_QP_ROLLUP_INTERVAL_SMALLER_THAN_YEAR | Rollup interval must be smaller than year. |
ERR-02658 | ERR_QP_ROLLUP_NOT_ENABLE | ROLLUP is not enabled for %s. |
ERR-02659 | ERR_QP_ROLLUP_MAX_COUNT | Rollup maximum count is 100. |
ERR-02670 | ERR_QP_ROLLUP_SOURCE_USERID | Rollup user ID(%d) is not equal to Source user ID(%d) |
ERR-02671 | ERR_QP_ROLLUP_COLUMN_INVALID_TYPE | Invalid type for ROLLUP column (%s). |
ERR-02672 | ERR_QP_ROLLUP_JSON_PATH_NOT_EXISTS | Json path is not specified on %s. |
ERR-02673 | ERR_QP_ROLLUP_JSON_PATH_EXISTS | Json path is not applicable on %s. |
ERR-02674 | ERR_QP_ROLLUP_NOT_FOUND_COLUMN | ROLLUP query must have a target column. |
ERR-02675 | ERR_QP_CAN_SCAN_ONE_ROLLUP_COLUMN | Cannot use more than one ROLLUP column in a ROLLUP query. |
ERR-02676 | ERR_QP_NOT_TAG_TABLE | Not a TAG table. |
ERR-02677 | ERR_QP_INVALID_ROLLUP_TIME_UNIT | Invalid rollup time unit (%s). |
ERR-02678 | ERR_QP_NEED_SUMMARIZED_COLUMN | WITH ROLLUP requires a SUMMARIZED column. |
ERR-02679 | ERR_QP_AUTO_GENERATE_ROLLUP_FAIL | Failed to create ROLLUP by WITH ROLLUP option. |
ERR-02680 | ERR_QP_PROCESS_ALREADY_START | PROCESS %s (%s) is already started. |
ERR-02681 | ERR_QP_PROCESS_ALREADY_STOP | PROCESS %s (%s) is already stopped. |
ERR-02682 | ERR_QP_ROLLUP_EXT_TYPE_DIFFER | ROLLUP extension type is different. |
ERR-02683 | ERR_QP_TAGDATA_SCAN_OTHER_TIME_COLUMN_IN_ROLLUP | Cannot read a column (%s) in ROLLUP query because it is not a ROLLUP time column. |
ERR-02684 | ERR_QP_NOT_EXIST_DEPENDENT_ROLLUP_TABLE | Dependent ROLLUP table does not exist. |
ERR-02685 | ERR_QP_NO_APPLICABLE_ROLLUP_TABLE | There are no applicable ROLLUP tables. |
ERR-02686 | ERR_QP_RENAME_NO_APPLICABLE_ROLLUP_TABLE | The names of column(%s) associated with ROLLUP cannot be changed. |
ERR-02687 | ERR_QP_ROLLUP_WAKEUP_INTERVAL_SMALLER_THAN_SRC_ROLLUP | Rollup wakeup interval must be same or smaller than rollup interval. |
ERR-02688 | ERR_QP_ROLLUP_WAKEUP_INTERVAL_DIVIDE_REMAINDER_ZERO | Rollup wakeup interval must exactly divide the rollup interval. |
ERR-02689 | ERR_QP_CUSTOM_ROLLUP_FROM_ALIAS_NOT_ALLOWED | Cannot use alias in custom ROLLUP SELECT FROM clause. |
ERR-02690 | ERR_QP_CUSTOM_ROLLUP_OWNER_MISMATCH | Custom ROLLUP source and destination table owners must be same. (source:%s, destination:%s) |
ERR-02691 | ERR_QP_INDEX_TABLE_OWNER_MISMATCH | Index owner and table owner must be same. (index owner:%s, table owner:%s) |
ERR-02692 | ERR_QP_CIRCULAR_VIEW_DEFINITION | Circular view definition is not allowed: (%s). |
ERR-02700 | ERR_QP_DUPLICATE_RETENTION | Policy (%s) already exists. |
ERR-02701 | ERR_QP_NOT_EXISTS_RETENTION | Policy (%s) does not exist. |
ERR-02702 | ERR_QP_EXIST_DEPENDENT_RETENTION_TABLE | Policy (%s) is in use. |
ERR-02703 | ERR_QP_NOT_EXISTS_RETENTIONJOB | Table (%s) has no retention policy. |
ERR-02704 | ERR_QP_DUPLICATE_RETENTIONJOB | Table (%s) already has a retention policy. |
ERR-02705 | ERR_QP_RETENTION_DURATION_RANGE | Retention duration must be longer than 1 day. |
ERR-02706 | ERR_QP_RETENTION_INTERVAL_RANGE | Retention interval must be longer than 1 hour. |
ERR-02707 | ERR_QP_RETENTION_TABLE_TYPE | Retention is not applicable on the table (%s). |
ERR-02708 | ERR_QP_RETENTION_PRIVILEGE | Only SYS user can create or drop RETENTION. |
ERR-02813 | ERR_QP_INVALID_ROLLUP_EXPR | Invalid ROLLUP expression. (Token = %s, Unit = %ld) |
ERR-02814 | ERR_QP_INVALID_ROLLUP_TARGET | Invalid ROLLUP target. BASETIME column of TAGDATA table is the only target. |
ERR-02815 | ERR_QP_DIFFERENT_ROLLUP_EXPR | Different ROLLUP expressions are used in a single SELECT query. |
ERR-02816 | ERR_QP_INVALID_USE_IN_ROLLUP | Only rollup column with aggregate function can be referenced in ROLLUP SELECT query. |
ERR-02817 | ERR_QP_INVALID_ROLLUP_NOT_SELECT | ROLLUP expression must be used in SELECT query. |
ERR-02818 | ERR_QP_UNSUPPORT_ROLLUP_TARGET | Invalid ROLLUP target (%s). |
ERR-02819 | ERR_QP_ROLLUP_RUNNING | ROLLUP thread is running. |
ERR-02820 | ERR_QP_ROLLUP_NOT_RUNNING | ROLLUP thread is not running. |
ERR-02821 | ERR_QP_OPERATION_IN_PROGRESS | Another DDL/DELETE/SNAPSHOT is in progress. |
ERR-02822 | ERR_QP_INVALID_EXPRESSION_IN_ROLLUP_QUERY | Invalid expression in ROLLUP query : %.*s |
ERR-02823 | ERR_QP_ROLLUP_SELECT_FROM | Invalid table in ROLLUP query: %s |
ERR-02824 | ERR_QP_CUSTOM_ROLLUP_FIRST_COLUMN_NOT_TAGNAME | In custom ROLLUP SELECT, first column must be TAG key column (%s). |
ERR-02825 | ERR_QP_INVALID_EXTENDED_COLUMN_ROLLUP_QUERY | Extended column(%s) cannot be used in ROLLUP query. |
ERR-02826 | ERR_QP_CANT_REVOKE | User (%s) can't revoke from table (%s.%s). |
ERR-02827 | ERR_QP_USER_NO_GRANT_PRIV | User does not have grant privileges. |
ERR-02828 | ERR_QP_USER_NO_REVOKE_PRIV | User does not have revoke privileges. |
ERR-02829 | ERR_QP_USER_ONLY_SYS_CAN_DO_CREATE_DROP | Only SYS user can create or drop user. |
ERR-02830 | ERR_QP_USER_NO_PRIV_TABLE_FOR_EACH_CASE | The user does not have (%s) privilege on table(%s.%s). |
ERR-02831 | ERR_QP_USER_NO_GRANT_UPDATE_PRIV_FOR_LOG_TABLE | You can't grant UPDATE privilege on Log Table. |
ERR-02832 | ERR_QP_USER_NO_REVOKE_UPDATE_PRIV_FOR_LOG_TABLE | You can't revoke UPDATE privilege on Log Table. |
ERR-02833 | ERR_QP_USER_SELECT_ONLY_FOR_MOUNT_TABLE | You can only grant SELECT privileges on Mounted database. |
ERR-02834 | ERR_QP_PASSWORD_REUSED | Cannot use new password as previously used. |
ERR-02835 | ERR_QP_USER_NO_PRIV_DATABASE_FOR_EACH_CASE | The user does not have (%s) privilege on database(%s). |
ERR-02837 | ERR_QP_CUSTOM_ROLLUP_NOT_SUPPORTED_IN_CLUSTER | Custom rollup is not supported in cluster edition. |
ERR-02838 | ERR_QP_USER_NO_MOUNT_PRIV | The user(%s) does not have mount privileges. |
ERR-02839 | ERR_QP_DATABASE_NOT_FOUND | Database (%s) does not exist. |
ERR-02840 | ERR_QP_DATABASE_NOT_ACTIVE | Database (%s) is not an active database. |
ERR-02841 | ERR_QP_DATABASE_USE_IN_TRANSACTION | Cannot change the current database while a transaction is active. |
ERR-02842 | ERR_QP_DATABASE_ALREADY_EXISTS | Database (%s) already exists. |
ERR-02843 | ERR_QP_DATABASE_SELF_DROP | Cannot drop current database (%s). |
ERR-02844 | ERR_QP_DATABASE_DEFAULT_DROP | Default database (%s) cannot be dropped. |
ERR-02845 | ERR_QP_DATABASE_READ_ONLY | Database (%s) is read only. |
ERR-02846 | ERR_QP_DATABASE_RESERVED_NAME | Database name (%s) is reserved and cannot be used. |
ERR-02847 | ERR_QP_PREPARED_CATALOG_CHANGED | Prepared statement target database (%s) changed. |
ERR-03000–ERR-03999 (65)
| Code | Symbol | Original Message |
|---|---|---|
ERR-03000 | MMP_STMT_OVERFLOWS | Statement ID overflow (Limit = %u, Curr = %u). |
ERR-03001 | MMP_STMT_QUERY_ZERO | Statement query length is zero. |
ERR-03002 | MMT_TASK_POOL_INITIALIZE_ERROR | Task pool initialization error. |
ERR-03003 | MMS_STMT_POOL_INITIALIZE_ERROR | Statement pool initialization error. |
ERR-03004 | MMT_QUEUE_CREATE_ERROR | Queue creation error. |
ERR-03005 | MMS_STMT_ALLOC_ERROR | Statement allocation error. |
ERR-03006 | MMP_META_UNKNOWN_TYPE_ERROR | Unknown meta type error (typecode is %u). Internal error. |
ERR-03007 | MMP_PROTOCOL_BUFFER_INSUFFICIENT | Insufficient protocol buffer size. Increase it. |
ERR-03008 | MMP_PROTOCOL_STATE_INVALID | Invalid protocol state. Check your application again. (Protocol = %s, State = %s) |
ERR-03009 | MMP_EXECUTE_PROTOCOL_DATA_INVALID | Invalid execute protocol data (%s). |
ERR-03010 | MMS_FETCH_PROTOCOL_INSUFFICIENT | Error in fetch protocol: not enough buffer size to execute it. Increase the size. |
ERR-03011 | MMP_SEND_ERROR | Send error. |
ERR-03012 | MMP_MEMORY_ALLOC_ERROR | Memory allocation error. |
ERR-03013 | MMP_STMT_APPEND_TABLE_ZERO | Invalid table name for append table. Table name is omitted. |
ERR-03014 | MMP_APPEND_PROTOCOL_DATA_INVALID | Invalid append protocol data (%s). |
ERR-03015 | MMP_STMT_APPEND_NO_ENDIAN | Endian is not specified for append. Check endian information. |
ERR-03016 | MMP_STMT_APPEND_MAX_COLUMN | Too many columns are specified for append. Cannot append more than %d columns |
ERR-03017 | MMP_STMT_APPEND_MAX_RECORD_SIZE | Too large record size for append. Cannot append more than %d bytes per record. |
ERR-03018 | MMP_STMT_APPEND_MAX_BLOCK_SIZE | The specified maximum block size (%d) was exceeded. Check the application's append data structure. |
ERR-03019 | MMP_STMT_EXPLAIN_PLAN_ERROR | Explain plan error. Use it for SELECT statement only. |
ERR-03020 | MMP_STMT_EXPLAIN_ONLY_DIRECT_EXECUTE | Explain plan is not allowed in prepared mode. |
ERR-03021 | MMP_CONNECT_VERSION_MISMATCHED | Protocol versions do not match: server (%d.%d.%d), client (%d.%d.%d). |
ERR-03022 | MMP_OS_GET_HANDLE_LIMIT_ERROR | Failed to get handle limit from the system. |
ERR-03023 | MMP_OS_CHECK_HANDLE_LIMIT_ERROR | Handle limit(%d) from the system is less than that of property(%d). Tune system handle limit or decrease the property 'HANDLE_LIMIT' |
ERR-03024 | ERR_MM_SESSION_ID_NOT_FOUND | Invalid session ID (%llu). |
ERR-03025 | ERR_MM_SESSION_SELF_OP_ERROR | Not enough privileges to manipulate the session. (%llu) |
ERR-03026 | ERR_MM_SESSION_DIFF_USER_CANCEL | You should log in with the same user name in the target session. Now (%d) Target(%d) |
ERR-03027 | ERR_MM_SESSION_CANCELLED | This statement has been canceled. |
ERR-03028 | ERR_MM_NO_SESSION_PROPETY | Invalid session property name. Name (%s) does not exist. |
ERR-03029 | ERR_MM_SESSION_PROPETY_CONVERT | Error in converting session property (%s). Cannot convert string (%s) to integer. |
ERR-03030 | ERR_MM_SESSION_PROPETY_VALUE_RANGE | Invalid session property value. Check the session value (%s) |
ERR-03031 | ERR_MM_PROTOCOL_BROKEN | Protocol error. |
ERR-03032 | ERR_MM_LICENSE_NO_META | Error in getting license meta. Check DB image and binary. |
ERR-03033 | ERR_MM_LICENSE_OPEN_META | Error in opening meta. |
ERR-03034 | ERR_MM_LICENSE_EXEC_META | Error in executing meta. |
ERR-03035 | ERR_MM_LICENSE_CLOSE_META | Error in closing meta. |
ERR-03036 | ERR_MM_LICENSE_EXPIRED | The license is expired(%s). |
ERR-03037 | ERR_MM_LICENSE_INVALID | The license is invalid or the license file does not exist(%s). |
ERR-03038 | ERR_MM_LICENSE_VIOLATION | License violation detected (%s). contact sales@machbase.com |
ERR-03039 | ERR_MM_SESSION_COUNT_EXCEED | Session count exceeded the maximum (%llu). |
ERR-03040 | ERR_MM_SHUTDOWN_FAIL | Unable to shutdown since the server is busy. |
ERR-03041 | ERR_MM_APPEND_BATCH | AppendBatch error: %s. |
ERR-03042 | ERR_MM_RECOVERY_BEGUN | Recovery in progress. |
ERR-03043 | ERR_MM_EXECARRAY_NOT_FOR_SELECT | Array Execute is not applicable for SELECT query. |
ERR-03044 | MMP_CONNECT_WRONG_TIMEZONE | Invalid TIMEZONE string: %s. |
ERR-03045 | ERR_MM_INVALID_CONTEXT | Invalid context at %s. |
ERR-03046 | ERR_MM_CM_ERROR | Communication module error (rc=%d): [%s]. |
ERR-03047 | ERR_MM_FUNCTION | Failed to call function %s (rc=%d) |
ERR-03048 | ERR_MM_PREPARED_STMT_USER_CHANGED | Prepared statement cannot be used after CONNECT USER. |
ERR-03200 | ERR_MM_SERVER_NOT_RUNNING | Server is not running. |
ERR-03201 | ERR_MM_INVALID_STMT_STATE | Invalid statement state: (%d) |
ERR-03202 | ERR_MM_COLUMN_RANGE | Column index is out of range. |
ERR-03203 | ERR_MM_BUFFER_SIZE_EXCEEDED | The data length exceeded the buffer size. |
ERR-03204 | ERR_MM_APPEND_PARAM_IP_STRING_NULL | Append data ip string is null. |
ERR-03205 | ERR_MM_APPEND_PARAM_DATETIME_STRING_NULL | Append data datetime string(%s) is null. |
ERR-03206 | ERR_MM_INVALID_COLUMN_TYPE | Invalid column type (%d). |
ERR-03207 | ERR_MM_INVALID_STMT_TYPE | Invalid statement type (%d). |
ERR-03208 | ERR_MM_SERVER_THREAD_ERR | Server thread error: %d - %s |
ERR-03209 | ERR_MM_BUSY_STMT_STATE | statement is busy. (%d) |
ERR-03210 | ERR_MM_CONN_INVALID_STATE | This connection already has been already disconnected |
ERR-03211 | ERR_MM_DB_EXIST | Database already exists. |
ERR-03212 | ERR_MM_DB_NOT_EXIST | Database does not exist. |
ERR-03213 | ERR_MM_SERVER_RUNNING | Server is running. |
ERR-03214 | ERR_MM_DBS_OPEN_FAIL | Failed to open dbs(%s) directory. |
ERR-03215 | ERR_MM_ALTER_SESSION | ALTER SESSION statement is not supported. |
ERR-04000–ERR-04999 (23)
| Code | Symbol | Original Message |
|---|---|---|
ERR-04000 | CMI_PROTOCOL_MSG_ERROR_IN_CONNECTION | Protocol message error in connection. |
ERR-04001 | CMI_PROTOCOL_LENGTH_ERROR_IN_CONNECTION | Protocol length error in connection (%llu but %llu). |
ERR-04002 | CMI_DOUBLE_CREATE_COMMUNICATION_CHANNEL | Cannot create duplicate communication channels. |
ERR-04003 | CMI_SOCKET_CREATION_ERROR | Socket creation error (%d). |
ERR-04004 | CMI_BIND_ERROR | Socket bind error. Errorcode is (%d) |
ERR-04005 | CMI_LISTEN_ERROR | Listen error (%d). |
ERR-04006 | CMI_POLL_CREATION_ERROR | Poll creation error (%d). |
ERR-04007 | CMI_POLL_ADD_ERROR | Poll add error (%d). |
ERR-04008 | CMI_CONNECTION_ERROR | Creation error (%d). |
ERR-04009 | CMI_SEND_ERROR | Send error (%d). |
ERR-04010 | CMI_RECV_ERROR | Receive error (%d). |
ERR-04011 | CMI_DISPATCH_ERROR | Dispatch error (%d). |
ERR-04012 | CMI_SETSOCKOPT_ERROR | nbp_sock_set_opt() error (%d). |
ERR-04013 | CMI_RECV_RETRY_ERROR | Failed to receive accept data repeatedly in %u milliseconds. |
ERR-04014 | CMI_MEMORY_ALLOC_ERROR | Memory allocation error. |
ERR-04015 | CMI_INVALID_PROTOCOL_ERROR | Receive invalid protocol (%d). |
ERR-04016 | CMI_TIMEDOUT_ERROR | Communication timed out error. (%d) |
ERR-04017 | CMI_SOCKET_CLOSED | Remote socket closed. |
ERR-04018 | CMI_INVALID_BIND_IP_ADDR | BIND_IP_ADDRESS [%s] is invalid |
ERR-04019 | CMI_BIND_ADDR_NOT_AVAILABLE | BIND_IP_ADDRESS [%s] is not available. Errorcode is[%d] |
ERR-04020 | CMI_BIND_PORT_INUSE | Port[%d] is already in use. Errorcode is [%d] |
ERR-04021 | CMI_OS_NOT_SUPPORT_FUNCTION | Function[%s] is not supported in this OS[%s] |
ERR-04999 | ERR_QP_ROLLUP_NOT_SUPPORTED_ON_DISTANCE_AXIS | ROLLUP is not supported on DISTANCE axis TAG table. |
ERR-05000–ERR-05999 (1)
| Code | Symbol | Original Message |
|---|---|---|
ERR-05002 | AD_MANAGER_GENERATE_ERROR | msg does not used |
ERR-06000–ERR-06999 (35)
| Code | Symbol | Original Message |
|---|---|---|
ERR-06000 | ERR_LM_FUNCTION_EXECUTION | Function execution failed: "%s". |
ERR-06001 | ERR_LM_RESPONSE_FAILED | Response failed: %s |
ERR-06002 | ERR_LM_ACCEPT_TIMEOUT | Accept timeout: "%s:%u". |
ERR-06003 | ERR_LM_SEND_BUFFER_OVERFLOW | Send buffer overflow: "%s". |
ERR-06004 | ERR_LM_COMMAND_EXECUTION_FAILED | Command execution failed: Application-Id = %u, Command-Code = %u. |
ERR-06005 | ERR_LM_UNSUPPORTED_COMMAND | Unsupported command: Application-Id = %u, Command-Code = %u. |
ERR-06006 | ERR_LM_ALREADY_CONNECTED | Already connected: "%s". |
ERR-06007 | ERR_LM_CSTR_TO_INT32_FAILED | Failed to convert string "%s" to int. |
ERR-06008 | ERR_LM_DESTINATION_HOST_TOO_LONG | Destination-Host too long: "%s". |
ERR-06009 | ERR_LM_DISCONNECTED | Disconnected: "%s". |
ERR-06010 | ERR_LM_HOST_NOT_FOUND | Host not found: "%s". |
ERR-06011 | ERR_LM_GROUPED_AVP_TOO_DEEP | Grouped AVP too deep: %d. |
ERR-06012 | ERR_LM_HANDSHAKE_TIMEOUT | Handshake timeout: "%s". |
ERR-06013 | ERR_LM_INITIALIZED | Link manager already initialized. |
ERR-06014 | ERR_LM_INVALID_HEADER | Invalid header: "%s". |
ERR-06015 | ERR_LM_INVALID_HOST | Invalid host: "%s" and "%s". |
ERR-06016 | ERR_LM_INVALID_PORT_NO | Invalid port no: %d. |
ERR-06017 | ERR_LM_MESSAGE_TOO_LONG | Message too long: %d |
ERR-06018 | ERR_LM_MISSING_AVP | Missing AVP: "%s" |
ERR-06019 | ERR_LM_NOT_INITIALIZED | Link manager not initialized. |
ERR-06020 | ERR_LM_NO_OPENED_GROUPED_AVP_FOUND | No opened grouped AVP found. |
ERR-06021 | ERR_LM_NULL_POINTER_ACCESS | NULL pointer access: "%s". |
ERR-06022 | ERR_LM_ORIGIN_HOST_TOO_LONG | Origin-Host too long: "%s". |
ERR-06023 | ERR_LM_REQUIRE_REQUEST_MESSAGE | Require request message. |
ERR-06024 | ERR_LM_SESSION_ID_TOO_LONG | Session-Id too long: "%s". |
ERR-06025 | ERR_LM_CONNECTION_TIMEOUT | Connection timeout: "%s". |
ERR-06026 | ERR_LM_UNABLE_TO_BIND_ADDRESS | Unable to bind address: "%s". |
ERR-06027 | ERR_LM_ABORT_CALLBACK_TIMEOUT | Abort callback: "Timeout". |
ERR-06028 | ERR_LM_ABORT_CALLBACK_DISCONNECTED | Abort callback: "Disconnected". |
ERR-06029 | ERR_LM_ABORT_CALLBACK_SHUTDOWN | Abort callback: "Shutdown". |
ERR-06030 | ERR_LM_NO_MORE_ADDRESS | No more address: "%s". |
ERR-06031 | ERR_LM_HANDSHAKE_FAILED | Handshake failed: "%s". |
ERR-06032 | ERR_LM_PROCESS_MEMORY_LIMIT | Failed to allocate connection (Current Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu)). |
ERR-06033 | ERR_LM_ABORT_CONN_FREED | connection object for (%s) has been freed. please retry. |
ERR-06034 | ERR_LM_ABORT_SEND_RETRY_COUNT_EXHAUSETED | The number of send repetitions has been exhausted. |
ERR-07000–ERR-07999 (50)
| Code | Symbol | Original Message |
|---|---|---|
ERR-07000 | ERR_XM_CREATE_HASH | Error in creating hashtable for global metadata. |
ERR-07001 | ERR_XM_OPEN_META | Error in opening meta. Cannot open meta database. |
ERR-07002 | ERR_XM_EXEC_META | Error in executing meta. Cannot execute meta database |
ERR-07003 | ERR_XM_CLOSE_META | Error in closing meta. Cannot close meta database. |
ERR-07004 | ERR_XM_FETCH_META | Error in fetching meta. |
ERR-07005 | ERR_XM_GLOB_OBJECT_NOT_EXISTS_BY_LOID | No global object found. (Local Object ID=%llu, Host=%s) |
ERR-07006 | ERR_XM_GLOB_OBJECT_NOT_EXISTS_BY_GOID | No global object found. (Global Object ID=%llu, Host=%s) |
ERR-07007 | ERR_XM_GLOB_OBJECT_EXISTS | Global object already exists. (Global Object ID=%llu, Host=%s) |
ERR-07008 | ERR_XM_HASH_ADD_FAILURE | Error in hash add (Memory allocation failed). |
ERR-07009 | ERR_XM_STATEMENT_ALREADY_EXISTS | Failed to add query statement due to unfinished one. |
ERR-07010 | ERR_XM_STATEMENT_NO_EXISTS | Failed to find query statement. |
ERR-07011 | ERR_XM_NOT_SUPPORTED_YET | This query type is not supported yet. |
ERR-07012 | ERR_XM_NOT_SUPPORTED_PLANNODE_YET | This plan node (%s) is not supported yet. |
ERR-07013 | ERR_XM_STATEMENT_CANCELLED | Statement is canceled by the broker. |
ERR-07014 | ERR_XM_NODE_INFO_EXISTS | Node information already exists. |
ERR-07015 | ERR_XM_INVALID_MESSAGE | Invalid message from XM: %u |
ERR-07016 | ERR_XM_DDL_ON_WAREHOUSE_NOT_SUPPORTED | DDL/DELETE statement on warehouse node is not supported. |
ERR-07017 | ERR_XM_NOT_SUPPORTED_AGG_FUNC_YET | This aggregate function (%s) is not supported yet. |
ERR-07018 | ERR_XM_STANDBY_INSERT | INSERT/APPEND to warehouse standby is not available. |
ERR-07019 | ERR_XM_UNSUPPORTED_STMT_TYPE | Unsupported query statement type in the Cluster Edition. |
ERR-07020 | ERR_XM_INTERNAL_ERROR | XM internal error (XMART_POINT:%s) |
ERR-07021 | ERR_XM_XMART_TARGET_NOT_NODE_ID | [XM-ART] Targeted node is not valid. (%s) |
ERR-07022 | ERR_XM_ERROR_VIA_ANSWER_MSG | An error occurred after processing a %s message. [Src='%s']: %s |
ERR-07023 | ERR_XM_ERROR_STAFF_ALREADY_GONE | Execution unit from remote note is already gone. |
ERR-07024 | ERR_XM_INVALID_APPEND_ON_WAREHOUSE | APPEND operation on warehouse node is not supported. |
ERR-07025 | ERR_XM_INVALID_NODE_HOSTS | Host information from broker is invalid. Please check coordinator's status. |
ERR-07026 | ERR_XM_CLUSTER_INVALID | Cluster node information is invalid. |
ERR-07027 | ERR_XM_CLUSTER_CHANGED | Cluster node information has changed during query execution. |
ERR-07028 | ERR_XM_CANNOT_EXPLAIN_STAGE | This execution plan does not need to generate stage(s). |
ERR-07029 | ERR_XM_CLUSTER_CONNECTION_ABORT_TIMEOUT | Cluster connection aborted: Time-out |
ERR-07030 | ERR_XM_CLUSTER_CONNECTION_ABORT_LINK_BROKEN | Cluster connection aborted: Disconnected by warehouse. |
ERR-07031 | ERR_XM_BLOCKED_BY_DEACTIVATED_MODE | DML/DDL is disabled in DEACTIVATED mode. |
ERR-07032 | ERR_XM_DELETE_NOT_AVAILABLE | DELETE is not available since a read-only group exists. |
ERR-07033 | ERR_XM_WAREHOUSE_DROPPED_OUT | Participating warehouse has been dropped out. |
ERR-07034 | ERR_XM_INVALID_BROKER_STORED | Broker info has been changed. Please free statement and initalize again. |
ERR-07035 | ERR_XM_WAREHOUSE_DIRECT_DML_NOW_ALLOWED | Direct DML on warehouse is not allowed. |
ERR-07036 | ERR_XM_WAREHOUSE_NOT_AVAILABLE | Warehouse is not available. |
ERR-07037 | ERR_XM_STAGE_MEMORY_LIMIT | Execution stage memory usage exceeded the limit. (used: %llu, maximum: %llu) |
ERR-07038 | ERR_XM_ARCHIVE_INTERNAL_ERROR | XM archiving error occurred. (%s) |
ERR-07039 | ERR_XM_BROKER_DISCONN | Broker (%s) is disconnected. |
ERR-07040 | ERR_XM_BROKER_NOT_LEADER | Only leader broker can execute DML on LOOKUP table. |
ERR-07041 | ERR_XM_BROKER_REMOTE_ERROR | Remote error. (%s) |
ERR-07042 | ERR_XM_RESTORE_LOOKUP_TIMEOUT | LOOKUP table restore timeout: (%s) |
ERR-07043 | ERR_XM_BROKER_NOT_ACTIVE | Broker is not ACTIVE. |
ERR-07044 | ERR_XM_VERSION_NOT_MATCH | XM version does not match. (%s - %s) |
ERR-07045 | ERR_XM_SNAPSHOT_FAIL | Snapshot failed: %s. |
ERR-07046 | ERR_XM_MESSAGE_EXPIRED | Message %d is expired. |
ERR-07047 | ERR_XM_SNAPSHOT_RECOVER_IN_PROGRESS | Snapshot recover is in progress. |
ERR-07048 | ERR_XM_QUEUE_TIMEOUT | Queue timeout. |
ERR-07049 | ERR_XM_VERSION_UNMATCHED | XM version does not match. (%d - %d) |
ERR-08000–ERR-08999 (109)
| Code | Symbol | Original Message |
|---|---|---|
ERR-08000 | ERR_CC_FUNCTION_EXECUTION | Function execution failed: "%s". |
ERR-08001 | ERR_CC_BUFFER_OVERRUN | Buffer overrun. |
ERR-08002 | ERR_CC_END_OF_FILE | End of file. |
ERR-08003 | ERR_CC_HEADER_OCCURS_TOO_MANY_TIMES | Header occurs too many times: "%s". |
ERR-08004 | ERR_CC_JSON_DEPTH_OUT_OF_RANGE | JSON depth: Out of range. |
ERR-08005 | ERR_CC_CONNECTION_TIMEOUT | Connection timeout. |
ERR-08006 | ERR_CC_PACKAGE_NOT_FOUND | Package not found: "%s". |
ERR-08007 | ERR_CC_FILE_NAME_MISMATCH | File name mismatch: "%s" and "%s" |
ERR-08008 | ERR_CC_BLOCK_SIZE_OVERRUN | Block size overrun: %llu and %llu |
ERR-08009 | ERR_CC_FILE_SIZE_MISMATCH | File size mismatch: %llu and %llu |
ERR-08010 | ERR_CC_FILE_READ_SIZE_MISMATCH | File read size mismatch: %llu and %llu |
ERR-08011 | ERR_CC_FILE_WRITE_SIZE_MISMATCH | File write size mismatch: %llu and %llu |
ERR-08012 | ERR_CC_NODE_NOT_FOUND | Node not found: "%s" |
ERR-08013 | ERR_CC_NODE_EXIST | Node exist: "%s" |
ERR-08014 | ERR_CC_INVALID_PACKAGE_FILE_SIZE | Invalid package file size: "%s" = %llu / %llu |
ERR-08015 | ERR_CC_UNMATCHED_HOST | Unmatched host: "%s" and "%s" |
ERR-08016 | ERR_CC_DASHBOARD_INITIALIZED | Dashboard initialized |
ERR-08017 | ERR_CC_DASHBOARD_NOT_INITIALIZED | Dashboard is not initialized |
ERR-08018 | ERR_CC_NULL_POINTER_ACCESS | NULL pointer access: "%s". |
ERR-08019 | ERR_CC_STATUS_NOT_FOUND | Status not found: "%s" |
ERR-08020 | ERR_CC_HASH_INSERT_FAILED | Hash insert failed: "%s" |
ERR-08021 | ERR_CC_HASH_DELETE_FAILED | Hash delete failed: "%s" |
ERR-08022 | ERR_CC_HOST_TOO_LONG | Host too long: "%s" |
ERR-08023 | ERR_CC_ACTIVE_TOO_LONG | Active too long: "%s" |
ERR-08024 | ERR_CC_COORDINATOR_HOST_TOO_LONG | Coordinator-Host too long: "%s" |
ERR-08025 | ERR_CC_SPIN_TIMEOUT | Spin timeout |
ERR-08026 | ERR_CC_DDL_DISABLED | DDL disabled: %s |
ERR-08027 | ERR_CC_STATUS_UNINITALIZED | Status uninitialized |
ERR-08028 | ERR_CC_UNSUPPORTED_NODE_TYPE | Unsupported Node-Type: %u |
ERR-08029 | ERR_CC_SEQUENCE_NUMBER_UNINITIALIZED | Sequence number uninitialized |
ERR-08030 | ERR_CC_SEQUENCE_NUMBER_UNMATCHED | Sequence number unmatched: %lld and %lld |
ERR-08031 | ERR_CC_DDL_INCOMPLETED | DDL[%lld] incomplete: [%s] |
ERR-08032 | ERR_CC_INVALID_BROKER_COUNT | Invalid broker count: %lld |
ERR-08033 | ERR_CC_DDL_FAILED | DDL failed |
ERR-08034 | ERR_CC_DDL_SEQUENCE_NOT_FOUND | DDL sequence not found |
ERR-08035 | ERR_CC_INVALID_DDL_STATE | Invalid DDL state: %lld |
ERR-08036 | ERR_CC_INVALID_DDL_RETURNED | Invalid DDL returned: %lld and %lld |
ERR-08037 | ERR_CC_STANDBY_TOO_LONG | Standby too long: "%s" |
ERR-08038 | ERR_CC_INVALID_STATE_CHANGE | Invalid state change: %u => %u |
ERR-08039 | ERR_CC_INVALID_STATE | Invalid state: %u |
ERR-08040 | ERR_CC_INVALID_NODE_TYPE | Invalid Node-Type: %u |
ERR-08041 | ERR_CC_COORDINATOR_INACTIVE | Coordinator inactive |
ERR-08042 | ERR_CC_NOT_LEADER | Only leader can execute DDL. |
ERR-08043 | ERR_CC_DDL_TIMEOUT | DDL timeout |
ERR-08044 | ERR_CC_DDL_ERROR_MESSAGE | %s |
ERR-08045 | ERR_CC_DDL_NOT_FOUND | DDL not found: %llu |
ERR-08046 | ERR_CC_DDL_INCOMPLETNESS | DDL incompleteness: "%s" |
ERR-08047 | ERR_CC_UNSUPPORTED_PACKAGE | Unsupported package: "%s" |
ERR-08048 | ERR_CC_DDL_DISABLED_BY_MODE_CHANGE | DDL disabled by mode change |
ERR-08049 | ERR_CC_FAILED_TO_FORKED_COMMAND | Failed to fork and execute command: %s. Please check deployer's trace log. |
ERR-08050 | ERR_CC_FUNCTION_EXECUTION_WITH_RC | Function execution failed: "%s" (errno=%d). |
ERR-08051 | ERR_CC_DDL_DISABLED_READONLY_GROUP | DDL disabled because a part of group is not normal. |
ERR-08052 | ERR_CC_DDLSYNC_EXECUTE_FAILED_AFTER_RETRY | DDL[%llu] execution during DDL-Sync failed after several attempts. |
ERR-08053 | ERR_CC_INVALID_OPTION | Invalid option (%s). |
ERR-08054 | ERR_CC_GROUP_NOT_FOUND | Group (%s) is not found. |
ERR-08055 | ERR_CC_PORT_CHECK_REQUIRED | Check %s port number (%d). |
ERR-08056 | ERR_CC_DEPLOYER_DISABLED | Deployer is disabled: "%s". |
ERR-08057 | ERR_CC_ONLY_PRIMARY_COORDINATOR_AVAILABLE | Command is not available in the secondary coordinator. |
ERR-08058 | ERR_CC_CLUSTER_SYNC_FAILURE | Cluster synchronization failed. |
ERR-08059 | ERR_CC_INVALID_DECISION_STATE | Invaid decision state: %s |
ERR-08060 | ERR_CC_MISSING_ATTRIBUTE | Missing attribute: %s |
ERR-08061 | ERR_CC_ATTRIBUTE_OCCURS_TOO_MANY_TIMES | Attribute occurs too many times: %s |
ERR-08062 | ERR_CC_EXECUTE_COMMAND_FAILURE | Failed to execute command (%s). |
ERR-08063 | ERR_CC_PACKAGE_ALREADY_EXISTS | Package name or file name already exists (%s = %s). |
ERR-08064 | ERR_CC_HOST_RES_INFO_NOT_FOUND | Host resource info not found: "%s" |
ERR-08065 | ERR_CC_DISK_INFO_NOT_FOUND | Disk info not found: "%s" |
ERR-08066 | ERR_CC_INTEGER_OVERFLOW | Integer overflow. |
ERR-08067 | ERR_CC_COORDINATOR_COUNT_EXCEEDED | The number of coordinators exceeded %d. |
ERR-08068 | ERR_CC_DDL_DISABLED_BY_INITIAL_STATE | DDL disabled since some of nodes are in initial states. |
ERR-08069 | ERR_CC_COORD_ROLE_HANDSHAKE | Coordinator role handshake failed: [%s] |
ERR-08070 | ERR_CC_HOST_RESOURCE_DISABLED | Collecting host resource is disabled. |
ERR-08071 | ERR_CC_REQUEST_FAILED | Request to execute command %s failed. (code=%d) |
ERR-08072 | ERR_CC_CLUSTER_ACTIVATION_FAILED | Cluster activation failed: %lld / %lld. |
ERR-08073 | ERR_CC_ENVIRONMENT_VARIABLE_NOT_SET | Environment (%s) is not set. |
ERR-08074 | ERR_CC_OPTION_DUPLICATED | Option duplicated. |
ERR-08075 | ERR_CC_OPTION_REQUIRED | Option required (%s). |
ERR-08076 | ERR_CC_LOCK_FAILED | Cannot read Lock File! Check $MACHBASE_COORDINATOR_HOME/conf/machbasecoordinator.lock* and Tracelog in $MACHBASE_COORDINATOR_HOME/trc. |
ERR-08077 | ERR_CC_COORDINATOR_RUNNING | Machbase coordinator is running. |
ERR-08078 | ERR_CC_COORDINATOR_NOT_RUNNING | Machbase coordinator is not running. |
ERR-08079 | ERR_CC_COORDINATOR_PHASE1_FAILED | Machbase Coordinator %s Phase1 failed: %s |
ERR-08080 | ERR_CC_COORDINATOR_PHASE2_FAILED | Machbase Coordinator %s Phase2 failed: %s |
ERR-08081 | ERR_CC_COORDINATOR_DEAD | Machbase Coordinator has been DEAD! Check Tracelog in $MACHBASE_COORDINATOR_HOME/trc. |
ERR-08082 | ERR_CC_METADATA_NOT_CREATED | Machbase Coordinator metadata is not created. Check Tracelog in $MACHBASE_COORDINATOR_HOME/trc. |
ERR-08083 | ERR_CC_METADATA_ALREADY_CREATED | Machbase Coordinator metadata is already created. Check Tracelog in $MACHBASE_COORDINATOR_HOME/trc. |
ERR-08084 | ERR_CC_INVALID_PROCESS_ID | Invalid process id. |
ERR-08085 | ERR_CC_OPTION_INIT_FAILED | Option initialization error: %d. |
ERR-08086 | ERR_CC_OPTION_CHECK_FAILED | Option check error: %d. |
ERR-08087 | ERR_CC_OPTION_GET_FAILED | Option retrieval error: %d (%s). |
ERR-08088 | ERR_CC_COMMAND_OPTION_NOT_FOUND | Command option is not found. |
ERR-08089 | ERR_CC_COLLECTING_HOST_RES_FAILED | Failed to collect '%s': %s. |
ERR-08090 | ERR_CC_INVALID_ATTRIBUTE | Invalid attribute: %s |
ERR-08091 | ERR_CC_DDL_RECOVERY_FAILED | DDL recovery failed: %s. |
ERR-08092 | ERR_CC_DESIRED_STATE_NOT_APPLICABLE | Desired state (%s) is not applicable. |
ERR-08093 | ERR_CC_NODE_STILL_RUNNING | %s is still running. |
ERR-08094 | ERR_CC_SNAPSHOT_NOT_EXIST | SNAPSHOT on %s does not exist. |
ERR-08095 | ERR_CC_RECOVER_NON_READONLY | Group %s is not readonly mode. Snapshot recovery works only for a readonly group |
ERR-08096 | ERR_CC_SNAPSHOT_NOT_AVAILABLE | Snapshot is not available: %s |
ERR-08097 | ERR_CC_NOT_SCRAPPED | Warehouse %s is not scrapped. %s only works on a scrapped warehouse. |
ERR-08098 | ERR_CC_MASTER_NOT_FOUND | Cannot add lookup node %s (%s) before adding the lookup master node. |
ERR-08099 | ERR_CC_MASTER_NOT_MONITOR | Lookup monitor node (%s) cannot change the lookup master node. |
ERR-08100 | ERR_CC_SNAPSHOT_FAIL_PUBLISH | Failed to publish SnapshotID to warehouse. |
ERR-08101 | ERR_CC_NOT_READONLY | Group (%s) is not readonly. |
ERR-08102 | ERR_CC_NODE_FIX | Fix node (%s) failed. (refcnt=%d) |
ERR-08103 | ERR_CC_LOOKUP_ALREADY_RUNNING | Lookup node running already. (%s:%d) |
ERR-08104 | ERR_CC_LOOKUP_CONNECT_FAILED | Connect to lookup node failed. (%s:%d) |
ERR-08105 | ERR_CC_LOOKUP_STARTUP_FAILED | Startup lookup node failed. (%s:%d) |
ERR-08106 | ERR_CC_NORMAL_SHUTDOWN | Unable to shutdown warehouse (%s) since it is not INACTIVE status. |
ERR-08107 | ERR_CC_MESSAGE_EXPIRED | Expired message (%llu) received. |
ERR-08108 | ERR_CC_SNAPSHOT_FAIL | Snapshot failed: %s |
ERR-09000–ERR-09999 (11)
| Code | Symbol | Original Message |
|---|---|---|
ERR-09000 | ERR_RP_BUFFER_POOL_ITEM_ALLOC_FAIL | Failed to allocate buffer pool item. |
ERR-09001 | ERR_RP_TARGET_FILE_OPEN_FAIL | Failed to open replication target file <Table %llu, FileID %llu, PartID %llu - Level %d Type %d> |
ERR-09002 | ERR_RP_PROTOCOL_ERROR | Invalid protocol received. |
ERR-09003 | ERR_RP_SOCKET_ERROR | Socket write failed. |
ERR-09004 | ERR_RP_APPEND_VALUE_ERROR | Failed to append target table<%llu>. |
ERR-09005 | ERR_RP_VALUE_BUFFER_ALLOC_MEM_FAIL | Failed to allocate value buffer. |
ERR-09006 | ERR_RP_TABLE_CURSOR_OPEN_FAIL | Failed to open table <%llu>'s cursor. |
ERR-09007 | ERR_RP_POLL_REMOVE | Failed to remove poll socket. (%d) |
ERR-09008 | ERR_RP_POLL_DESTROY | Failed to destroy poll socket. (%d) |
ERR-09009 | ERR_RP_CANNOT_REPLICATE2_LARGER | Cannot replicate to larger dbs. |
ERR-09010 | ERR_RP_HOST_NOT_FOUND | Host not found: "%s". |
Checking Error Codes
- Check the error string returned by machsql or the driver.
- Check server trace logs under
$MACHBASE_HOME/trc/.
If the cause remains unclear, see Server Log Analysis and Checking Failure Indicators.