Skip to content

16.7 오류 코드 사전

Machbase 오류는 machsql, 드라이버 예외 메시지와 서버 trace 로그에 표시됩니다. 이 페이지는 Machbase 8.7.0의 대표 오류와 전체 오류 메시지 목록을 제공합니다.

오류 메시지는 실행 경로에 따라 ERR-02010: ... 형식의 문자열 또는 드라이버별 예외로 노출됩니다. 메시지 문구는 제품 개선 과정에서 바뀔 수 있으므로 애플리케이션에서는 문자열이 아니라 오류 코드를 기준으로 처리합니다.

SQL 파서와 함수 오류

코드메시지대표 원인
ERR-02009Insufficient parser memory.SQL 파서 메모리 부족
ERR-02010Syntax error: near token (%s).SQL 문법 오류
ERR-02011Unrecognized token (%s).인식할 수 없는 토큰 사용
ERR-02034Invalid format of time expression.시간 표현식 형식 오류
ERR-02035Function [%s] does not exist.존재하지 않는 함수 호출
ERR-02036Function [%s] has an invalid argument.함수 인자 개수 또는 값 오류
ERR-02037Function [%s] argument data type does not match.함수 인자 타입 불일치
ERR-02040Invalid time range.허용되지 않는 시간 범위

테이블, 컬럼, 입력 데이터 오류

코드메시지대표 원인
ERR-02014Column name is duplicated: (%s).중복 컬럼명 사용
ERR-02015Invalid column type: (%s).지원하지 않는 컬럼 타입 지정
ERR-02024Table %s already exists.같은 이름의 테이블이 이미 존재
ERR-02025Table %s does not exist.대상 테이블이 존재하지 않음
ERR-02026The number of insert values and that of columns are mismatched.INSERT 컬럼 수와 값 수 불일치
ERR-02030Column name (%s) does not exist.존재하지 않는 컬럼 지정

시스템 리소스 오류

코드메시지대표 원인
ERR-01007There is no available disk space for writing <%lld>bytes to the file<%s>, errno = %d.데이터 파일을 기록할 디스크 공간 부족
ERR-01346Current Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu), increase PROCESS_MAX_SIZE property and restart.PROCESS_MAX_SIZE 한도 초과

전체 목록 사용 방법

아래 전체 목록은 제품 오류 카탈로그의 영문 메시지를 표시합니다. KEY는 소스 코드에서 오류를 구분하는 식별자이며, %s, %d, %llu 같은 자리표시자는 오류가 발생할 때 객체 이름이나 숫자 등 실제 값으로 바뀝니다. 메시지를 대조할 때는 자리표시자의 차이를 고려하고, 가능한 경우 ERR-xxxxx 코드를 기준으로 검색하십시오.

목록은 같은 페이지에서 1,000번 단위 범위로 나뉩니다. 브라우저 찾기 기능으로 오류 코드, 오류 식별자 또는 메시지 일부를 검색할 수 있습니다. 메시지만으로 원인이나 재시도 가능 여부를 판단하기 어려우면 문제 해결과 해당 기능 문서의 제약을 함께 확인하십시오.

전체 오류 메시지

다음 1,062개 항목은 Machbase 8.7.0 NFX 오류 카탈로그에서 제거된 기능의 항목을 제외한 결과입니다.

ERR-00000ERR-00999 (157)

코드심볼메시지 원문
ERR-00001ERR_FILE_CREATEFailed to create file<%s>, errno = %d.
ERR-00002ERR_FILE_TRUNCATEFailed to truncate file<%s>, errno = %d.
ERR-00003ERR_FILE_DUPFailed to duplicate file<%s>, errno = %d.
ERR-00004ERR_FILE_COPYFailed to copy file<%s> to file<%s>, errno = %d.
ERR-00005ERR_FILE_RENAMEFailed to rename file<%s> to file<%s>, errno = %d.
ERR-00006ERR_FILE_REMOVEFailed to remove file<%s>, errno = %d.
ERR-00007ERR_FILE_GETKEYFailed to get key file<%s>, errno = %d.
ERR-00008ERR_FILE_PIPEFailed to create pipe<%s>, errno = %d.
ERR-00009ERR_FILE_STATFailed to stat file<%s>, errno = %d.
ERR-00010ERR_FILE_OPENFailed to open file<%s>, errno = %d.
ERR-00011ERR_FILE_CLOSEFailed to close file<%s>, errno = %d.
ERR-00012ERR_FILE_SEEKFailed to seek file<%s>, offset:%lld, Whence:%d, errno = %d.
ERR-00013ERR_FILE_READFailed to read file<%s>, size:%llu, errno = %d.
ERR-00014ERR_FILE_WRITEFailed to write file<%s>, size:%llu, errno = %d.
ERR-00015ERR_FILE_READ_SIZEFailed to read file<%s> (offset:%llu, req size:%llu, read size: %llu), errno = %d.
ERR-00016ERR_FILE_WRITE_SIZEFailed to write file<%s> (offset:%llu, req size:%llu, read size: %llu), errno = %d.
ERR-00017ERR_FILE_SYNCFailed to sync file<%s>, errno = %d.
ERR-00018ERR_FILE_LOCKFailed to lock file<%s>, errno = %d.
ERR-00019ERR_FILE_TRYLOCKFailed to trylock file<%s>, errno = %d.
ERR-00020ERR_FILE_UNLOCKFailed to unlock file<%s>, errno = %d.
ERR-00021ERR_FILE_NO_EXTENSIONThere is no file extension.
ERR-00022ERR_FILE_RENAME_RETRYFailed to rename file<%s> to file<%s>, retry count<%d>, msec<%d>, errno = %d.
ERR-00031ERR_STRING_SNPRINTFError occurred during snprintf: buffer size<%d>, errno = %d.
ERR-00061ERR_ENV_GETFailed to getenv variable<%s>, errno = %d.
ERR-00062ERR_ENV_SETFailed to setenv variable<%s> to value<%s>, errno = %d.
ERR-00067ERR_DIR_OPENFailed to opendir <%s>, errno = %d.
ERR-00068ERR_DIR_CLOSEFailed to closedir, errno = %d.
ERR-00069ERR_DIR_READFailed to readdir, errno = %d.
ERR-00070ERR_DIR_REWINDFailed to rewinddir, errno = %d.
ERR-00071ERR_DIR_MAKEFailed to makedir <%s>, errno = %d.
ERR-00072ERR_DIR_REMOVEFailed to removedir, errno = %d.
ERR-00073ERR_DIR_SETCWDFailed to setcwd, errno = %d.
ERR-00074ERR_DIR_GETCWDFailed to getcwd, errno = %d.
ERR-00075ERR_DIR_GETHOMEFailed to gethome, errno = %d.
ERR-00076ERR_DIR_PATH_TOO_LONG1Path<%s> is too long, errno = %d.
ERR-00077ERR_DIR_PATH_TOO_LONG2Path<%s/%s> is too long, errno = %d.
ERR-00078ERR_DIR_PATH_TOO_LONG3Path<%s/%s/%s> is too long, errno = %d.
ERR-00079ERR_DIR_NOT_EXISTThe directory does not exist in this path<%s>, errno = %d.
ERR-00080ERR_DIR_REMOVE_WITH_INFOFailed to call removedir (%s), errno = %d.
ERR-00091ULL_ERR_PMD_SQLITE3_ERROR%1$s failed: [%2$d: %3$s].
ERR-00092ULL_ERR_PMD_SQLITE3_DISK_FULL%1$s failed because the metadata store is full: [%2$d: %3$s].
ERR-00121ERR_STACK_CREATEStack create failed, errno = %d.
ERR-00122ERR_STACK_PUSHStack push failed, errno = %d.
ERR-00123ERR_STACK_POPStack pop failed, errno = %d.
ERR-00131ERR_MEMORY_ALLOCFailed to allocate memory(%lu bytes), errno = %d.
ERR-00132ERR_MEMORY_ALLOC_BOUNDMemory allocation error (alloc'd: %llu, max: %llu).
ERR-00133ERR_PM_PROCESS_MEMORY_LIMITFailed to allocate memory (ID = %d) (Request Size = %llu) : (Current Allocated Size / PROCESS_MAX_SIZE (%llu/%llu)).
ERR-00141ERR_MEMPOOL_CREATEFailed to create memory pool, errno = %d.
ERR-00142ERR_MEMPOOL_ALLOCFailed to allocate memory from memory pool, errno = %d.
ERR-00151ERR_MUTEX_CREATEFailed to create mutex, errno = %d.
ERR-00152ERR_MUTEX_DESTROYFailed to destroy mutex, errno = %d.
ERR-00153ERR_MUTEX_LOCKFailed to lock mutex, errno = %d.
ERR-00154ERR_MUTEX_TRYLOCKFailed to trylock mutex, errno = %d.
ERR-00155ERR_MUTEX_UNLOCKFailed to unlock mutex, errno = %d.
ERR-00161ERR_QUEUE_CREATEFailed to create queue, errno = %d.
ERR-00162ERR_QUEUE_DESTROYFailed to destroy queue, errno = %d.
ERR-00163ERR_QUEUE_ENQUEUEFailed to enqueue queue, errno = %d.
ERR-00164ERR_QUEUE_DEQUEUEFailed to dequeue queue, errno = %d.
ERR-00171ERR_THR_ATTR_CREATEFailed to create thread_attr, errno = %d.
ERR-00172ERR_THR_ATTR_DESTROYFailed to destroy thread_attr, errno = %d.
ERR-00173ERR_THR_ATTR_SET_BOUNDFailed to set thread_attr bound, errno = %d.
ERR-00174ERR_THR_ATTR_SET_DETACHFailed to set thread_attr detach, errno = %d.
ERR-00175ERR_THR_ATTR_SET_STACK_SIZEFailed to set thread_attr stack size, errno = %d.
ERR-00176ERR_THR_CREATEFailed to create thread, errno = %d.
ERR-00177ERR_THR_DETACHFailed to detach thread, errno = %d.
ERR-00178ERR_THR_JOINFailed to join thread, errno = %d.
ERR-00179ERR_THR_GETIDFailed to get id of thread, errno = %d.
ERR-00191ERR_THR_CV_CREATEFailed to create thread condition variable, errno = %d.
ERR-00192ERR_THR_CV_DESTROYFailed to destroy thread condition variable, errno = %d.
ERR-00193ERR_THR_CV_TIMEDWAITFailed to call cond_timedwait, errno = %d.
ERR-00194ERR_THR_CV_SIGNALFailed to call cond_signal, errno = %d.
ERR-00195ERR_THR_CV_BROADCASTFailed to call cond_broadcast, errno = %d.
ERR-00196ERR_THR_CV_WAITFailed to call cond_wait, errno = %d.
ERR-00201ERR_RWMUTEX_CREATEFailed to create rwlock, errno = %d.
ERR-00202ERR_RWMUTEX_DESTROYFailed to destroy rwlock, errno = %d.
ERR-00203ERR_RWMUTEX_LOCK_READFailed to call rwlock_lock_read, errno = %d.
ERR-00204ERR_RWMUTEX_TRYLOCK_READFailed to call rwlock_trylock_read, errno = %d.
ERR-00205ERR_RWMUTEX_LOCK_WRITEFailed to call rwlock_lock_write, errno = %d.
ERR-00206ERR_RWMUTEX_TRYLOCK_WRITEFailed to call rwlock_trylock_write, errno = %d.
ERR-00211ERR_RBTREE_TOO_SMALL_BUFFERRBTREE buffer<%d> is too small for value<%d>, errno = %d.
ERR-00212ERR_RBTREE_CURSOR_OP_NOT_APPLICABLERBTREE cursor op not applicable. errno = %d.
ERR-00213ERR_RBTREE_ALREADY_FREE_NODERBTREE node is already freed, errno = %d.
ERR-00216ERR_TREEMAP_KEY_EXISTSKey already exists.
ERR-00221ERR_LZO_COMPRESSLZO compress failed, errno = %d.
ERR-00222ERR_LZO_DECOMPRESSLZO decompress failed, errno = %d.
ERR-00231ERR_GET_CPU_COUNTFailed to get CPU count, errno = %d.
ERR-00232ERR_CONF_NO_FILEConfiguration file does not exist(%S).
ERR-00251ERR_TLSF_MEL_INITIALIZETlsf memory manager initialization failed, errno = %d.
ERR-00252ERR_TLSF_MEL_FINALIZETlsf memory manager finalization failed, errno = %d.
ERR-00253ERR_TLSF_MEL_ALLOCTlsf memory manager allocation(%lld) failed, errno = %d.
ERR-00254ERR_TLSF_MEL_FREETlsf memory manager free failed, errno = %d.
ERR-00255ERR_TLSF_MEL_CONTROLTlsf memory manager control failed, errno = %d.
ERR-00256ERR_TLSF_MEL_SHRINKTlsf memory manager shrink failed, errno = %d.
ERR-00257ERR_TLSF_MEL_GETSTATISTICSTlsf memory manager getstatistics failed, errno = %d.
ERR-00271ERR_SESSION_CLOSEDThe session is closed.
ERR-00272ERR_SESSION_CANCELEDThe session is canceled.
ERR-00291ERR_LICENSE_INVALIDThe license is invalid or expired.
ERR-00292ERR_LICENSE_NOTEXIST_VALUEThe value<%s> does not exist in the license file.
ERR-00293ERR_LICENSE_GET_HARDWARE_KEYFailed to get hardware key, errno =%d
ERR-00294ERR_LICENSE_VERIFYFailed to verify the license, errno = %d
ERR-00300ERR_INVALID_DATE_VALUEInvalid date value.(%s)
ERR-00301ERR_INVALID_NETWORK_TYPEInvalid network string.(%s)
ERR-00321ERR_SHA_SHA1_INIT_ERRORError in initializing sha1, errno = %d
ERR-00322ERR_SHA_SHA1_UPDATE_ERRORError in updating sha1, errno = %d
ERR-00323ERR_SHA_SHA1_FINAL_ERRORError in finalizing sha1, errno = %d
ERR-00324ERR_SHA_INVALID_TYPE_ERRORInvalid SHA type.(%d)
ERR-00325ERR_SHA_INVALID_HEX_STRINGInvalid SHA hex string.(%s)
ERR-00341ERR_PARALLEL_JOB_MANAGER_THREAD_ABNORMAL_SHUTDOWNParallel job thread abnormally terminated
ERR-00342ERR_PARALLEL_JOB_MANAGER_INVALID_THREAD_COUNTThe thread count should be between %d and %d
ERR-00361ERR_RESFILE_BUFFER_SET_LOG_ERRORError in setting a log to the buffer of the result file: %s, errno = %d
ERR-00381ERR_PCRE_COMPILE_ERRORRegular expression error: an error occurred at offset %d of (%s).
ERR-00400ERR_VERSION_NO_METAThis DB file is older than binary (no meta-version table). Check database image and binary.
ERR-00401ERR_VERSION_MISMATCHVersion 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-00402ERR_META_VERSION_TOO_HIGHIncompatible meta version. File Meta Version(%d.%d) is higher than Executable Version(%d.%d)
ERR-00420ERR_GET_SYS_INFOError in getting system information by the sysinfo, errno = %d
ERR-00421ERR_GET_STACK_SIZEError in getting stack information by the pmuSysSetStackSize, errno = %d
ERR-00422ERR_SET_STACK_SIZEError in setting stack information by the pmuSysSetStackSize, errno = %d
ERR-00431ERR_MEM_MMAPmmap (size<%u>) error, errno = %d
ERR-00432ERR_MEM_UNMMAPunmap (address<%p>, size<%u>) error, errno = %d
ERR-00451ERR_CPU_AFFINITY_SETFailed to set the CPU affinity [%u, %u), errno = %d
ERR-00452ERR_CPU_AFFINITY_INVALID_CPUIDThe IDs of CPUs should be between [0, %u), but [%u, %u) given.
ERR-00453ERR_CPU_AFFINITY_INVALID_CPURANGEMaximum abs value of CPU_AFFINITY_COUNT(%d) should be less than CPU count(%u).
ERR-00461ERR_SYSCONF_CPUCNTFailed to get the number of CPUs in sysconf, errno = %d
ERR-00471ERR_PM_HEAP_INITFailed to initialize a heap.
ERR-00472ERR_PM_HEAP_PUSHHeap push failed, errno = %d
ERR-00481ERR_PM_AUTH_NONCE_GENERATEFailed to generate auth nonce.
ERR-00482ERR_PM_AUTH_SIGNFailed to sign auth challenge.
ERR-00483ERR_PM_AUTH_VERIFYFailed to verify auth signature.
ERR-00484ERR_PM_AUTH_INVALID_KEYInvalid auth key.
ERR-00485ERR_PM_AUTH_INVALID_SIG_SCHEMEInvalid auth signature scheme.
ERR-00486ERR_PM_AUTH_INVALID_SIGNATUREInvalid auth signature.
ERR-00487ERR_PM_AUTH_INVALID_NONCEInvalid auth nonce.
ERR-00488ERR_PM_AUTH_KEY_FILE_TOO_LARGEAuth key file is too large. path=[%s], size=[%llu], limit=[%llu]
ERR-00491ERR_JSON_DUMPError in json dump.
ERR-00492ERR_JSON_LOADError in json load.
ERR-00493ERR_JSON_OBJjson object error: %s
ERR-00494ERR_JSON_ARRError in json-array.
ERR-00495ERR_JSON_STRError in json-string (%s).
ERR-00496ERR_JSON_INTError in json-integer (%lld).
ERR-00497ERR_JSON_REALError in json-real (%lf).
ERR-00498ERR_JSON_COPYError in json copy.
ERR-00499ERR_JSON_PACKError in json pack.
ERR-00500ERR_JSON_UPACKError in json unpack.
ERR-00501ERR_JSON_EXTR_PATHNo data matches for the json path (%s)
ERR-00502ERR_JSON_PATH_LENJson path is too long.
ERR-00503ERR_JSON_OBJECT_VALUE_SETError json object set (%s).
ERR-00504ERR_JSON_OBJECT_ARRAY_APPENDError json array append.
ERR-00505ERR_JSON_ENCODEError encode base64.
ERR-00506ERR_JSON_DECODEError decode base64.
ERR-00507ERR_JSON_OBJECT_VALUE_DELError json object del (%s).
ERR-00600ERR_INVALID_PROPERTY_VALUEInvalid property value: %s.
ERR-00601ERR_PM_CONVERSION_UTF8Failed to convert %s to UTF8. (%s, errno=%d)
ERR-00602ERR_PM_CONVERTSION_STRING_LENGTHBuffer size is not enough for code conversion. (%d > %d)
ERR-00611ERR_INVALID_PROPERTY_EXPRESSIONInvalid property expression for %s: %s.
ERR-00701ERR_PM_GEOHASH_INVALID_PRECISIONGeohash invalid precision (%u)
ERR-00702ERR_PM_GEOHASH_INVALID_LENGTHGeohash invalid length
ERR-00703ERR_PM_GEOHASH_INVALID_DIRECTIONGeohash invalid direction

ERR-01000ERR-01999 (191)

코드심볼메시지 원문
ERR-01000ERR_SM_INVALID_DISK_FILEFile<%s> is invalid.
ERR-01001ERR_SM_INVALID_OBJ_STORAGE_IDInvalid object storage id, errno = %d.
ERR-01002ERR_SM_INVALID_ALREADY_FREE_OBJECT_STORAGEObject storage<%d> already freed, errno = %d.
ERR-01003ERR_SM_DBS_DIR_ALREADY_EXISTGroup storage dir<%s> already exists, errno = %d.
ERR-01004ERR_SM_DBS_INVALID_OBJECT_FILENAMEObject filename<%s> is invalid, errno = %d.
ERR-01005ERR_SM_DISK_FILE_IN_USEDisk file<%s> is in use, errno = %d.
ERR-01006ERR_SM_NOT_SUPPORT_FUNCTIONFunctionality is not supported yet.
ERR-01007ERR_SM_FILE_NO_AVAILABLE_DISK_SPACEThere is no available disk space for writing <%lld>bytes to the file<%s>, errno = %d.
ERR-01008ERR_SM_FILE_DUPLICATEError in the duplicating file<%s>, errno = %d.
ERR-01009ERR_SM_WRONG_READ_SIZEError in the read file size.(<io: %u>, <disk: %u>)
ERR-01010ERR_SM_SPACE_NOT_AVAILABLE_4_APPENDUsed media space is reached to threshold. (%4.1lf%% cap < %4.1lf%% used)
ERR-01011ERR_SM_FILE_WRITE_SIZE_MISMATCHError in the write file size.(<write: %u>, <written: %u>)
ERR-01031ERR_SM_DB_ALREADY_MOUNTEDThe database in <%s> has already been mounted.
ERR-01032ERR_SM_DB_NOT_MOUNTEDThe database in <%s> is not mounted.
ERR-01033ERR_SM_DB_MOUNTINGThe mount operation of database in <%s> is not completed.
ERR-01034ERR_SM_DB_MOUNT_BUSYThe mounted database<%s> is busy.
ERR-01035ERR_SM_DB_ALREADY_EXISTThe database creation is not complete. Destroy it and create a new one.
ERR-01036ERR_SM_DB_CREATE_NOT_COMPLETEThe database creation is not complete. Destroy it and create a new one.
ERR-01037ERR_SM_DB_MOUNT_INVALIDE_BASEDBThe mount database<%s> is not backed up from the primary database
ERR-01038ERR_SM_DB_COULD_NOT_FIND_MOUNTDBCannot find MountDB with <TBSID: %lld>.
ERR-01039ERR_SM_DB_STATE_OF_MOUNTDB_IS_ABNORMALMount DB<%s>'s state is invalid.
ERR-01101ERR_SM_COLUMN_PARTITION_CACHE_READ_BLOCKError in reading column partition cache block. Reading block of RID<%lld> in the column partition<%lld> failed, errno = %d.
ERR-01102ERR_SM_INVALID_CACHE_OBJECTInvalid cache object.
ERR-01103ERR_SM_CHECKPOINT_THREAD_ABNORMAL_SHUTDOWNError occurred in checkpoint thread. Processing abnormal shutdown.
ERR-01104ERR_SM_CACHE_WAIT_READ_PAGEError in waiting to read a page.
ERR-01105ERR_SM_CACHE_PAGE_CLEAR_THREAD_ABNORMAL_SHUTDOWNError in clear thread of the page cache.
ERR-01106ERR_SM_CACHE_PAGE_MAX_SET_SMALLER_SIZEIt<%llu> is smaller than the max size value of the page cache currently set<%llu>.
ERR-01107ERR_SM_CACHE_PAGE_MAX_SET_IMPOSSIBLE_SIZEIt<%llu> is impossible to set a value larger than the memory size set in the current process<%llu>.
ERR-01108ERR_SM_CP_INVALID_PAGE_IDInvalid page id in column partition. Page id<%d> is greater than the page max id<%d>.
ERR-01201ERR_SM_ALREADY_EXIST_TABLE_ID_TABLESDuplicated table id<%llu> in SYS_STORAGE_TABLES, errno = %d.
ERR-01202ERR_SM_ALREADY_EXIST_TABLE_ID_COLUMNSDuplicated table id<%llu>, column id<%u> in the SYS_STORAGE_COLUMNS, errno = %d.
ERR-01203ERR_SM_NOT_EXIST_TABLE_ID_IN_TABLESTable id<%lld> does not exist in SYS_STORAGE_TABLES, errno = %d.
ERR-01204ERR_SM_ALREADY_EXIST_INDEX_ID_INDEXESDuplicated (table id<%llu>, index id<%llu>) in SYS_STORAGE_INDEXES, errno = %d.
ERR-01205ERR_SM_ALREADY_EXIST_INDEX_ID_COLUMNSDuplicated (table id<%llu>, index id<%llu>, column id<%u>) in SYS_STORAGE_INDEXES_COLUMNS, errno = %d.
ERR-01206ERR_SM_NOT_EXIST_INDEX_ID_IN_INDEXESIndex ID<%llu> of table ID<%llu> does not exist in SYS_STORAGE_INDEXES, errno = %d.
ERR-01207ERR_SM_INVALID_RECOVERY_MODE_STRINGAvailable recovery modes: simple, complex, reset
ERR-01301ERR_SM_NOT_EXIST_PARTION_RANGEPartition range does not exist. Partition id is less than <%lld> in the table(id<%lld>) with partitions between <%lld> and <%lld>.
ERR-01302ERR_SM_NOT_EXIST_RECORD_RANGEInvalid record range. No such record whose id is less than <%llu> in the table(id<%llu>) with records between <%llu> and <%llu>.
ERR-01303ERR_SM_TOO_MANY_COLUMNS_FOR_TABLEMaximum number of columns in a table is %d.
ERR-01304ERR_SM_INVALID_COLUMN_IDInvalid column ID (<%d>).
ERR-01305ERR_SM_TABLE_NOT_EXISTInvalid table ID (<%llu>).
ERR-01306ERR_SM_TABLE_ALREADY_DROPPEDTable has been dropped.
ERR-01307ERR_SM_TABLE_STRUCTURE_MODIFIEDTable structure was modified.
ERR-01308ERR_SM_TABLE_INVALID_FIXED_COLUMN_SIZEInvalid fixed column size. Invalid value size(<%u>) for the fixed column.
ERR-01309ERR_SM_TABLE_VAR_COLUMN_SIZE_TOO_BIGInvalid varying column size. Value size(<%u>) for the variable column is greater than the max size (<%u>).
ERR-01310ERR_SM_TABLE_FLUSH_THREAD_ABNORMAL_SHUTDOWNTable flush thread terminated abnormally.
ERR-01311ERR_SM_TABLE_COLUMN_PARTITION_PREPARE_THREAD_ABNORMAL_SHUTDOWNTable column partition prepare thread terminated abnormally.
ERR-01312ERR_SM_TABLE_COLUMN_PARTITION_FILE_READ_HEADFailed to read the head of the table column partition file (<%s>).
ERR-01313ERR_SM_TABLE_COLUMN_PARTITION_FILE_READFailed to read the table column partition file (<%s>).
ERR-01314ERR_SM_TABLE_INDEX_BUILD_THREAD_ABNORMAL_SHUTDOWNIndex build thread terminated abnormally.
ERR-01315ERR_SM_TABLE_INVALID_TYPEInvalid table type<%d>.
ERR-01316ERR_SM_TABLE_COLUMN_SIZE_TOO_BIGColumn size<%u> is too big.
ERR-01317ERR_SM_TABLE_COLUMN_INVALID_TIME_VALUEValue of the time column(<%lld>) is less than the last time value(<%lld>).
ERR-01318ERR_SM_TABLE_COLUMN_INVALID_VARCHAR_SIZEThe size of VARCHAR column must be less than (<%llu>).
ERR-01319ERR_SM_TABLE_COLUMN_INVALID_VALUE_SIZEThe size of column value must be less than (<%u>).
ERR-01320ERR_SM_TABLE_COLUMN_REFERENCED_BY_INDEXThere is an index on the column(<%u>) of the table(<%llu>)
ERR-01321ERR_SM_TABLE_NOT_SUPPORT_FUNCTIONThis feature is not supported on this table type.
ERR-01322ERR_SM_TABLE_COLUMN_INVALID_NEWSIZEThe new column size(<%u>) should be greater than the old one(<%u>)
ERR-01323ERR_SM_TABLE_COLUMN_MAXThe table(%llu) reached max column count limit (%u) already.
ERR-01324ERR_SM_TABLE_COLUMN_PARTITION_FILE_ADJUST_END_RIDAn error occurred adjusting end rid of the table<%llu> column partition(<%llu>), errno = %d.
ERR-01325ERR_SM_TABLE_COLUMN_TOO_SMALL_END_RIDThe end RID<%lld> of the column<%d> is less than the end RID<%llu> of the table<%llu>
ERR-01330ERR_SM_TABLE_COLUMN_NOT_FOUNDThe column with ID<%hu> does not exist in the table with ID<%llu>
ERR-01331ERR_SM_TABLE_CHECKPOINT_THREAD_ABNORMAL_SHUTDOWNTable checkpoint thread terminated abnormally.
ERR-01332ERR_SM_TABLE_NOT_EXIST_PARTIONPartition ID <%llu> of the table(id<%llu>) does not exist between <%llu> and <%llu>.
ERR-01333ERR_SM_TABLE_MOUNT_ALREADYThe table<%llu> in the backup database<%s> has been mounted already.
ERR-01334ERR_SM_TABLE_MOUNT_BUSY_WITH_MOUNTINGThe table is busy with mounting.
ERR-01335ERR_SM_TABLE_MOUNT_BUSY_WITH_UNMOUNTINGThe mounted table is busy with unmounting.
ERR-01336ERR_SM_TABLE_MOUNT_INVALID_STATEThe mounted table is invalid.
ERR-01337ERR_SM_TABLE_MOUNT_IS_BUSYThe mounted table is busy.
ERR-01338ERR_SM_TABLE_MOUNT_NOT_EXISTThe table is not mounted.
ERR-01339ERR_SM_TABLE_MOUNT_TABLE_NOT_SAME_WITH_TABLEThe table<%llu> of the backup tablespace<%s> is different from the table in main database.
ERR-01340ERR_SM_TABLE_MOUNT_TABLE_DROPPED_IN_MAIN_DATABASEThe table<%llu> of the backup tablespace<%s> is dropped from the main database.
ERR-01341ERR_SM_TABLE_HAS_MOUNTED_TABLEThere is a mounted table in the table<%llu>.
ERR-01342ERR_SM_TABLE_MOUNT_HAS_FUTURE_DATAThe mount table<end_rid:%llu> has more furture data than the base table<end_rid:%llu.
ERR-01343ERR_SM_TABLE_UPDATE_COLUMN_INDEX_CREATEDCannot update columns with indexes in VOLATILE / LOOKUP table.
ERR-01344ERR_SM_TABLE_VOLITILE_MEMORY_LIMITThe memory size<%llu bytes> of VOLATILE / LOOKUP tables exceeds <%llu bytes>.
ERR-01345ERR_SM_TABLE_COLUMN_VALUE_NOT_NULLThe value of the column<%u> must not be NULL
ERR-01346ERR_SM_PROCESS_MEMORY_LIMITCurrent Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu), increase PROCESS_MAX_SIZE property and restart.
ERR-01401ERR_SM_INDEX_INVALID_TYPEInvalid index type. Index type<%d> does not exist.
ERR-01402ERR_SM_INDEX_NOT_EXIST_IN_TABLEIndex id(<%llu>) does not exist in table id <%llu>.
ERR-01403ERR_SM_INDEX_INVALID_COLUMN_COUNTIndex has invalid column count(<%d>).
ERR-01404ERR_SM_INDEX_INVALID_KEYVALUE_COUNTIndex has invalid key value count(<%d>).
ERR-01405ERR_SM_INDEX_INVALID_KEYVALUE_SIZEIndex has invalid key value size(<%d>).
ERR-01406ERR_SM_INDEX_INVALID_FILEIndex column file(<%s>) is invalid.
ERR-01407ERR_SM_INDEX_COLUMN_PARTITION_FILE_READ_HEADFailed to read the head of the index column partition file(<%s>).
ERR-01408ERR_SM_INDEX_COLUMN_PARTITION_FILE_READFailed to read the index column partition file(<%s>).
ERR-01409ERR_SM_INDEX_COLUMN_INVALID_COLUMN_TYPEType of the column for the index is invalid.
ERR-01410ERR_SM_INDEX_FLUSH_THREAD_ABNORMAL_SHUTDOWNIndex flush thread terminated abnormally.
ERR-01411ERR_SM_INDEX_BUILD_THREAD_ABNORMAL_SHUTDOWNIndex build thread terminated abnormally.
ERR-01412ERR_SM_KDW_INDEX_INVALID_KEY_SIZEThe keyword size<%d> should be less than the max size<%d>.
ERR-01413ERR_SM_INDEX_INVALID_WORDBITCNTThe word bit count(%d) is over than %d in the partition<%lld> of the index <%lld>
ERR-01414ERR_SM_INDEX_INVALID_KEYVALCNTInvalid key count <%u> is not equal to the count <%u> in partition <%lld> of index <%lld>.
ERR-01415ERR_SM_INDEX_INVALID_LEVELThe level<%u> of the index is bigger than the max level<%u>
ERR-01416ERR_SM_INDEX_INVALID_LEVEL_PART_SIZEThe partition size<%u> of level<%u> is bigger than the max level<%u>
ERR-01417ERR_SM_INDEX_ALREADY_DROPPEDThe index has been dropped.
ERR-01418ERR_SM_INDEX_UNIQUE_VIOLATIONThe key already exists in the unique index.
ERR-01419ERR_SM_INDEX_PRIMARY_INDEX_ALREADY_CREATEDThe primary index is already created on the table.
ERR-01420ERR_SM_INDEX_INVALID_KEYVALUE_N_BITVECTOR_COUNTThe number<%llu> of key values is different from the number<%llu> of bitvectors.
ERR-01421ERR_SM_INDEX_LSM_INVALID_PART_FILEThe partition file<%llu> on the level<%u> of the index<%llu> is invalid.(KPC:%u, BPC:%u)
ERR-01422ERR_SM_INDEX_PRAIMARY_INDEX_NOT_NULLNULL value is not allowed for the primary index column
ERR-01423ERR_SM_KEYVALUE_CACHE_EXHAUSTEDTAG cache exhausted, increase TAG_CACHE_MAX_MEMORY_SIZE(%llu)
ERR-01424ERR_SM_KEYVALUE_CACHE_TIMEOUTCould not allocate TAG cache: (Table,part=%llu,%llu) offset/size=%llu/%llu
ERR-01425ERR_SM_KEYVALUE_INDEX_MEMORY_LIMITFailed to allocate index memory (Current Allocated Size / Threshold size (%llu/%llu)).
ERR-01426ERR_SM_KEYVALUE_NOT_READY_TO_BUILD_INDEXNot ready to build keyvalue index (Current Count / Target Count (%llu/%llu) in File).
ERR-01501ERR_SM_CPFILE_INVALID_PAGE_IDInvalid page id in cpfile. Page id<%d> for the column partition file<%s> is greater than the page max id.
ERR-01502ERR_SM_CPFILE_INVALID_PAGE_TIMESTAMPError in reading page<%d> in the column partition file<%s>. Page timestamps <head:%lld, tail:%lld> are invalid.
ERR-01503ERR_SM_CPFILE_INVALID_PAGE_CHECKSUMError in reading page<%d> in the column partition file<%s>. Page checksum <write:%#X, read:%#X> are invalid
ERR-01504ERR_SM_CPFILE_FILE_INVALID_SIZEThe size<%u> of the column partition file<%s> is too small. It is supposed to be greater than the size<%u>
ERR-01505ERR_SM_CPFILE_FILE_INVALID_PAGE_UPDATEThe 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-01506ERR_SM_CPFILE_INVALIDE_FILE_HEAD_CRCThe checksum<write:%#X, read:%#X> of the head of the column partition file<%s> is invalid.
ERR-01551ERR_SM_FDCACHE_GET_FD_FOR_FILEError in getting the fd of the file<%s> from the fd cache.
ERR-01601ERR_SM_AGER_THREAD_ABNORMAL_SHUTDOWNAger thread terminated abnormally.
ERR-01631ERR_SM_BACKUP_NOT_EXIST_BACKUP_ROOT_DIRThere is no root dir<%s> for the database backup.
ERR-01632ERR_SM_BACKUP_NOT_DATABASE_DESTROYEDThe database is not destroyed.
ERR-01633ERR_SM_BACKUP_STATFILE_WRITEFailed to write data<%u> of the backup stat file<%s>.
ERR-01634ERR_SM_BACKUP_STATFILE_READFailed to read data<%u> of the backup stat file<%s>.
ERR-01635ERR_SM_BACKUP_STATFILE_INVALIDThe backup statfile<%s> is invalid(CRC<H:%u, B:%u, T:%u).
ERR-01636ERR_SM_BACKUP_NOT_COMPLETEThe backup <%s> is not completed.
ERR-01637ERR_SM_BACKUP_DIR_ALREADY_EXISTThe backup <%s> has already exist.
ERR-01638ERR_SM_BACKUP_INVALID_END_RIDThe end rid<%llu> of the table<%llu> in the restored database is invalid.
ERR-01639ERR_SM_BACKUP_NAME_TOO_LONGThe name<%s> of backup is too long, errno = %d.
ERR-01640ERR_SM_BACKUP_FILE_ALREADY_EXISTThe backup file<%s> already exists.
ERR-01641ERR_SM_BACKUP_FILE_INVALID_MAGIC_STRINGThe backup file<%s> has the invalid magic string<%s>.
ERR-01642ERR_SM_BACKUP_FILE_HEAD_INVALID_CRC32The header of backup file<%s> has the invalid crc32<%u>.
ERR-01643ERR_SM_BACKUP_FILE_INVALID_FILENAME_LENLength<%u> of backup file<%s> is too long.
ERR-01644ERR_SM_BACKUP_FILE_INVALID_PAGESIZEThe page size <%u> of backup file<%s> is invalid.
ERR-01645ERR_SM_BACKUP_FILE_INVALID_SIZEThe file size <%llu> of the head is different from the size<%llu> on the disk.
ERR-01646ERR_SM_BACKUP_FILE_INVALID_STATEThe backup file is invalid since the backup is not completed.
ERR-01647ERR_SM_INC_BACKUP_NOT_LATESTAn incremental backup requires a previous backup.
ERR-01648ERR_SM_INC_BACKUP_TARGET_NOT_SAMEBackup targets are different from that of previous target.
ERR-01701ERR_SM_TBS_REFERENCED_BY_OBJECTSThe tablespace<%s> is still referenced by other objects such as tables and indexes.
ERR-01702ERR_SM_TBS_NOT_EXISTThe tablespace<%s> does not exist in the database.
ERR-01703ERR_SM_TBS_CANNOT_DROP_SYSTEM_TBSThe SYSTEM_TABLESPACE cannot be dropped.
ERR-01704ERR_SM_TBS_ALEADY_EXISTTablespace already exists. <%s>
ERR-01705ERR_SM_TBS_DISKDIR_ALEADY_EXISTThe dir<%s> for the tablespace<%s> of datadisk<%s> already exists.
ERR-01706ERR_SM_TBS_PHYDISK_NOT_EXISTDisk<%s> does not exist in the tablespace<%s>.
ERR-01707ERR_SM_TBS_PHYDISK_INVALID_PARALLEL_IOThe parallel I/O of a disk should be between %d and %d.
ERR-01708ERR_SM_TBS_FILE_READFailed to read <%ld> bytes from the file<%s>, errno = %d.
ERR-01709ERR_SM_TBS_FILE_PAGE_INVALID_TIMESTAMPThe page<offset:%u, size:%u> of the file<%s> is invalid because it has the invalid timestamp<head:%lld, tail:%lld>
ERR-01710ERR_SM_TBS_FILE_PAGE_INVALID_CRC32The page<offset:%u, size:%u> of the file<%s> is invalid because it has the invalid crc<memory:%u, disk:%u>
ERR-01711ERR_SM_TBS_VIRDISK_DIR_CREATEFailed to create directory<%s> for virtual disk.
ERR-01712ERR_SM_TBS_MEMORY_DIR_SHORTAGEFailed to allocate memory for directory to be removed.
ERR-01801ERR_SM_EXTCP_WAIT_READ_VALUEError in waiting to read value: value offset<%lld>, value size<%u>, and file<%s>
ERR-01821ERR_SM_DWFILE_INVALID_IMAGEThe image in the DWFile<%s> is invalid.
ERR-01841ERR_SM_ART_ABORTThe operation is aborted by ART.
ERR-01851ERR_SM_NO_VAR_IN_TAGVariable length columns are not allowed in tag table.
ERR-01852ERR_SM_DELETE_IN_PROGRESSAnother deletion is in progress for table <%llX>.
ERR-01853ERR_SM_KEYVALUE_CREATE_APPENDFILECannot create append file for Key-Value table <%llX>, errno = %d.
ERR-01854ERR_SM_KEYVALUE_SYNC_APPENDFILECannot sync append file for Key-Value table <%llX>, errno = %d.
ERR-01855ERR_SM_KEYVALUE_CLOSE_APPENDFILECannot close append file for Key-Value table <%llX>, errno = %d.
ERR-01856ERR_SM_KEYVALUE_CREATE_DATAFILECannot create data file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01857ERR_SM_KEYVALUE_OPEN_DATAFILECannot open data file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01858ERR_SM_KEYVALUE_READ_DATAFILECannot read data file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01859ERR_SM_KEYVALUE_WRITE_DATAFILECannot write data file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01860ERR_SM_KEYVALUE_CORRUPTED_DATAFILEData file <%llX> is corrupted for Key-Value table <%llX>.
ERR-01861ERR_SM_KEYVALUE_CREATE_INDEXFILECannot create index file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01862ERR_SM_KEYVALUE_OPEN_INDEXFILECannot open index file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01863ERR_SM_KEYVALUE_READ_INDEXFILECannot read <.%s> file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01864ERR_SM_KEYVALUE_WRITE_INDEXFILECannot write <.%s> file <%llX> for Key-Value table <%llX>, errno = %d.
ERR-01865ERR_SM_KEYVALUE_CORRUPTED_INDEXFILEIndex file <%llX> is corrupted for Key-Value table <%llX>.
ERR-01866ERR_SM_KEYVALUE_IOERRORCannot perform I/O for Key-Value table <%llX>.
ERR-01867ERR_SM_KEYVALUE_INVALID_PATH_APPENDFILEInvalid path to append file for Key-Value table <%llX>, errno = %d.
ERR-01868ERR_SM_KEYVALUE_OPEN_APPENDFILECannot open append file for Key-Value table <%llX>, errno = %d.
ERR-01869ERR_SM_KEYVALUE_NO_DATAFILERID-based SELECT is not allowed without datafile, Table<%llX>/RID<%llu>.
ERR-01870ERR_SM_KEYVALUE_OPEN_MOUNTED_APPENDFILECannot open append file for mounted Key-Value table <%llX>, errno = %d.
ERR-01871ERR_SM_KEYVALUE_READ_MOUNTED_APPENDFILECannot read append file for mounted Key-Value table <%llX>, errno = %d.
ERR-01872ERR_SM_BACKUP_IN_PROGRESSAnother backup is in progress for table <%llX>.
ERR-01873ERR_SM_KEYVALUE_NO_INDEXFILENo index-file <%llx> for Key-Value table Table<%llX>.
ERR-01874ERR_SM_KEYVALUE_OPEN_FILECannot open file <%llX> for Key-Value table <%llX> path<%s>, errno = %d.
ERR-01875ERR_SM_KEYVALUE_NO_UNPURGED_NODECannot find unpurged node for Key-Value table <%llX>.
ERR-01876ERR_SM_KEYVALUE_FILE_DECOMPRESSFailed to use %s to decompress file <%llX> for key-value table <%llx>, error = %d.
ERR-01877ERR_SM_KEYVALUE_NOT_FOUND_STAT_DATATag stat for id[%llu] is not found.
ERR-01878ERR_SM_STAT_WRITE_FILECannot write stat file for Key-Value table <%llX> path<%s> errno = %d.
ERR-01879ERR_SM_STAT_READ_FILECannot read stat file for Key-Value table <%llX> path<%s> errno = %d.
ERR-01880ERR_SM_STAT_OPEN_FILECannot open stat file for Key-Value table <%llX> path<%s>, errno = %d.
ERR-01881ERR_SM_STAT_INVALID_FILEStat File Invalid TableID[%llu], TablePath[%s].
ERR-01882ERR_SM_KEYVALUE_NO_KVINDEXFILENo kvindex-file <%llx> for Key-Value table Table<%llX>.
ERR-01883ERR_SM_KEYVALUE_INVALID_TIME_VALUEValue of the time column(<%lld>) must be greater than or equal to <%lld>.
ERR-01884ERR_SM_KEYVALUE_THREAD_STOPPEDkeyvalue table<%llx> thread for [%s] stopped.
ERR-01885ERR_SM_KEYVALUE_DATA_CORRUPTEDData row value is corrupted: required RID<%llu>, value RID<%llu>.
ERR-01886ERR_SM_KEYVALUE_VDATA_CORRUPTED%s varchar data is corrupted: required VRID<%u>, value VRID<%u>.
ERR-01887ERR_SM_UPDATE_IN_PROGRESSAnother update is in progress for table <%llX>.
ERR-01900ERR_SM_SNAPSHOT_NOT_VALIDSnapshot ID <%s> is invalid.
ERR-01901ERR_SM_SNAPSHOT_NO_TABLECannot snapshot with no table.
ERR-01902ERR_SM_SNAPSHOT_TIMEOUTSnapshot timed out.
ERR-01903ERR_SM_SNAPSHOT_NOT_EXISTSSnapshot ID <%s> does not exist.
ERR-01904ERR_SM_SNAPSHOT_ALREADY_EXISTSSnapshot ID <%s> already exists.
ERR-01910ERR_SM_FREEZE_NO_TABLECannot freeze with no table.
ERR-01911ERR_SM_ALREADY_FROZENSnapshot already frozen.
ERR-01951ERR_SM_FUNCTION_CALLFailed to call function <%s>, errno=%d
ERR-01952ERR_SM_TABLE_RESOURCE_BUSYTable (0x%llx) resource busy (%s).

ERR-02000ERR-02999 (420)

코드심볼메시지 원문
ERR-02000QPE_TESTMemory allocation error, Error code = %d
ERR-02001ERR_QP_OPEN_METAError in opening meta.
ERR-02002ERR_QP_EXEC_METAError in executing meta.
ERR-02003ERR_QP_CLOSE_METAError in closing meta.
ERR-02004ERR_QP_CRT_HASHError in creating hash. (errno=%d)
ERR-02005ERR_QP_ALLOC_MEMError in allocating memory.
ERR-02006ERR_QP_HASH_ADDError in adding hash. (errno=%d)
ERR-02007ERR_QP_FETCH_METAError in fetching meta.
ERR-02008ERR_QP_HASH_TRAVError in traversing hash.
ERR-02009ERR_QP_MEMORY_INSUFFICIENTInsufficient parser memory.
ERR-02010ERR_QP_PARSE_ERRORSyntax error: near token (%s).
ERR-02011ERR_QP_TOKEN_ERRORUnrecognized token (%s).
ERR-02012ERR_QP_SINGLE_ROW_ERRORSingle row error. Single-row subquery returns more than one row. (NOT USED)
ERR-02013ERR_QP_NEED_GROUPBY_ERRORA GROUP BY clause is required before HAVING.
ERR-02014ERR_QP_COLUMN_NAME_DUPLICATEDColumn name is duplicated: (%s).
ERR-02015ERR_QP_COLUMN_TYPE_INVALIDInvalid column type: (%s).
ERR-02016ERR_QP_NO_TABLE_PROPETY_FOUNDTable property (%s) does not exist.
ERR-02017ERR_QP_NO_TABLE_PROPETY_CONVERTError in converting table property. Cannot convert string (%s) to integer.
ERR-02018ERR_QP_NO_TABLE_PROPETY_VALUE_RANGETable property value is out of range: (%s).
ERR-02019ERR_QP_VARCHAR_TYPE_SIZE_ERRORColumn size must be specified for a variable-length column type.
ERR-02020ERR_QP_TYPE_SIZE_ZEROInvalid size specified. Cannot specify type size to (%s).
ERR-02021ERR_QP_CREATE_INDEX_INVALID_BITMAP_DATATYPECannot create bitmap index on data type (%s)
ERR-02022ERR_QP_CREATE_INDEX_INVALID_KEYWORD_DATATYPECannot create keyword index on data type (%s)
ERR-02023ERR_QP_SNPRINTF_ERRORsnprintf function error (%d).
ERR-02024ERR_QP_TABLE_CREATE_DUPLICATETable %s already exists.
ERR-02025ERR_QP_TABLE_NO_EXISTSTable %s does not exist.
ERR-02026ERR_QP_TABLE_INSERT_COLUMN_MISMATCHThe number of insert values does not match the number of columns.
ERR-02027ERR_QP_TABLE_INSERT_COLUMN_INT_CONVERSIONError in table insert column integer conversion. Insert value conversion to integer error (%s).
ERR-02028ERR_QP_TABLE_INSERT_COLUMN_DOUBLE_CONVERSIONError in table insert column double conversion. Insert value conversion to double error (%s)
ERR-02029ERR_QP_TABLE_INSERT_COLUMN_TIME_FORMATError in table insert column time format. Insert _arrival_time value conversion error.
ERR-02030ERR_QP_TABLE_INSERT_NO_COLUMNColumn name (%s) does not exist.
ERR-02031ERR_QP_TABLE_RESOURCE_BUSYResource busy (%s).
ERR-02032ERR_QP_TYPE_COMPARE_CONVERSIONType conversion error: error occurred while comparing the values of type (%s) and type (%s).
ERR-02033ERR_QP_TYPE_CONCATCannot concatenate non varchar types.
ERR-02034ERR_QP_TIME_FORMATInvalid format of time expression.
ERR-02035ERR_QP_FUNCTION_NO_EXISTSFunction [%s] does not exist.
ERR-02036ERR_QP_FUNCTION_ARGFunction [%s] has an invalid argument.
ERR-02037ERR_QP_FUNCTION_ARG_TYPEFunction [%s] argument data type does not match.
ERR-02038ERR_QP_TABLE_NO_SUCH_FOR_STARTable [%s] does not exist.
ERR-02039ERR_QP_TABLE_NO_SPECIFIED_FOR_STARNo table specified in the target list.
ERR-02040ERR_QP_TIME_RANGE_ERRORInvalid time range.
ERR-02041ERR_QP_TIME_NEGATIVE_ERRORTime value must be positive.
ERR-02042ERR_QP_NULL_EXPRESSIONExpression cannot have a NULL value.
ERR-02043ERR_QP_AGGR_WHEREGroup function is not allowed here.
ERR-02044ERR_QP_NO_GROUPBYNot a GROUP BY expression.
ERR-02045ERR_QP_TYPE_UNKNOWNType is not supported(typecode is %u). Internal error.
ERR-02046ERR_QP_BUFFER_SHORTAGEString buffer is not enough.
ERR-02047ERR_QP_LOCK_BUFFER_SHORTAGELock buffer is not enough. Table counts are too many.
ERR-02048ERR_QP_BIND_COUNT_OVERFLOWBind parameter count is overflowed. (max=%u)
ERR-02049ERR_QP_BIND_UNABLECannot apply bind parameter.
ERR-02050ERR_QP_BIND_BUFFER_CORRUPTEDBind data from client is corrupted.
ERR-02051ERR_QP_BIND_TYPE_UNKNOWNBind data type unknown (typecode is %u).
ERR-02052ERR_QP_INSERT_UNABLE_TABLECannot insert data into this table (%s).
ERR-02053ERR_QP_TYPE_VALUE_CONVERSIONFailed to convert type (%s) to type (%s).
ERR-02054ERR_QP_AGGR_ERROR_ON_FUNCTIONAggregation error on function usage (NOT USED)
ERR-02055ERR_QP_ERROR_ON_INSERT_VALUEInvalid insert value.
ERR-02056ERR_QP_COLUMN_NAME_NOT_FOUNDColumn name (%s) not found.
ERR-02057ERR_QP_SEARCH_STRING_ERROROnly literal type can be used in SEARCH keyword.
ERR-02058ERR_QP_INDEX_CREATE_DUPLICATEIndex %s already exists
ERR-02059ERR_QP_INDEX_NO_EXISTSIndex %s does not exist
ERR-02060ERR_QP_INDEX_ONLY_ONE_COLUMNComposite index is not supported.
ERR-02061ERR_QP_DIVIDE_BY_ZEROCannot divide a value by zero.
ERR-02062ERR_QP_DATE_CALC_INVALIDCannot calculate date type.
ERR-02063ERR_QP_SEARCH_TYPE_INVALIDInvalid search type. Search type must be VARCHAR.
ERR-02064ERR_QP_ADD_TIME_FORMAT_ERRORInvalid time format. (format: "year/mon/day hour:min:sec")
ERR-02065ERR_QP_NO_INDEX_PROPETY_FOUNDIndex property (%s) does not exist.
ERR-02066ERR_QP_INDEX_PROPETY_VALUE_INVALIDInvalid index property value: (%s).
ERR-02067ERR_QP_TO_ADDR4_FUNCTION_ARGError in TO_ADDR4 function aggregate. Argument type to TO_ADDR4 function must be an integer.
ERR-02068ERR_QP_IPV4_FORMATInvalid IPv4 address format (%s).
ERR-02069ERR_QP_INDEX_FOR_INVALID_TABLE%s index can only be created for %s table.
ERR-02070ERR_QP_INDEX_NEEDED_FOR_SEARCHSearch predicate needs keyword index.
ERR-02071ERR_QP_INDEX_COUNTOnly one index is allowed for a single column.
ERR-02072ERR_QP_DELETE_UNABLE_TABLECannot delete data from this table (%s).
ERR-02073ERR_QP_TABLE_DELETE_CONDITIONInvalid DELETE condition. %s
ERR-02074ERR_QP_TABLE_DELETE_TIME_RANGEInvalid delete time range. BEFORE time range should be older than present.
ERR-02075ERR_QP_TABLE_DROP_NO_INFO_IN_DBTable(%s) record does not exist in meta database.
ERR-02076ERR_QP_TABLEID_DROP_NO_INFO_IN_DBTable(%lld) record does not exist in meta database.
ERR-02077ERR_QP_VARCHAR_SIZE_MAXInvalid %s size. %s type size cannot be more than %d.
ERR-02078ERR_QP_UNKNOWN_STMT_TYPEInvalid statement type. Statement type(%d) is unsupported.
ERR-02079ERR_QP_FUNCTION_ARG_COUNTThe number of arguments for function (%s) does not match.
ERR-02080ERR_QP_USER_NOT_EXISTUser (%s) does not exist.
ERR-02081ERR_QP_USER_PASSWORD_ERRORInvalid username/password.
ERR-02082ERR_QP_USER_ALREADY_EXISTSUser (%s) already exists.
ERR-02083ERR_QP_USER_SELF_DROPYou cannot drop yourself(%s).
ERR-02084ERR_QP_USER_TABLE_EXISTUser drop error. This user's tables still exist. Drop those tables first.
ERR-02085ERR_QP_USER_NO_ALTER_PRIVThe user(%s) does not have alter privileges.
ERR-02086ERR_QP_USER_NO_CONNECT_PRIVThe user(%s) does not have connect privileges.
ERR-02087ERR_QP_USER_NO_PRIV_TABLE_ACCESSThe user does not have access privileges on table(%s.%s).
ERR-02088ERR_QP_ALTER_TABLE_NO_RIGHTError in altering table. Only the LOG table can be altered.
ERR-02089ERR_QP_ALTER_TABLE_SAME_COLUMN_EXISTSError in altering table. Column name(%s) already exists.
ERR-02090ERR_QP_ALTER_TABLE_MODIFY_TYPEError in altering table. Only varchar type can be modified.
ERR-02091ERR_QP_ALTER_TABLE_MODIFY_VARCHAR_SIZEError in altering table. Varchar length should be greater than previous value length
ERR-02092ERR_QP_ALTER_TABLE_DROP_BUILTIN_COLUMNError in altering table. Column (%s) cannot be dropped.
ERR-02093ERR_QP_ALTER_TABLE_DROP_COLUMN_ON_INDEXError in altering table. Column (%s) having index cannot be dropped.
ERR-02094ERR_QP_ALTER_TABLE_DUP_COLUMNError in altering table. Column (%s) already exists.
ERR-02095ERR_QP_TRUNCATE_NON_LOG_TABLEError in truncating table. Only the LOG table can be truncated.
ERR-02096ERR_QP_TABLE_TRUNCATE_NO_EXISTSError in truncating table. Table %s does not exist.
ERR-02097ERR_QP_TABLE_DROP_COLUMN_LIMITError in altering table. The table must have at least one column.
ERR-02098ERR_QP_NOT_EQUJOINError in joining tables. Only equi-join is allowed.
ERR-02099ERR_QP_JOIN_ORError in joining tables. The OR condition for a join predicate is not allowed.
ERR-02100ERR_QP_JOIN_FUNCTION_EXPRError in joining tables. The join predicate cannot use functions.
ERR-02101ERR_QP_JOIN_PERMUTATIONError in joining tables. Cannot join without join predicate.
ERR-02104ERR_QP_COLLECTOR_NO_TEMPLATE_EXISTSThe template file (%s) does not exist.
ERR-02105ERR_QP_COLLECTOR_TEMPLATE_FORMAT_INVALIDThe template format (%s : %s : %d) is invalid.
ERR-02109ERR_QP_JOIN_LOG_LOGCannot join two or more LOG tables.
ERR-02110ERR_QP_KEYWD_MIN_LENGTHSearch condition argument is too short. It needs more than (%d) characters.
ERR-02111ERR_QP_NO_SUCH_COMMANDInvalid option.
ERR-02112ERR_QP_NO_DISTINCT_GRBYCannot use DISTINCT with GROUP BY clause.
ERR-02113ERR_QP_NO_DISTINCT_AGGRCannot use DISTINCT with aggregation function.
ERR-02114ERR_QP_FUNCTION_DISTINCTDISTINCT clause is not allowed here.
ERR-02115ERR_QP_INVALID_COL_NAMEInternal column cannot be modified.
ERR-02116ERR_QP_SEARCH_FILTERSearch predicate must use an index.
ERR-02117ERR_QP_TABLE_NAME_INVALIDDDL on table (%s) is forbidden.
ERR-02118ERR_QP_TABLE_LOCK_ALREADY_INITLock object was already initialized. (Do not use select and append simultaneously in single session.)
ERR-02119ERR_QP_NOT_IMPLEMENTEDThis functionality has not been implemented.
ERR-02120ERR_QP_SESSION_ID_INVALIDInvalid session ID (%s).
ERR-02121ERR_QP_SESSION_PRIV_OF_KILLNo privileges to kill the session.
ERR-02122ERR_QP_SESSION_PRIV_OF_CANCELNo privileges to cancel the session.
ERR-02123ERR_QP_NOT_EXIST_TABLE_ID_METATable id (%lld) does not exist in meta database.
ERR-02124ERR_QP_NOT_EXIST_COLUMN_ID_METAColumn id (%llu) does not exist in table (%llu).
ERR-02125ERR_QP_VARCHAR_TO_DATE_HEURISTICError in converting string (%s) to datetime with heuristic method. Check the default date string format in this session.
ERR-02126ERR_QP_NO_ORDERBY_SUBQORDER BY clause is not allowed in a subquery
ERR-02127ERR_QP_ORDERBY_TERMSOnly integer constants must be used for ORDER BY column position.
ERR-02128ERR_QP_ORDERBY_OORORDER BY column position %d is out of range - should be between 1 and %d.
ERR-02129ERR_QP_GRBY_INTGROUP BY terms must be integer constants
ERR-02130ERR_QP_NO_GRBY_HAVINGA GROUP BY clause is required before HAVING
ERR-02131ERR_QP_SUBQ_NOT_SINGLESingle row error. Single-row subquery returns more than one row.
ERR-02132ERR_QP_SUBQ_NOT_ALLOWEDCannot use subquery on HAVING, ORDER BY and GROUP BY clauses.
ERR-02133ERR_QP_INVALID_SUBQInvalid subquery.
ERR-02134ERR_QP_REGEX_MAX_COUNTToo many REGEXP in WHERE clause. No more than %d REGEXP in WHERE clause.
ERR-02135ERR_QP_WHERE_TYPEWHERE clause has to return a boolean result.
ERR-02136ERR_QP_TBS_INVALID_TYPEInvalid tablespace type.
ERR-02137ERR_QP_TBS_TOO_MANY_DISKSThere are too many disks<%ud> for tablespace %s.
ERR-02138ERR_QP_TBS_DISK_INVALID_PARALLEL_IO_VALUEThe PARALLEL_IO value<%d> for the disk<%s> must be higher than <%d>.
ERR-02139ERR_QP_NO_MINMAX_ON_VARCHARMINMAX CACHE is not allowed for VARCHAR column(%s).
ERR-02140ERR_QP_TABLE_NOT_SUPPORT_TABLESPACEThis type of tables do not support the tablespace functionality.
ERR-02141ERR_QP_TYPE_COMPARE_NOT_APPLICABLEType comparison error.
ERR-02142ERR_QP_NO_AGGR_LOBCannot use lob type in the GROUP BY clause.
ERR-02143ERR_QP_NO_ORDER_LOBCannot use lob type in the ORDER BY clause.
ERR-02144ERR_QP_OUTERJOIN_LIMITOuterjoin permits only 2 tables.
ERR-02145ERR_QP_NOT_NUMBER_STRINGThe string cannot be converted to number value.(%s)
ERR-02146ERR_QP_TS_JOIN_LIMITCannot join tables with timeseries function.
ERR-02147ERR_QP_TS_VIEW_LIMITCannot use inline view with timeseries function.
ERR-02148ERR_QP_IPV6_FORMATInvalid IPv6 address format.(%s)
ERR-02149ERR_QP_CONTAINS_TYPE_INVALIDError in executing CONTAINS. Cannot convert from type(%d) to type(%d).
ERR-02150ERR_QP_IP_NETWORK_TYPE_CLASS_MISMATCHEDNetwork type error. Network Mask length does not match with the column's length.(mask=%s, column=%s)
ERR-02151ERR_QP_NO_MORE_DISK_FOR_EVALUATIONError in adding disk to tablespace. You cannot use multiple disks for tablespace without valid license.
ERR-02152ERR_QP_PARTITION_PROPERTY_NOT_COMPLETEError in setting column property. You should specify a positive value of column property PARTITION_PAGE_COUNT as well as PAGE_VALUE_COUNT.
ERR-02153ERR_QP_UNKNOWN_COLUMN_PROPERTYInvalid column property name (%s). Specify a valid property name.
ERR-02154ERR_QP_SET_OP_NO_SELECTSelect set operator parsing error.
ERR-02155ERR_QP_UNSURPPORTED_SET_OPOnly UNION ALL set operator is supported.
ERR-02156ERR_QP_SET_OP_TARGET_MISMATCHSet operator column types do not match at column (%d).
ERR-02157ERR_QP_VALIDATE_INTERNALInternal error on validating query
ERR-02158ERR_QP_INVALID_TYPEError in evaluating data type. You must specify a valid data type.
ERR-02159ERR_QP_INVALID_BACKUP_RANGE'FROM DATETIME' must be earlier than 'TO DATETIME'.
ERR-02160ERR_QP_UNMOUNT_NOT_MOUNTED_TABLEError in doing unmount table(%s). You can unmount only mounted tables.
ERR-02161ERR_QP_NO_DDL_ON_MOUTE_MODEError in executing DDL. You cannot execute DDL with mounted DB. (*NOT USED*)
ERR-02162ERR_QP_NO_UNMOUTE_DBError in doing unmount DB. You cannot umount database which is not mounted.
ERR-02163ERR_QP_WRONG_RESTORE_PATHInvalid directory path (%s). You should specify a valid path.
ERR-02164ERR_QP_INVALID_ALTER_INDEX_PROPETYInvalid index property. Property (%s) for index cannot be altered.
ERR-02165ERR_QP_FUNCTION_POSFunction (%s) is not allowed here.
ERR-02166ERR_QP_FUNCTION_ORDER_BYCannot use ORDER BY clause with aggregation function.
ERR-02167ERR_QP_FUNCTION_GROUP_CONCAT_WRONG_SEPARATORGROUP_CONCAT function error. Separator should be a string constant.
ERR-02168ERR_QP_OPERATOR_ARG_ERROROperator argument count or type does not match.
ERR-02169ERR_QP_WRONG_COLUMN_PROPERTY_VALUEInvalid column property value: (%s)
ERR-02170ERR_QP_NO_ALIAS_IN_TABLE_INLINE_VIEWEvery specified table or inline view in FROM clause must have its own alias.
ERR-02171ERR_QP_PRIMARY_KEY_DUPLICATE_PK_DECLVOLATILE / LOOKUP / TRANSACTION table cannot have more than one primary key.
ERR-02172ERR_QP_PRIMARY_KEY_INVALID_TABLEPrimary key is allowed only for VOLATILE / LOOKUP / TRANSACTION table.
ERR-02173ERR_QP_VOLATILE_TABLE_INVALID_TYPECannot create columns with data type (%s) in VOLATILE / LOOKUP table.
ERR-02174ERR_QP_INDEX_TARGET_COLUMN_DUPLICATEThe index already exists in the column(%s).
ERR-02175ERR_QP_VTABLE_UPDATE_INVALID_FORMSET clause must be written as a list of 'column = value' expression.
ERR-02176ERR_QP_VTABLE_UPDATE_TO_PRIMARY_KEYCannot update primary key column in SET clause.
ERR-02177ERR_QP_VTABLE_UPDATE_NOT_IN_VOLATILEON DUPLICATE UPDATE clause is allowed only in LOOKUP / VOLATILE / TRANSACTION table.
ERR-02178ERR_QP_TABLE_UPDATE_NO_COLUMNError in updating table. Column name (%s) does not exist in this table.
ERR-02179ERR_QP_VTABLE_INSERT_WITHOUT_PRIMARY_KEY_VALINSERT on a %s table without primary key value cannot be proceeded.
ERR-02180ERR_QP_VTABLE_UPDATE_ON_NO_PRIMARY_KEYPrimary key is mandatory for UPDATE.
ERR-02181ERR_QP_INDEX_WITH_PRIMARY_KEY_PREFIXInvalid index name starting with (%s) which is the same as primary key index.
ERR-02182ERR_QP_PRIMARY_KEY_INDEX_DROPYou cannot drop the primary key index (%s).
ERR-02183ERR_QP_APPEND_TO_VTABLE_UNSUPPORTEDAppend mode for table (%s) is not supported.
ERR-02184ERR_QP_PROPERTY_ON_INVALID_TABLE_TYPESpecified property value is invalid in %s table.
ERR-02185ERR_QP_MOUNT_DB_DUPLICATEDInvalid database name. This database name is already used for mount.
ERR-02186ERR_QP_MOUNT_DB_INVALIDInvalid database name.
ERR-02187ERR_QP_UNMOUNT_TABLE_IN_ACCESSError in unmounting database. Some tables in mounted database are accessed by other transactions
ERR-02188ERR_QP_MOUNT_DB_NOT_FOUNDThe database is not mounted.
ERR-02189ERR_QP_DELETE_WHERE_INVALID_TABLEError in deleting rows. Only rows in VOLATILE / LOOKUP table can be deleted.
ERR-02190ERR_QP_UPDATE_DELETE_WHERE_INVALID_CONDITIONInvalid UPDATE/DELETE condition. Specify it as (primary key column) = (value)
ERR-02191ERR_QP_DELETE_WHERE_UNSUPPORTEDWHERE clause in DELETE statement is not supported yet.
ERR-02192ERR_QP_KEYWORD_INDEX_TYPEIndex type for keyword index only supports keyword bitmap or keyword LSM.
ERR-02195ERR_QP_BUFFER_OVERFLOWBuffer size insufficient.
ERR-02196ERR_QP_NO_FILE_TO_LOADError in loading data. File (%s) does not exist.
ERR-02197ERR_QP_LOAD_TABLE_ALREADY_EXISTSError in loading data with automatic mode. The table (%s) already exists.
ERR-02198ERR_QP_LOAD_TABLE_NON_EXISTSError loading data. Table (%s) does not exist.
ERR-02199ERR_QP_LOAD_TABLE_PARSING_ERRORCSV parsing error on line %d: [%s].
ERR-02200ERR_QP_LOAD_TABLE_DELIMITOR_ERROR[%s] is not a valid string terminator or enclosure.
ERR-02201ERR_QP_LOAD_TABLE_UNKNOWN_AUTOMODEThe automatic loading mode is invalid.
ERR-02202ERR_QP_LOAD_TABLE_HEADER_DETECT_ERRORAutomatic column detection failed because the data is empty or the headers are invalid.
ERR-02203ERR_QP_LOAD_TABLE_UNKNOWN_ENCODINGMODEInvalid encoding.
ERR-02204ERR_QP_LOAD_TABLE_CHAR_CONVERSION_ERRORFailed to convert %s to UTF8.
ERR-02205ERR_QP_NO_SUPPORT_DOUBLE_MODA modulo operator can be applied only for integer types.
ERR-02206ERR_QP_NO_SUPPORT_TBS_NON_AUTOTablespace name cannot be specified in non automode
ERR-02207ERR_QP_SAVE_FILE_ALREADY_EXISTSError in saving table into file (%s). File already exists.
ERR-02208ERR_QP_EXPR_TYPEExpression argument type does not match.
ERR-02221ERR_QP_NO_MANAGER_NAME_SETTEDManager name is not specified.
ERR-02222ERR_QP_RECEIVE_DIFF_PROTOCOLError in read protocol. Send %s protocol, but received %d protocol.
ERR-02223ERR_QP_COLLECTORMANAGER_CONNECTUnable to establish connection with collectormanager (%s).
ERR-02224ERR_QP_NO_COLLECTOR_NAME_SETTEDManager name is not specified.
ERR-02225ERR_QP_SET_COLUMN_UNIT_ERRORInvalid set column unit.
ERR-02226ERR_QP_INVALID_CHARACTERInvalid character ('%c').
ERR-02228ERR_QP_UNSUPPORT_PROCEDUREInvalid procedure (%s).
ERR-02229ERR_QP_INVALID_ARG_VALUEInvalid argument value for function (%s).
ERR-02230ERR_QP_PROCEDURE_WRONG_NUMBER_OF_ARGUMENTSWrong number of arguments in call to '%s'.
ERR-02231ERR_QP_STRCPY_ERRORstrcpy function error (%d).
ERR-02232ERR_QP_CALC_TYPECalculation argument type (%s), (%s) error.
ERR-02233ERR_QP_INSERT_VALUE_LOCATIONError occurred at column (%u): (%s)
ERR-02234ERR_QP_SET_OP_COUNTSet operator column counts do not match (%d and %d).
ERR-02235ERR_QP_SERIES_BYSERIES BY clause is not allowed here.
ERR-02236ERR_QP_TOO_MANY_TABLES_IN_JOINFor a table list in FROM clause, The number of tables should be less than 32.
ERR-02237ERR_QP_INDEX_NOT_CREATED_ON_TABLEThe index <%s> is not an index for the table <%s>.
ERR-02238ERR_QP_NO_JOIN_TYPEThis type of join is not allowed.
ERR-02239ERR_QP_INVALID_USE_AGGR_FUNCInvalid use of aggregation function.
ERR-02240ERR_QP_INVALID_COLUMN_TYPE_FOR_FETCHCannot fetch column with type (%s).
ERR-02241ERR_QP_UNSUPPORTED_JOIN_TABLESJoin between LOG table and fixed table is not supported in Cluster Edition.
ERR-02242ERR_QP_EQUIJOIN_WITH_LOGTABLE_JOINOnly equality predicates are supported when joining LOG tables in Cluster Edition.
ERR-02243ERR_QP_UNSUPPORTED_ROW_BASED_DELETEDELETE statement with the number of rows is not supported in Cluster Edition.
ERR-02246ERR_QP_IDENTIFIER_TOO_LONGIdentifier %.*s is too long.
ERR-02247ERR_QP_DATETIME_NOT_PROPERDATETIME earlier than 1970-01-01 00:00:00 (UTC) is not valid.
ERR-02248ERR_QP_INSUFFICIENT_COLUMN_DEFInsufficient column definitions.
ERR-02249ERR_QP_TABLE_DELETE_INVALID_CONDInvalid DELETE condition.
ERR-02250ERR_QP_TAGDATA_COMPONENT_DDL_BLOCKEDYou cannot execute DDL on compoment table/index of TAGDATA table explictly.
ERR-02251ERR_QP_TAGDATA_DUPLICATE_FLAGYou cannot define columns with duplicate flag (%s) in TAGDATA table.
ERR-02252ERR_QP_TAGDATA_INVALID_TYPE_FOR_FLAGInvalid column type (%s) for flag (%s) in TAGDATA table.
ERR-02253ERR_QP_TAGDATA_INSUFFICIENT_MANDATORYMandatory column definition (PRIMARY KEY / BASE TIME) is missing.
ERR-02254ERR_QP_INVALID_TAGDATA_FLAG_ON_OTHER_TABLEColumn flag (%s) is only allowed for TAG table.
ERR-02255ERR_QP_TAGDATA_INSERT_META_NO_PKPrimary key of TAGDATA table is not defined in metadata.
ERR-02256ERR_QP_TAGDATA_INVALID_META_COLUMN_CLAUSEMetadata column definition is allowed only in TAGDATA table.
ERR-02257ERR_QP_TAGDATA_INSERT_META_INVALID_TYPEMetadata insertion is allowed only in TAGDATA table.
ERR-02258ERR_QP_TAGDATA_ALREADY_INSERTEDMetadata key (%.*s) for the TAG table has already been inserted.
ERR-02259ERR_QP_TAGDATA_NOT_FOUNDMetadata of TAGDATA table is not found. (Key = %s)
ERR-02260ERR_QP_TAGDATA_ALLOC_FAILUREFailed to allocate new metadata of TAGDATA table (Current Size=%llu).
ERR-02261ERR_QP_NO_TAGDATA_METADATA_INSERT_UPDATEYou cannot insert metadata into TAGDATA table with ON DUPLICATE KEY UPDATE clause.
ERR-02262ERR_QP_TAGDATA_DIRECT_DML_BLOCKEDDirect DML on component tables of TAGDATA table is not allowed.
ERR-02263ERR_QP_TAGDATA_MORE_TAGDATA_TABLEYou can create only one TAGDATA table.
ERR-02264ERR_QP_TAGDATA_SCAN_OTHER_COLUMN_IN_ROLLUPCannot read a column (%s) in ROLLUP query because it is not a ROLLUP column.
ERR-02265ERR_QP_TAGDATA_SCAN_WITHOUT_KEY_CONDITIONReading TAGDATA table without primary key condition is not allowed.
ERR-02266ERR_QP_TAGDATA_DELETE_RAW_CONDITIONYou cannot delete raw data of TAGDATA table with WHERE condition.
ERR-02267ERR_QP_TAGDATA_UNSUPPORTED_KEY_PREDICATEPrimary key in TAGDATA table should be compared by '=' or 'IN' operation.
ERR-02268ERR_QP_TAGDATA_COMPARE_KEY_ONLY_CONSTANTPrimary key in TAGDATA table should be compared with constant value.
ERR-02269ERR_QP_TAGDATA_OUTERJOINOuterjoin on TAGDATA table is not allowed.
ERR-02270ERR_QP_TAGDATA_NAME_VIOLATIONTAGDATA table's name should be 'TAG'.
ERR-02271ERR_QP_TAGDATA_NOT_CONSTANT_PK_VALUEYou must insert key value of TAGDATA table as constant.
ERR-02272ERR_QP_NOT_EXIST_INDEX_ID_METAIndex id (%llu) does not exist in meta database.
ERR-02273ERR_QP_TAGDATA_USER_NO_PRIV_DDLThe user does not have privileges on TAGDATA DDL.
ERR-02274ERR_QP_TAGDATA_FREE_FAILUREFailed to free new metadata of TAGDATA table.
ERR-02275ERR_QP_TAGDATA_INSERT_SELECT_IN_EEThe INSERT SELECT statement to the TAGDATA table is not allowed in enterprise edition.
ERR-02276ERR_QP_TAGDATA_COMPONENT_EXISTSComponent table (%s) of TAGDATA table already exists.
ERR-02277ERR_QP_TAGDATA_COMPONENT_NAME_RESERVEDTable or index name that starts with '_TAG' is reserved.
ERR-02278ERR_QP_UPDATE_INVALID_TABLE_TYPEUPDATE statement is not allowed for %s.
ERR-02279ERR_QP_TAGDATA_INVALID_PRIMARY_NAMEInvalid tag name insertion to TAGDATA table (name = '%s').
ERR-02280ERR_QP_TAGDATA_INVALID_BIND_TAGNAMEInvalid tag name insertion due to wrong bind variable.
ERR-02281ERR_QP_DURATION_NOT_APPLICABLEDURATION clause is not applicable on %s.
ERR-02282ERR_QP_DELETE_ALREADY_DOINGThe DELETE statement for table '%s' is already been executed.
ERR-02283ERR_QP_TAGDATA_IN_SUBQUERY_NOT_ALLOWEDIN subquery on TAGDATA table is not allowed.
ERR-02284ERR_QP_INTERNAL_NULL_EXISTInternal NULL value exists in the condition expression.
ERR-02285ERR_QP_INTERNAL_ERRORInternal error: %s.
ERR-02286ERR_QP_KV_TABLE_MEMORY_ALLOCMemory allocation failed while creating TAGDATA table. You may need to decrease TAG_DATA_PART_SIZE in machbase.conf.
ERR-02287ERR_QP_TAGDATA_NAME_TRUNCATEDTAGDATA name value (%s) is too long.
ERR-02288ERR_QP_AGGR_EXPECTEDAggregate function is expected at (%.*s).
ERR-02289ERR_QP_NON_CONSTNon-constant expression is not allowed for PIVOT values.
ERR-02290ERR_QP_CANNOT_ALTER%s cannot be altered.
ERR-02291ERR_QP_INVALID_TABLE_NAME_TAGTable name 'TAG' must be used for TAGDATA table.
ERR-02292ERR_QP_TAGDATA_INVALID_CONSTRAINT_ORDERThe order of columns in TAGDATA table must be (PRIMARY, BASE TIME, SUMMARIZED, other columns, .. ).
ERR-02293ERR_QP_NO_BIND_PARAM_COLUMNColumn meta for bind param[%d] is not available.
ERR-02294ERR_QP_TAGDATA_JOINJoining more than one TAGDATA table is not supported.
ERR-02295ERR_QP_INVALID_ORDINAL_NUMBERInvalid ordinal number ID_COLUMN (%lld) and TIME_COLUMN (%lld).
ERR-02296ERR_QP_INTERPOLATION_ONE_BETWEENInterpolation requires only one BETWEEN expression.
ERR-02297ERR_QP_BETWEEN_HAS_INVALID_EXPRBETWEEN has invalid expression (%s).
ERR-02298ERR_QP_NOT_FACTOR_OF_INTERPOLATION_INTERVALFREQUENCE must be a factor of INTERPOLATION_INTERVAL (%lld).
ERR-02299ERR_QP_ONLY_BETWEEN_SUPPORTEDOnly BETWEEN condition is supported.
ERR-02300ERR_QP_INSUFFICIENT_COLUMN_FOR_INTERPOLATIONInterpolation column is missing. (%s)
ERR-02301ERR_QP_INSUFFICIENT_PROPERTIES_FOR_INTERPOLATIONSome properties are missing for interpolation.
ERR-02302ERR_QP_INVALID_INTERVAL_INTERPOLATION_PROPERTYInvalid interpolation interval property: %lld.
ERR-02303ERR_QP_INVALID_ROLLUP_UNITYou must use higher ROLLUP unit.
ERR-02304ERR_QP_INTERPOLATION_VIEW_LIMITInterpolation is not applicable on (%s).
ERR-02305ERR_QP_INTERPOLATION_ONE_TARGETJOIN is not applicable for interpolation.
ERR-02306ERR_QP_CHEKPOINT_INVALID_SIZEInterpolation interval value(%lld) should be less than checkpoint interval value(%lld).
ERR-02307ERR_QP_ROLLUPUNIT_INTERVALVALUEInterpolation interval value(%lld) should be less than ROLLUP unit (%s).
ERR-02308ERR_QP_ROLLUPUNIT_CHECKPOINTVALUECheckpoint interval value(%lld) should be less than ROLLUP unit (%s).
ERR-02309ERR_QP_INVALID_INTERPOLATION_DIVIDECheckpoint interval value(%lld) should be divide by interpolation value(%lld).
ERR-02310ERR_QP_INVALID_CHECKPOINT_INTERPOLATION_PROPERTYInvalid interpolation checkpoint property: %lld.
ERR-02311ERR_QP_INVALID_KEYWORD_INTERPOLATION%s cannot be used in interpolation query.
ERR-02312ERR_QP_NOT_INTERPOLATION_TABLERollup delete can only be done on the Interpolation Tag table.
ERR-02313ERR_QP_ROLLUP_REBUILD_RANGE_ERRORUnable to execute ROLLUP DELETE with the given range.
ERR-02314ERR_QP_TAG_UNSUPPORT_DURATION_BACKUPRegular duration backup does not support a backup of the TAG table (Try incremental backup which permits the action on the TAG table).
ERR-02315ERR_QP_FOG_SNAPSHOT_NOT_SUPPORTEDSnapshot is not supported.
ERR-02316ERR_QP_INVALID_EXPR_IN_DURATIONInvalid expression in DURATION clause: %.*s
ERR-02317ERR_QP_FUNCTION_EXECUTIONFunction execution failed: %s
ERR-02318ERR_QP_LOOKUP_NODE_CONNECT_FAILCannot connect to the lookup node.
ERR-02319ERR_QP_LOOKUP_NODE_ERRORError on Lookup Node
ERR-02320ERR_QP_LOOKUP_NODE_PENDINGLookup Node is not ready
ERR-02321ERR_QP_LOOKUP_NODE_NILNo data was found in the lookup node.
ERR-02322ERR_QP_LOOKUP_TABLE_MISSING_PRIMARY_KEYMandatory column definition (PRIMARY KEY) is missing.
ERR-02323ERR_QP_EXEC_FUNCTION_NOT_SUPPORTED_TABLE_TYPEEXEC %s is not supported for %s table type.
ERR-02324ERR_QP_USED_TAG_ID_DATACannot delete tagmeta. there exist data with deleted_tag key.
ERR-02325ERR_QP_INTEGER_OVERFLOWInteger %s type overflow.
ERR-02326ERR_QP_EDGE_BACKUP_MOUNT_NOT_SUPPORTEDBackup/Mount is not supported.
ERR-02327ERR_QP_PIVOT_IN_ROLLUP_NOT_SUPPORTEDPivot is not supported in rollup query.
ERR-02328ERR_QP_TAGMETA_INSERT_COUNT_EXCEEDEDCannot insert a new tag since the number of tags has exceeded MAX_TAG_COUNT(%lld).
ERR-02329ERR_QP_TAGMETA_INSERT_COUNT_EXCEEDED_LIMITCannot insert a new tag since the number of tags has exceeded TAG_COUNT_LIMIT(%lld).
ERR-02330ERR_QP_KV_INSUFFICIENT_MANDATORYMandatory column definition (ULONG / DATETIME) is missing.
ERR-02331ERR_QP_RANGE_EXPRRANGE expression is not applicable on the table (%s).
ERR-02332ERR_QP_UNABLE_CREATE_INDEX_ON_COLUMNUnable to create an index on the column (%s).
ERR-02333ERR_QP_KV_TABLE_PREDICATE_MAX_OVERColumn (%s) cannot exceed %d.
ERR-02334ERR_QP_TAG_INDEX_NOT_YET_SUPPORTEDTag Index is not yet supported.
ERR-02335ERR_QP_FAILED_TO_DELETE_ALLFailed to delete all on this table. It is recommended to use EXEC TABLE_REFRESH(%s).
ERR-02336ERR_QP_CASCADE_ONLY_TAG_TABLECASCADE option is not applicable on %s.
ERR-02337ERR_QP_TAGMETA_DUPLICATE_FLAGUnable to define more than one column attribute (%s).
ERR-02339ERR_QP_TAGMETA_DIFFERENT_SUMMARY_TYPEThe type of %s column (%s) is different from that of VALUE column (%s).
ERR-02340ERR_QP_TAGMETA_NOT_FOUND_SUMMARY_VALUESUMMARIZED column does not exist for %s.
ERR-02341ERR_QP_SUMMARY_GREATER_THAN_USLSUMMARIZED value is greater than UPPER LIMIT.
ERR-02342ERR_QP_SUMMARY_LESS_THAN_LSLSUMMARIZED value is less than LOWER LIMIT.
ERR-02343ERR_QP_LSL_GREATER_THAN_USLLOWER LIMIT must not be greater than UPPER LIMIT.
ERR-02344ERR_QP_NOT_NUMERIC_TYPENot numeric type. (%s)
ERR-02345ERR_QP_INVALID_TAGMETA_FLAG_ON_OTHER_TABLEColumn flag (%s) is only allowed for TAGMETA table.
ERR-02346ERR_QP_DEFAULT_ONLY_FOR_TYPE_DATETIMEColumn type (%s) is not allowed for default value.
ERR-02347ERR_QP_DEFAULT_ONLY_FOR_FLAG_SYSDATESYSDATE is only allowed for default value.
ERR-02348ERR_QP_ALTER_SET_PROP_NOT_SUPPORT_ON_CLUSTERAlter table set %s not support on cluster.
ERR-02349ERR_QP_BIND_VARIABLE_NOT_SUPPORTED_NEW_TAGBind variable is not supported for new tag.
ERR-02350ERR_QP_WINDOW_FUNCTION_OVER_EXISTSThe function (%s) requires OVER clause.
ERR-02351ERR_QP_NO_WINDOW_CONTEXTWindow function is allowed only in SELECT list.
ERR-02352ERR_QP_FUNCTION_OVEROVER clause is not applicable on (%s).
ERR-02353ERR_QP_OVER_INVALID_TYPEInvalid data type (%s) in OVER clause.
ERR-02354ERR_QP_OVER_CONSTANTConstant is not allowed in OVER clause.
ERR-02355ERR_QP_TYPE_UNSUPPORTEDType (%s) is not supported.
ERR-02356ERR_QP_FIRST_DAY_OF_THE_MONTHOrigin must be the first day of the month.
ERR-02357ERR_QP_JOIN_NOT_APPLICABLEJOIN is not applicable on the table (%s).
ERR-02358ERR_QP_INVALID_METADATA_ALTER_TABLEWhen altering a table, the METADATA keyword is only applied to the tag table.
ERR-02359ERR_QP_TAG_TABLE_ONLY_META_CHANGETag table (%s) can only be modified in the metadata area.
ERR-02360ERR_QP_WINDOW_FUNCTION_NOT_ALLOWEDWindow function is not allowed with %s.
ERR-02361ERR_QP_TABLE_STRUCTURE_MODIFIEDTable (%d) structure was modified.
ERR-02362ERR_QP_STATEMENT_NOT_SUPPORTEDThis statement is not supported.
ERR-02600ERR_QP_WRONG_SEQUENCE_TABLE_TYPESEQUENCE property is not applicable in the table.
ERR-02601ERR_QP_INVALID_FUNCTION_IN_SEQUENCE_COLUMNInvalid function in a SEQUENCE column. NEXTVAL must be used.
ERR-02602ERR_QP_INVALID_NEXTVAL_FUNCTION_QUERYNEXTVAL is applicable only in INSERT statement.
ERR-02603ERR_QP_INVALID_COLUMN_NEXTVALNEXTVAL is applicable only in SEQUENCE columns.
ERR-02604ERR_QP_INVALID_SEQUENCE_COLUMN_DATA_TYPESequence column must be LONG type.
ERR-02651ERR_QP_EXIST_DEPENDENT_ROLLUP_TABLEDependent ROLLUP (%s) exists.
ERR-02652ERR_QP_NOT_ROLLUP_TABLENot a ROLLUP table. (%s)
ERR-02653ERR_QP_ROLLUP_INTERVAL_GREATER_THAN_SRC_ROLLUPRollup interval must be greater than source rollup interval.
ERR-02654ERR_QP_ROLLUP_NOT_FOUNDROLLUP (%s) is not found.
ERR-02655ERR_QP_ROLLUP_INTERVAL_DIVIDE_REMAINDER_ZERORollup interval source rollup interval Must Divide Zero.
ERR-02656ERR_QP_ROLLUP_INTERVAL_POSITIVE_INTEGERRollup interval must positive integer.
ERR-02657ERR_QP_ROLLUP_INTERVAL_SMALLER_THAN_YEARRollup interval must be smaller than year.
ERR-02658ERR_QP_ROLLUP_NOT_ENABLEROLLUP is not enabled for %s.
ERR-02659ERR_QP_ROLLUP_MAX_COUNTRollup maximum count is 100.
ERR-02670ERR_QP_ROLLUP_SOURCE_USERIDRollup user ID(%d) is not equal to Source user ID(%d)
ERR-02671ERR_QP_ROLLUP_COLUMN_INVALID_TYPEInvalid type for ROLLUP column (%s).
ERR-02672ERR_QP_ROLLUP_JSON_PATH_NOT_EXISTSJson path is not specified on %s.
ERR-02673ERR_QP_ROLLUP_JSON_PATH_EXISTSJson path is not applicable on %s.
ERR-02674ERR_QP_ROLLUP_NOT_FOUND_COLUMNROLLUP query must have a target column.
ERR-02675ERR_QP_CAN_SCAN_ONE_ROLLUP_COLUMNCannot use more than one ROLLUP column in a ROLLUP query.
ERR-02676ERR_QP_NOT_TAG_TABLENot a TAG table.
ERR-02677ERR_QP_INVALID_ROLLUP_TIME_UNITInvalid rollup time unit (%s).
ERR-02678ERR_QP_NEED_SUMMARIZED_COLUMNWITH ROLLUP requires a SUMMARIZED column.
ERR-02679ERR_QP_AUTO_GENERATE_ROLLUP_FAILFailed to create ROLLUP by WITH ROLLUP option.
ERR-02680ERR_QP_PROCESS_ALREADY_STARTPROCESS %s (%s) is already started.
ERR-02681ERR_QP_PROCESS_ALREADY_STOPPROCESS %s (%s) is already stopped.
ERR-02682ERR_QP_ROLLUP_EXT_TYPE_DIFFERROLLUP extension type is different.
ERR-02683ERR_QP_TAGDATA_SCAN_OTHER_TIME_COLUMN_IN_ROLLUPCannot read a column (%s) in ROLLUP query because it is not a ROLLUP time column.
ERR-02684ERR_QP_NOT_EXIST_DEPENDENT_ROLLUP_TABLEDependent ROLLUP table does not exist.
ERR-02685ERR_QP_NO_APPLICABLE_ROLLUP_TABLEThere are no applicable ROLLUP tables.
ERR-02686ERR_QP_RENAME_NO_APPLICABLE_ROLLUP_TABLEThe names of column(%s) associated with ROLLUP cannot be changed.
ERR-02687ERR_QP_ROLLUP_WAKEUP_INTERVAL_SMALLER_THAN_SRC_ROLLUPRollup wakeup interval must be same or smaller than rollup interval.
ERR-02688ERR_QP_ROLLUP_WAKEUP_INTERVAL_DIVIDE_REMAINDER_ZERORollup wakeup interval must exactly divide the rollup interval.
ERR-02689ERR_QP_CUSTOM_ROLLUP_FROM_ALIAS_NOT_ALLOWEDCannot use alias in custom ROLLUP SELECT FROM clause.
ERR-02690ERR_QP_CUSTOM_ROLLUP_OWNER_MISMATCHCustom ROLLUP source and destination table owners must be same. (source:%s, destination:%s)
ERR-02691ERR_QP_INDEX_TABLE_OWNER_MISMATCHIndex owner and table owner must be same. (index owner:%s, table owner:%s)
ERR-02692ERR_QP_CIRCULAR_VIEW_DEFINITIONCircular view definition is not allowed: (%s).
ERR-02700ERR_QP_DUPLICATE_RETENTIONPolicy (%s) already exists.
ERR-02701ERR_QP_NOT_EXISTS_RETENTIONPolicy (%s) does not exist.
ERR-02702ERR_QP_EXIST_DEPENDENT_RETENTION_TABLEPolicy (%s) is in use.
ERR-02703ERR_QP_NOT_EXISTS_RETENTIONJOBTable (%s) has no retention policy.
ERR-02704ERR_QP_DUPLICATE_RETENTIONJOBTable (%s) already has a retention policy.
ERR-02705ERR_QP_RETENTION_DURATION_RANGERetention duration must be longer than 1 day.
ERR-02706ERR_QP_RETENTION_INTERVAL_RANGERetention interval must be longer than 1 hour.
ERR-02707ERR_QP_RETENTION_TABLE_TYPERetention is not applicable on the table (%s).
ERR-02708ERR_QP_RETENTION_PRIVILEGEOnly SYS user can create or drop RETENTION.
ERR-02813ERR_QP_INVALID_ROLLUP_EXPRInvalid ROLLUP expression. (Token = %s, Unit = %ld)
ERR-02814ERR_QP_INVALID_ROLLUP_TARGETInvalid ROLLUP target. BASETIME column of TAGDATA table is the only target.
ERR-02815ERR_QP_DIFFERENT_ROLLUP_EXPRDifferent ROLLUP expressions are used in a single SELECT query.
ERR-02816ERR_QP_INVALID_USE_IN_ROLLUPOnly rollup column with aggregate function can be referenced in ROLLUP SELECT query.
ERR-02817ERR_QP_INVALID_ROLLUP_NOT_SELECTROLLUP expression must be used in SELECT query.
ERR-02818ERR_QP_UNSUPPORT_ROLLUP_TARGETInvalid ROLLUP target (%s).
ERR-02819ERR_QP_ROLLUP_RUNNINGROLLUP thread is running.
ERR-02820ERR_QP_ROLLUP_NOT_RUNNINGROLLUP thread is not running.
ERR-02821ERR_QP_OPERATION_IN_PROGRESSAnother DDL/DELETE/SNAPSHOT is in progress.
ERR-02822ERR_QP_INVALID_EXPRESSION_IN_ROLLUP_QUERYInvalid expression in ROLLUP query : %.*s
ERR-02823ERR_QP_ROLLUP_SELECT_FROMInvalid table in ROLLUP query: %s
ERR-02824ERR_QP_CUSTOM_ROLLUP_FIRST_COLUMN_NOT_TAGNAMEIn custom ROLLUP SELECT, first column must be TAG key column (%s).
ERR-02825ERR_QP_INVALID_EXTENDED_COLUMN_ROLLUP_QUERYExtended column(%s) cannot be used in ROLLUP query.
ERR-02826ERR_QP_CANT_REVOKEUser (%s) can't revoke from table (%s.%s).
ERR-02827ERR_QP_USER_NO_GRANT_PRIVUser does not have grant privileges.
ERR-02828ERR_QP_USER_NO_REVOKE_PRIVUser does not have revoke privileges.
ERR-02829ERR_QP_USER_ONLY_SYS_CAN_DO_CREATE_DROPOnly SYS user can create or drop user.
ERR-02830ERR_QP_USER_NO_PRIV_TABLE_FOR_EACH_CASEThe user does not have (%s) privilege on table(%s.%s).
ERR-02831ERR_QP_USER_NO_GRANT_UPDATE_PRIV_FOR_LOG_TABLEYou can't grant UPDATE privilege on Log Table.
ERR-02832ERR_QP_USER_NO_REVOKE_UPDATE_PRIV_FOR_LOG_TABLEYou can't revoke UPDATE privilege on Log Table.
ERR-02833ERR_QP_USER_SELECT_ONLY_FOR_MOUNT_TABLEYou can only grant SELECT privileges on Mounted database.
ERR-02834ERR_QP_PASSWORD_REUSEDCannot use new password as previously used.
ERR-02835ERR_QP_USER_NO_PRIV_DATABASE_FOR_EACH_CASEThe user does not have (%s) privilege on database(%s).
ERR-02837ERR_QP_CUSTOM_ROLLUP_NOT_SUPPORTED_IN_CLUSTERCustom rollup is not supported in cluster edition.
ERR-02838ERR_QP_USER_NO_MOUNT_PRIVThe user(%s) does not have mount privileges.
ERR-02839ERR_QP_DATABASE_NOT_FOUNDDatabase (%s) does not exist.
ERR-02840ERR_QP_DATABASE_NOT_ACTIVEDatabase (%s) is not an active database.
ERR-02841ERR_QP_DATABASE_USE_IN_TRANSACTIONCannot change the current database while a transaction is active.
ERR-02842ERR_QP_DATABASE_ALREADY_EXISTSDatabase (%s) already exists.
ERR-02843ERR_QP_DATABASE_SELF_DROPCannot drop current database (%s).
ERR-02844ERR_QP_DATABASE_DEFAULT_DROPDefault database (%s) cannot be dropped.
ERR-02845ERR_QP_DATABASE_READ_ONLYDatabase (%s) is read only.
ERR-02846ERR_QP_DATABASE_RESERVED_NAMEDatabase name (%s) is reserved and cannot be used.
ERR-02847ERR_QP_PREPARED_CATALOG_CHANGEDPrepared statement target database (%s) changed.

ERR-03000ERR-03999 (65)

코드심볼메시지 원문
ERR-03000MMP_STMT_OVERFLOWSStatement ID overflow (Limit = %u, Curr = %u).
ERR-03001MMP_STMT_QUERY_ZEROStatement query length is zero.
ERR-03002MMT_TASK_POOL_INITIALIZE_ERRORTask pool initialization error.
ERR-03003MMS_STMT_POOL_INITIALIZE_ERRORStatement pool initialization error.
ERR-03004MMT_QUEUE_CREATE_ERRORQueue creation error.
ERR-03005MMS_STMT_ALLOC_ERRORStatement allocation error.
ERR-03006MMP_META_UNKNOWN_TYPE_ERRORUnknown meta type error (typecode is %u). Internal error.
ERR-03007MMP_PROTOCOL_BUFFER_INSUFFICIENTInsufficient protocol buffer size. Increase it.
ERR-03008MMP_PROTOCOL_STATE_INVALIDInvalid protocol state. Check your application again. (Protocol = %s, State = %s)
ERR-03009MMP_EXECUTE_PROTOCOL_DATA_INVALIDInvalid execute protocol data (%s).
ERR-03010MMS_FETCH_PROTOCOL_INSUFFICIENTError in fetch protocol: not enough buffer size to execute it. Increase the size.
ERR-03011MMP_SEND_ERRORSend error.
ERR-03012MMP_MEMORY_ALLOC_ERRORMemory allocation error.
ERR-03013MMP_STMT_APPEND_TABLE_ZEROInvalid table name for append table. Table name is omitted.
ERR-03014MMP_APPEND_PROTOCOL_DATA_INVALIDInvalid append protocol data (%s).
ERR-03015MMP_STMT_APPEND_NO_ENDIANEndian is not specified for append. Check endian information.
ERR-03016MMP_STMT_APPEND_MAX_COLUMNToo many columns are specified for append. Cannot append more than %d columns
ERR-03017MMP_STMT_APPEND_MAX_RECORD_SIZEToo large record size for append. Cannot append more than %d bytes per record.
ERR-03018MMP_STMT_APPEND_MAX_BLOCK_SIZEThe specified maximum block size (%d) was exceeded. Check the application's append data structure.
ERR-03019MMP_STMT_EXPLAIN_PLAN_ERRORExplain plan error. Use it for SELECT statement only.
ERR-03020MMP_STMT_EXPLAIN_ONLY_DIRECT_EXECUTEExplain plan is not allowed in prepared mode.
ERR-03021MMP_CONNECT_VERSION_MISMATCHEDProtocol versions do not match: server (%d.%d.%d), client (%d.%d.%d).
ERR-03022MMP_OS_GET_HANDLE_LIMIT_ERRORFailed to get handle limit from the system.
ERR-03023MMP_OS_CHECK_HANDLE_LIMIT_ERRORHandle limit(%d) from the system is less than that of property(%d). Tune system handle limit or decrease the property 'HANDLE_LIMIT'
ERR-03024ERR_MM_SESSION_ID_NOT_FOUNDInvalid session ID (%llu).
ERR-03025ERR_MM_SESSION_SELF_OP_ERRORNot enough privileges to manipulate the session. (%llu)
ERR-03026ERR_MM_SESSION_DIFF_USER_CANCELYou should log in with the same user name in the target session. Now (%d) Target(%d)
ERR-03027ERR_MM_SESSION_CANCELLEDThis statement has been canceled.
ERR-03028ERR_MM_NO_SESSION_PROPETYInvalid session property name. Name (%s) does not exist.
ERR-03029ERR_MM_SESSION_PROPETY_CONVERTError in converting session property (%s). Cannot convert string (%s) to integer.
ERR-03030ERR_MM_SESSION_PROPETY_VALUE_RANGEInvalid session property value. Check the session value (%s)
ERR-03031ERR_MM_PROTOCOL_BROKENProtocol error.
ERR-03032ERR_MM_LICENSE_NO_METAError in getting license meta. Check DB image and binary.
ERR-03033ERR_MM_LICENSE_OPEN_METAError in opening meta.
ERR-03034ERR_MM_LICENSE_EXEC_METAError in executing meta.
ERR-03035ERR_MM_LICENSE_CLOSE_METAError in closing meta.
ERR-03036ERR_MM_LICENSE_EXPIREDThe license is expired(%s).
ERR-03037ERR_MM_LICENSE_INVALIDThe license is invalid or the license file does not exist(%s).
ERR-03038ERR_MM_LICENSE_VIOLATIONLicense violation detected (%s). contact sales@machbase.com
ERR-03039ERR_MM_SESSION_COUNT_EXCEEDSession count exceeded the maximum (%llu).
ERR-03040ERR_MM_SHUTDOWN_FAILUnable to shutdown since the server is busy.
ERR-03041ERR_MM_APPEND_BATCHAppendBatch error: %s.
ERR-03042ERR_MM_RECOVERY_BEGUNRecovery in progress.
ERR-03043ERR_MM_EXECARRAY_NOT_FOR_SELECTArray Execute is not applicable for SELECT query.
ERR-03044MMP_CONNECT_WRONG_TIMEZONEInvalid TIMEZONE string: %s.
ERR-03045ERR_MM_INVALID_CONTEXTInvalid context at %s.
ERR-03046ERR_MM_CM_ERRORCommunication module error (rc=%d): [%s].
ERR-03047ERR_MM_FUNCTIONFailed to call function %s (rc=%d)
ERR-03048ERR_MM_PREPARED_STMT_USER_CHANGEDPrepared statement cannot be used after CONNECT USER.
ERR-03200ERR_MM_SERVER_NOT_RUNNINGServer is not running.
ERR-03201ERR_MM_INVALID_STMT_STATEInvalid statement state: (%d)
ERR-03202ERR_MM_COLUMN_RANGEColumn index is out of range.
ERR-03203ERR_MM_BUFFER_SIZE_EXCEEDEDThe data length exceeded the buffer size.
ERR-03204ERR_MM_APPEND_PARAM_IP_STRING_NULLAppend data ip string is null.
ERR-03205ERR_MM_APPEND_PARAM_DATETIME_STRING_NULLAppend data datetime string(%s) is null.
ERR-03206ERR_MM_INVALID_COLUMN_TYPEInvalid column type (%d).
ERR-03207ERR_MM_INVALID_STMT_TYPEInvalid statement type (%d).
ERR-03208ERR_MM_SERVER_THREAD_ERRServer thread error: %d - %s
ERR-03209ERR_MM_BUSY_STMT_STATEstatement is busy. (%d)
ERR-03210ERR_MM_CONN_INVALID_STATEThis connection already has been already disconnected
ERR-03211ERR_MM_DB_EXISTDatabase already exists.
ERR-03212ERR_MM_DB_NOT_EXISTDatabase does not exist.
ERR-03213ERR_MM_SERVER_RUNNINGServer is running.
ERR-03214ERR_MM_DBS_OPEN_FAILFailed to open dbs(%s) directory.
ERR-03215ERR_MM_ALTER_SESSIONALTER SESSION statement is not supported.

ERR-04000ERR-04999 (23)

코드심볼메시지 원문
ERR-04000CMI_PROTOCOL_MSG_ERROR_IN_CONNECTIONProtocol message error in connection.
ERR-04001CMI_PROTOCOL_LENGTH_ERROR_IN_CONNECTIONProtocol length error in connection (%llu but %llu).
ERR-04002CMI_DOUBLE_CREATE_COMMUNICATION_CHANNELCannot create duplicate communication channels.
ERR-04003CMI_SOCKET_CREATION_ERRORSocket creation error (%d).
ERR-04004CMI_BIND_ERRORSocket bind error. Errorcode is (%d)
ERR-04005CMI_LISTEN_ERRORListen error (%d).
ERR-04006CMI_POLL_CREATION_ERRORPoll creation error (%d).
ERR-04007CMI_POLL_ADD_ERRORPoll add error (%d).
ERR-04008CMI_CONNECTION_ERRORCreation error (%d).
ERR-04009CMI_SEND_ERRORSend error (%d).
ERR-04010CMI_RECV_ERRORReceive error (%d).
ERR-04011CMI_DISPATCH_ERRORDispatch error (%d).
ERR-04012CMI_SETSOCKOPT_ERRORnbp_sock_set_opt() error (%d).
ERR-04013CMI_RECV_RETRY_ERRORFailed to receive accept data repeatedly in %u milliseconds.
ERR-04014CMI_MEMORY_ALLOC_ERRORMemory allocation error.
ERR-04015CMI_INVALID_PROTOCOL_ERRORReceive invalid protocol (%d).
ERR-04016CMI_TIMEDOUT_ERRORCommunication timed out error. (%d)
ERR-04017CMI_SOCKET_CLOSEDRemote socket closed.
ERR-04018CMI_INVALID_BIND_IP_ADDRBIND_IP_ADDRESS [%s] is invalid
ERR-04019CMI_BIND_ADDR_NOT_AVAILABLEBIND_IP_ADDRESS [%s] is not available. Errorcode is[%d]
ERR-04020CMI_BIND_PORT_INUSEPort[%d] is already in use. Errorcode is [%d]
ERR-04021CMI_OS_NOT_SUPPORT_FUNCTIONFunction[%s] is not supported in this OS[%s]
ERR-04999ERR_QP_ROLLUP_NOT_SUPPORTED_ON_DISTANCE_AXISROLLUP is not supported on DISTANCE axis TAG table.

ERR-05000ERR-05999 (1)

코드심볼메시지 원문
ERR-05002AD_MANAGER_GENERATE_ERRORmsg does not used

ERR-06000ERR-06999 (35)

코드심볼메시지 원문
ERR-06000ERR_LM_FUNCTION_EXECUTIONFunction execution failed: "%s".
ERR-06001ERR_LM_RESPONSE_FAILEDResponse failed: %s
ERR-06002ERR_LM_ACCEPT_TIMEOUTAccept timeout: "%s:%u".
ERR-06003ERR_LM_SEND_BUFFER_OVERFLOWSend buffer overflow: "%s".
ERR-06004ERR_LM_COMMAND_EXECUTION_FAILEDCommand execution failed: Application-Id = %u, Command-Code = %u.
ERR-06005ERR_LM_UNSUPPORTED_COMMANDUnsupported command: Application-Id = %u, Command-Code = %u.
ERR-06006ERR_LM_ALREADY_CONNECTEDAlready connected: "%s".
ERR-06007ERR_LM_CSTR_TO_INT32_FAILEDFailed to convert string "%s" to int.
ERR-06008ERR_LM_DESTINATION_HOST_TOO_LONGDestination-Host too long: "%s".
ERR-06009ERR_LM_DISCONNECTEDDisconnected: "%s".
ERR-06010ERR_LM_HOST_NOT_FOUNDHost not found: "%s".
ERR-06011ERR_LM_GROUPED_AVP_TOO_DEEPGrouped AVP too deep: %d.
ERR-06012ERR_LM_HANDSHAKE_TIMEOUTHandshake timeout: "%s".
ERR-06013ERR_LM_INITIALIZEDLink manager already initialized.
ERR-06014ERR_LM_INVALID_HEADERInvalid header: "%s".
ERR-06015ERR_LM_INVALID_HOSTInvalid host: "%s" and "%s".
ERR-06016ERR_LM_INVALID_PORT_NOInvalid port no: %d.
ERR-06017ERR_LM_MESSAGE_TOO_LONGMessage too long: %d
ERR-06018ERR_LM_MISSING_AVPMissing AVP: "%s"
ERR-06019ERR_LM_NOT_INITIALIZEDLink manager not initialized.
ERR-06020ERR_LM_NO_OPENED_GROUPED_AVP_FOUNDNo opened grouped AVP found.
ERR-06021ERR_LM_NULL_POINTER_ACCESSNULL pointer access: "%s".
ERR-06022ERR_LM_ORIGIN_HOST_TOO_LONGOrigin-Host too long: "%s".
ERR-06023ERR_LM_REQUIRE_REQUEST_MESSAGERequire request message.
ERR-06024ERR_LM_SESSION_ID_TOO_LONGSession-Id too long: "%s".
ERR-06025ERR_LM_CONNECTION_TIMEOUTConnection timeout: "%s".
ERR-06026ERR_LM_UNABLE_TO_BIND_ADDRESSUnable to bind address: "%s".
ERR-06027ERR_LM_ABORT_CALLBACK_TIMEOUTAbort callback: "Timeout".
ERR-06028ERR_LM_ABORT_CALLBACK_DISCONNECTEDAbort callback: "Disconnected".
ERR-06029ERR_LM_ABORT_CALLBACK_SHUTDOWNAbort callback: "Shutdown".
ERR-06030ERR_LM_NO_MORE_ADDRESSNo more address: "%s".
ERR-06031ERR_LM_HANDSHAKE_FAILEDHandshake failed: "%s".
ERR-06032ERR_LM_PROCESS_MEMORY_LIMITFailed to allocate connection (Current Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu)).
ERR-06033ERR_LM_ABORT_CONN_FREEDconnection object for (%s) has been freed. please retry.
ERR-06034ERR_LM_ABORT_SEND_RETRY_COUNT_EXHAUSETEDThe number of send repetitions has been exhausted.

ERR-07000ERR-07999 (50)

코드심볼메시지 원문
ERR-07000ERR_XM_CREATE_HASHError in creating hashtable for global metadata.
ERR-07001ERR_XM_OPEN_METAError in opening meta. Cannot open meta database.
ERR-07002ERR_XM_EXEC_METAError in executing meta. Cannot execute meta database
ERR-07003ERR_XM_CLOSE_METAError in closing meta. Cannot close meta database.
ERR-07004ERR_XM_FETCH_METAError in fetching meta.
ERR-07005ERR_XM_GLOB_OBJECT_NOT_EXISTS_BY_LOIDNo global object found. (Local Object ID=%llu, Host=%s)
ERR-07006ERR_XM_GLOB_OBJECT_NOT_EXISTS_BY_GOIDNo global object found. (Global Object ID=%llu, Host=%s)
ERR-07007ERR_XM_GLOB_OBJECT_EXISTSGlobal object already exists. (Global Object ID=%llu, Host=%s)
ERR-07008ERR_XM_HASH_ADD_FAILUREError in hash add (Memory allocation failed).
ERR-07009ERR_XM_STATEMENT_ALREADY_EXISTSFailed to add query statement due to unfinished one.
ERR-07010ERR_XM_STATEMENT_NO_EXISTSFailed to find query statement.
ERR-07011ERR_XM_NOT_SUPPORTED_YETThis query type is not supported yet.
ERR-07012ERR_XM_NOT_SUPPORTED_PLANNODE_YETThis plan node (%s) is not supported yet.
ERR-07013ERR_XM_STATEMENT_CANCELLEDStatement is canceled by the broker.
ERR-07014ERR_XM_NODE_INFO_EXISTSNode information already exists.
ERR-07015ERR_XM_INVALID_MESSAGEInvalid message from XM: %u
ERR-07016ERR_XM_DDL_ON_WAREHOUSE_NOT_SUPPORTEDDDL/DELETE statement on warehouse node is not supported.
ERR-07017ERR_XM_NOT_SUPPORTED_AGG_FUNC_YETThis aggregate function (%s) is not supported yet.
ERR-07018ERR_XM_STANDBY_INSERTINSERT/APPEND to warehouse standby is not available.
ERR-07019ERR_XM_UNSUPPORTED_STMT_TYPEUnsupported query statement type in the Cluster Edition.
ERR-07020ERR_XM_INTERNAL_ERRORXM internal error (XMART_POINT:%s)
ERR-07021ERR_XM_XMART_TARGET_NOT_NODE_ID[XM-ART] Targeted node is not valid. (%s)
ERR-07022ERR_XM_ERROR_VIA_ANSWER_MSGAn error occurred after processing a %s message. [Src='%s']: %s
ERR-07023ERR_XM_ERROR_STAFF_ALREADY_GONEExecution unit from remote note is already gone.
ERR-07024ERR_XM_INVALID_APPEND_ON_WAREHOUSEAPPEND operation on warehouse node is not supported.
ERR-07025ERR_XM_INVALID_NODE_HOSTSHost information from broker is invalid. Please check coordinator's status.
ERR-07026ERR_XM_CLUSTER_INVALIDCluster node information is invalid.
ERR-07027ERR_XM_CLUSTER_CHANGEDCluster node information has changed during query execution.
ERR-07028ERR_XM_CANNOT_EXPLAIN_STAGEThis execution plan does not need to generate stage(s).
ERR-07029ERR_XM_CLUSTER_CONNECTION_ABORT_TIMEOUTCluster connection aborted: Time-out
ERR-07030ERR_XM_CLUSTER_CONNECTION_ABORT_LINK_BROKENCluster connection aborted: Disconnected by warehouse.
ERR-07031ERR_XM_BLOCKED_BY_DEACTIVATED_MODEDML/DDL is disabled in DEACTIVATED mode.
ERR-07032ERR_XM_DELETE_NOT_AVAILABLEDELETE is not available since a read-only group exists.
ERR-07033ERR_XM_WAREHOUSE_DROPPED_OUTParticipating warehouse has been dropped out.
ERR-07034ERR_XM_INVALID_BROKER_STOREDBroker info has been changed. Please free statement and initalize again.
ERR-07035ERR_XM_WAREHOUSE_DIRECT_DML_NOW_ALLOWEDDirect DML on warehouse is not allowed.
ERR-07036ERR_XM_WAREHOUSE_NOT_AVAILABLEWarehouse is not available.
ERR-07037ERR_XM_STAGE_MEMORY_LIMITExecution stage memory usage exceeded the limit. (used: %llu, maximum: %llu)
ERR-07038ERR_XM_ARCHIVE_INTERNAL_ERRORXM archiving error occurred. (%s)
ERR-07039ERR_XM_BROKER_DISCONNBroker (%s) is disconnected.
ERR-07040ERR_XM_BROKER_NOT_LEADEROnly leader broker can execute DML on LOOKUP table.
ERR-07041ERR_XM_BROKER_REMOTE_ERRORRemote error. (%s)
ERR-07042ERR_XM_RESTORE_LOOKUP_TIMEOUTLOOKUP table restore timeout: (%s)
ERR-07043ERR_XM_BROKER_NOT_ACTIVEBroker is not ACTIVE.
ERR-07044ERR_XM_VERSION_NOT_MATCHXM version does not match. (%s - %s)
ERR-07045ERR_XM_SNAPSHOT_FAILSnapshot failed: %s.
ERR-07046ERR_XM_MESSAGE_EXPIREDMessage %d is expired.
ERR-07047ERR_XM_SNAPSHOT_RECOVER_IN_PROGRESSSnapshot recover is in progress.
ERR-07048ERR_XM_QUEUE_TIMEOUTQueue timeout.
ERR-07049ERR_XM_VERSION_UNMATCHEDXM version does not match. (%d - %d)

ERR-08000ERR-08999 (109)

코드심볼메시지 원문
ERR-08000ERR_CC_FUNCTION_EXECUTIONFunction execution failed: "%s".
ERR-08001ERR_CC_BUFFER_OVERRUNBuffer overrun.
ERR-08002ERR_CC_END_OF_FILEEnd of file.
ERR-08003ERR_CC_HEADER_OCCURS_TOO_MANY_TIMESHeader occurs too many times: "%s".
ERR-08004ERR_CC_JSON_DEPTH_OUT_OF_RANGEJSON depth: Out of range.
ERR-08005ERR_CC_CONNECTION_TIMEOUTConnection timeout.
ERR-08006ERR_CC_PACKAGE_NOT_FOUNDPackage not found: "%s".
ERR-08007ERR_CC_FILE_NAME_MISMATCHFile name mismatch: "%s" and "%s"
ERR-08008ERR_CC_BLOCK_SIZE_OVERRUNBlock size overrun: %llu and %llu
ERR-08009ERR_CC_FILE_SIZE_MISMATCHFile size mismatch: %llu and %llu
ERR-08010ERR_CC_FILE_READ_SIZE_MISMATCHFile read size mismatch: %llu and %llu
ERR-08011ERR_CC_FILE_WRITE_SIZE_MISMATCHFile write size mismatch: %llu and %llu
ERR-08012ERR_CC_NODE_NOT_FOUNDNode not found: "%s"
ERR-08013ERR_CC_NODE_EXISTNode exist: "%s"
ERR-08014ERR_CC_INVALID_PACKAGE_FILE_SIZEInvalid package file size: "%s" = %llu / %llu
ERR-08015ERR_CC_UNMATCHED_HOSTUnmatched host: "%s" and "%s"
ERR-08016ERR_CC_DASHBOARD_INITIALIZEDDashboard initialized
ERR-08017ERR_CC_DASHBOARD_NOT_INITIALIZEDDashboard is not initialized
ERR-08018ERR_CC_NULL_POINTER_ACCESSNULL pointer access: "%s".
ERR-08019ERR_CC_STATUS_NOT_FOUNDStatus not found: "%s"
ERR-08020ERR_CC_HASH_INSERT_FAILEDHash insert failed: "%s"
ERR-08021ERR_CC_HASH_DELETE_FAILEDHash delete failed: "%s"
ERR-08022ERR_CC_HOST_TOO_LONGHost too long: "%s"
ERR-08023ERR_CC_ACTIVE_TOO_LONGActive too long: "%s"
ERR-08024ERR_CC_COORDINATOR_HOST_TOO_LONGCoordinator-Host too long: "%s"
ERR-08025ERR_CC_SPIN_TIMEOUTSpin timeout
ERR-08026ERR_CC_DDL_DISABLEDDDL disabled: %s
ERR-08027ERR_CC_STATUS_UNINITALIZEDStatus uninitialized
ERR-08028ERR_CC_UNSUPPORTED_NODE_TYPEUnsupported Node-Type: %u
ERR-08029ERR_CC_SEQUENCE_NUMBER_UNINITIALIZEDSequence number uninitialized
ERR-08030ERR_CC_SEQUENCE_NUMBER_UNMATCHEDSequence number unmatched: %lld and %lld
ERR-08031ERR_CC_DDL_INCOMPLETEDDDL[%lld] incomplete: [%s]
ERR-08032ERR_CC_INVALID_BROKER_COUNTInvalid broker count: %lld
ERR-08033ERR_CC_DDL_FAILEDDDL failed
ERR-08034ERR_CC_DDL_SEQUENCE_NOT_FOUNDDDL sequence not found
ERR-08035ERR_CC_INVALID_DDL_STATEInvalid DDL state: %lld
ERR-08036ERR_CC_INVALID_DDL_RETURNEDInvalid DDL returned: %lld and %lld
ERR-08037ERR_CC_STANDBY_TOO_LONGStandby too long: "%s"
ERR-08038ERR_CC_INVALID_STATE_CHANGEInvalid state change: %u => %u
ERR-08039ERR_CC_INVALID_STATEInvalid state: %u
ERR-08040ERR_CC_INVALID_NODE_TYPEInvalid Node-Type: %u
ERR-08041ERR_CC_COORDINATOR_INACTIVECoordinator inactive
ERR-08042ERR_CC_NOT_LEADEROnly leader can execute DDL.
ERR-08043ERR_CC_DDL_TIMEOUTDDL timeout
ERR-08044ERR_CC_DDL_ERROR_MESSAGE%s
ERR-08045ERR_CC_DDL_NOT_FOUNDDDL not found: %llu
ERR-08046ERR_CC_DDL_INCOMPLETNESSDDL incompleteness: "%s"
ERR-08047ERR_CC_UNSUPPORTED_PACKAGEUnsupported package: "%s"
ERR-08048ERR_CC_DDL_DISABLED_BY_MODE_CHANGEDDL disabled by mode change
ERR-08049ERR_CC_FAILED_TO_FORKED_COMMANDFailed to fork and execute command: %s. Please check deployer's trace log.
ERR-08050ERR_CC_FUNCTION_EXECUTION_WITH_RCFunction execution failed: "%s" (errno=%d).
ERR-08051ERR_CC_DDL_DISABLED_READONLY_GROUPDDL disabled because a part of group is not normal.
ERR-08052ERR_CC_DDLSYNC_EXECUTE_FAILED_AFTER_RETRYDDL[%llu] execution during DDL-Sync failed after several attempts.
ERR-08053ERR_CC_INVALID_OPTIONInvalid option (%s).
ERR-08054ERR_CC_GROUP_NOT_FOUNDGroup (%s) is not found.
ERR-08055ERR_CC_PORT_CHECK_REQUIREDCheck %s port number (%d).
ERR-08056ERR_CC_DEPLOYER_DISABLEDDeployer is disabled: "%s".
ERR-08057ERR_CC_ONLY_PRIMARY_COORDINATOR_AVAILABLECommand is not available in the secondary coordinator.
ERR-08058ERR_CC_CLUSTER_SYNC_FAILURECluster synchronization failed.
ERR-08059ERR_CC_INVALID_DECISION_STATEInvaid decision state: %s
ERR-08060ERR_CC_MISSING_ATTRIBUTEMissing attribute: %s
ERR-08061ERR_CC_ATTRIBUTE_OCCURS_TOO_MANY_TIMESAttribute occurs too many times: %s
ERR-08062ERR_CC_EXECUTE_COMMAND_FAILUREFailed to execute command (%s).
ERR-08063ERR_CC_PACKAGE_ALREADY_EXISTSPackage name or file name already exists (%s = %s).
ERR-08064ERR_CC_HOST_RES_INFO_NOT_FOUNDHost resource info not found: "%s"
ERR-08065ERR_CC_DISK_INFO_NOT_FOUNDDisk info not found: "%s"
ERR-08066ERR_CC_INTEGER_OVERFLOWInteger overflow.
ERR-08067ERR_CC_COORDINATOR_COUNT_EXCEEDEDThe number of coordinators exceeded %d.
ERR-08068ERR_CC_DDL_DISABLED_BY_INITIAL_STATEDDL disabled since some of nodes are in initial states.
ERR-08069ERR_CC_COORD_ROLE_HANDSHAKECoordinator role handshake failed: [%s]
ERR-08070ERR_CC_HOST_RESOURCE_DISABLEDCollecting host resource is disabled.
ERR-08071ERR_CC_REQUEST_FAILEDRequest to execute command %s failed. (code=%d)
ERR-08072ERR_CC_CLUSTER_ACTIVATION_FAILEDCluster activation failed: %lld / %lld.
ERR-08073ERR_CC_ENVIRONMENT_VARIABLE_NOT_SETEnvironment (%s) is not set.
ERR-08074ERR_CC_OPTION_DUPLICATEDOption duplicated.
ERR-08075ERR_CC_OPTION_REQUIREDOption required (%s).
ERR-08076ERR_CC_LOCK_FAILEDCannot read Lock File! Check $MACHBASE_COORDINATOR_HOME/conf/machbasecoordinator.lock* and Tracelog in $MACHBASE_COORDINATOR_HOME/trc.
ERR-08077ERR_CC_COORDINATOR_RUNNINGMachbase coordinator is running.
ERR-08078ERR_CC_COORDINATOR_NOT_RUNNINGMachbase coordinator is not running.
ERR-08079ERR_CC_COORDINATOR_PHASE1_FAILEDMachbase Coordinator %s Phase1 failed: %s
ERR-08080ERR_CC_COORDINATOR_PHASE2_FAILEDMachbase Coordinator %s Phase2 failed: %s
ERR-08081ERR_CC_COORDINATOR_DEADMachbase Coordinator has been DEAD! Check Tracelog in $MACHBASE_COORDINATOR_HOME/trc.
ERR-08082ERR_CC_METADATA_NOT_CREATEDMachbase Coordinator metadata is not created. Check Tracelog in $MACHBASE_COORDINATOR_HOME/trc.
ERR-08083ERR_CC_METADATA_ALREADY_CREATEDMachbase Coordinator metadata is already created. Check Tracelog in $MACHBASE_COORDINATOR_HOME/trc.
ERR-08084ERR_CC_INVALID_PROCESS_IDInvalid process id.
ERR-08085ERR_CC_OPTION_INIT_FAILEDOption initialization error: %d.
ERR-08086ERR_CC_OPTION_CHECK_FAILEDOption check error: %d.
ERR-08087ERR_CC_OPTION_GET_FAILEDOption retrieval error: %d (%s).
ERR-08088ERR_CC_COMMAND_OPTION_NOT_FOUNDCommand option is not found.
ERR-08089ERR_CC_COLLECTING_HOST_RES_FAILEDFailed to collect '%s': %s.
ERR-08090ERR_CC_INVALID_ATTRIBUTEInvalid attribute: %s
ERR-08091ERR_CC_DDL_RECOVERY_FAILEDDDL recovery failed: %s.
ERR-08092ERR_CC_DESIRED_STATE_NOT_APPLICABLEDesired state (%s) is not applicable.
ERR-08093ERR_CC_NODE_STILL_RUNNING%s is still running.
ERR-08094ERR_CC_SNAPSHOT_NOT_EXISTSNAPSHOT on %s does not exist.
ERR-08095ERR_CC_RECOVER_NON_READONLYGroup %s is not readonly mode. Snapshot recovery works only for a readonly group
ERR-08096ERR_CC_SNAPSHOT_NOT_AVAILABLESnapshot is not available: %s
ERR-08097ERR_CC_NOT_SCRAPPEDWarehouse %s is not scrapped. %s only works on a scrapped warehouse.
ERR-08098ERR_CC_MASTER_NOT_FOUNDCannot add lookup node %s (%s) before adding the lookup master node.
ERR-08099ERR_CC_MASTER_NOT_MONITORLookup monitor node (%s) cannot change the lookup master node.
ERR-08100ERR_CC_SNAPSHOT_FAIL_PUBLISHFailed to publish SnapshotID to warehouse.
ERR-08101ERR_CC_NOT_READONLYGroup (%s) is not readonly.
ERR-08102ERR_CC_NODE_FIXFix node (%s) failed. (refcnt=%d)
ERR-08103ERR_CC_LOOKUP_ALREADY_RUNNINGLookup node running already. (%s:%d)
ERR-08104ERR_CC_LOOKUP_CONNECT_FAILEDConnect to lookup node failed. (%s:%d)
ERR-08105ERR_CC_LOOKUP_STARTUP_FAILEDStartup lookup node failed. (%s:%d)
ERR-08106ERR_CC_NORMAL_SHUTDOWNUnable to shutdown warehouse (%s) since it is not INACTIVE status.
ERR-08107ERR_CC_MESSAGE_EXPIREDExpired message (%llu) received.
ERR-08108ERR_CC_SNAPSHOT_FAILSnapshot failed: %s

ERR-09000ERR-09999 (11)

코드심볼메시지 원문
ERR-09000ERR_RP_BUFFER_POOL_ITEM_ALLOC_FAILFailed to allocate buffer pool item.
ERR-09001ERR_RP_TARGET_FILE_OPEN_FAILFailed to open replication target file <Table %llu, FileID %llu, PartID %llu - Level %d Type %d>
ERR-09002ERR_RP_PROTOCOL_ERRORInvalid protocol received.
ERR-09003ERR_RP_SOCKET_ERRORSocket write failed.
ERR-09004ERR_RP_APPEND_VALUE_ERRORFailed to append target table<%llu>.
ERR-09005ERR_RP_VALUE_BUFFER_ALLOC_MEM_FAILFailed to allocate value buffer.
ERR-09006ERR_RP_TABLE_CURSOR_OPEN_FAILFailed to open table <%llu>'s cursor.
ERR-09007ERR_RP_POLL_REMOVEFailed to remove poll socket. (%d)
ERR-09008ERR_RP_POLL_DESTROYFailed to destroy poll socket. (%d)
ERR-09009ERR_RP_CANNOT_REPLICATE2_LARGERCannot replicate to larger dbs.
ERR-09010ERR_RP_HOST_NOT_FOUNDHost not found: "%s".

오류 코드 확인 방법

  • machsql 또는 드라이버에서 반환하는 오류 문자열을 확인합니다.
  • 서버 로그는 $MACHBASE_HOME/trc/ 아래의 trace 로그를 확인합니다.

오류 발생 후 원인을 파악하기 어렵다면 서버 로그 분석장애 징후 확인 섹션을 참고하십시오.

최근 업데이트