コンテンツにスキップ

エラーコード

コードサーバーメッセージ(原文)説明
1Failed to create file<%s>, errno = %d.ファイルの作成に失敗しました。
2Failed to truncate file<%s>, errno = %d.ファイルの切り詰めに失敗しました。
3Failed to duplicate file<%s>, errno = %d.ファイルの複製に失敗しました。
4Failed to copy file<%s> to file<%s>, errno = %d.ファイルの複製に失敗しました。
5Failed to rename file<%s> to file<%s>, errno = %d.ファイル名の変更に失敗しました。
6Failed to remove file<%s>, errno = %d.ファイルの削除に失敗しました。
7Failed to get key file<%s>, errno = %d.ファイルのキーの取得に失敗しました。
8Failed to create pipe<%s>, errno = %d.パイプの作成に失敗しました。
9Failed to statistic file<%s>, errno = %d.ファイルの統計情報の取得に失敗しました。
10Failed to open file<%s>, errno = %d.ファイルを開けませんでした。
11Failed to close file<%s>, errno = %d.ファイルを閉じられませんでした。
12Failed to seek file<%s>, offset:%lld, Whence:%d, errno = %d.ファイルのシークに失敗しました。
13Failed to read file<%s>, size:%llu, errno = %d.ファイルの読み取りに失敗しました。
14Failed to write file<%s>, size:%llu, errno = %d.ファイルの書き込みに失敗しました。
15Failed to read file<%s> (offset:%llu, req size:%llu, read size: %llu), errno = %d.ファイルの読み取りに失敗しました。
16Failed to write file<%s> (offset:%llu, req size:%llu, read size: %llu), errno = %d.ファイルの書き込みに失敗しました。
17Failed to sync file<%s>, errno = %d.ファイルの同期に失敗しました。
18Failed to lock file<%s>, errno = %d.ファイルのロックに失敗しました。
19Failed to trylock file<%s>, errno = %d.ファイルのロック試行に失敗しました。
20Failed to unlock file<%s>, errno = %d.ファイルのロック解除に失敗しました。
21There is no file extension.ファイルの拡張子エラーが発生しました。
22Failed to rename file<%s> to file<%s>, retry count<%d>, msec<%d>, errno = %d.ファイル操作に失敗しました。
31Error occurred during snprintf: buffer size<%d>, errno = %d.snprintf の実行中にエラーが発生しました。
61Failed to getenv variable<%s>, errno = %d.環境変数の取得に失敗しました。
62Failed to setenv variable<%s> to value<%s>, errno = %d.環境変数の設定に失敗しました。
67Failed to opendir <%s>, errno = %d.ディレクトリ関連の関数が失敗しました。
68Failed to closedir, errno = %d.ディレクトリ関連の関数が失敗しました。
69Failed to readdir, errno = %d.ディレクトリ関連の関数が失敗しました。
70Failed to rewinddir, errno = %d.ディレクトリ関連の関数が失敗しました。
71Failed to makedir <%s>, errno = %d.ディレクトリ関連の関数が失敗しました。
72Failed to removedir, errno = %d.ディレクトリ関連の関数が失敗しました。
73Failed to setcwd, errno = %d.ディレクトリ関連の関数が失敗しました。
74Failed to getcwd, errno = %d.ディレクトリ関連の関数が失敗しました。
75Failed to gethome, errno = %d.ホームディレクトリの取得に失敗しました。
76Path<%s> is too long, errno = %d.ファイルパスのエラーが発生しました。
77Path<%s/%s> is too long, errno = %d.ファイルパスのエラーが発生しました。
78Path<%s/%s/%s> is too long, errno = %d.ファイルパスのエラーが発生しました。
79The directory does not exist in this path<%s>, errno = %d.ディレクトリ関連の関数が失敗しました。
80Failed to call removedir (%s), errno = %d.ディレクトリ関連の関数が失敗しました。
91%1$s(): [%2$d: %3$s]メタデータベース関連の関数が失敗しました。
92%1$s(): [%2$d: %3$s]メタデータベース関連の関数が失敗しました。
121Stack create failed, errno = %d.スタックデータ構造のエラーが発生しました。
122Stack push failed, errno = %d.スタックデータ構造のエラーが発生しました。
123Stack pop failed, errno = %d.スタックデータ構造のエラーが発生しました。
131Failed to allocate memory(%lu bytes), errno = %d.メモリの割り当てに失敗しました。
132Memory allocation error (alloc’d: %llu, max: %llu).メモリの割り当てに失敗しました。
133Failed to allocate memory (ID = %d) (Request Size = %llu) : (Current Allocated Size / PROCESS_MAX_SIZE (%llu/%llu)).メモリの割り当てに失敗しました。
141Failed to create memory pool, errno = %d.メモリの割り当てに失敗しました。
142Failed to allocate memory from memory pool, errno = %d.メモリの割り当てに失敗しました。
151Failed to create mutex, errno = %d.ミューテックスオブジェクトのエラーが発生しました。
152Failed to destroy mutex, errno = %d.ミューテックスオブジェクトのエラーが発生しました。
153Failed to lock mutex, errno = %d.ミューテックスのロックエラーが発生しました。
154Failed to trylock mutex, errno = %d.ミューテックスのロックエラーが発生しました。
155Failed to unlock mutex, errno = %d.ミューテックスのロック解除エラーが発生しました。
161Failed to create queue, errno = %d.キューデータ構造のエラーが発生しました。
162Failed to destroy queue, errno = %d.キューデータ構造のエラーが発生しました。
163Failed to enqueue queue, errno = %d.キューデータ構造のエラーが発生しました。
164Failed to dequeue queue, errno = %d.キューデータ構造のエラーが発生しました。
171Failed to create thread_attr, errno = %d.スレッド関連の関数でエラーが発生しました。
172Failed to destroy thread_attr, errno = %d.スレッド関連の関数でエラーが発生しました。
173Failed to set thread_attr bound, errno = %d.スレッド関連の関数でエラーが発生しました。
174Failed to set thread_attr detach, errno = %d.スレッド関連の関数でエラーが発生しました。
175Failed to set thread_attr stack size, errno = %d.スレッド関連の関数でエラーが発生しました。
176Failed to create thread, errno = %d.スレッド関連の関数でエラーが発生しました。
177Failed to detach thread, errno = %d.スレッド関連の関数でエラーが発生しました。
178Failed to join thread, errno = %d.スレッド関連の関数でエラーが発生しました。
179Failed to get id of thread, errno = %d.スレッド関連の関数でエラーが発生しました。
191Failed to create thread condition variable, errno = %d.スレッドの条件変数を作成できませんでした。
192Failed to destroy thread condition variable, errno = %d.スレッドの条件変数を削除できませんでした。
193Failed to call cond_timedwait, errno = %d.cond_timedwait の呼び出しに失敗しました。
194Failed to call cond_signal, errno = %d.cond_signal の呼び出しに失敗しました。
195Failed to call cond_broadcast, errno = %d.cond_broadcast の呼び出しに失敗しました。
196Failed to call cond_wait, errno = %d.cond_wait の呼び出しに失敗しました。
201Failed to create rwlock, errno = %d.rwlock の作成に失敗しました。
202Failed to destroy rwlock, errno = %d.rwlock の削除に失敗しました。
203Failed to call rwlock_lock_read, errno = %d.rwlock_lock_read の呼び出しに失敗しました。
204Failed to call rwlock_trylock_read, errno = %d.rwlock_trylock_read の呼び出しに失敗しました。
205Failed to call rwlock_lock_write, errno = %d.rwlock_lock_write の呼び出しに失敗しました。
206Failed to call rwlock_trylock_write, errno = %d.rwlock_trylock_write の呼び出しに失敗しました。
211RBTREE buffer<%d> is too small for value<%d>, errno = %d.値を格納する RBTREE バッファーが小さすぎます。
212RBTREE cursor op not applicable. errno = %d.RBTREE カーソルでこの操作は実行できません。
213RBTREE node is already freed, errno = %d.RBTREE ノードは既に解放されています。
216Key already exists.キーが既に存在します。
221LZO compress failed, errno = %d.LZO 圧縮に失敗しました。
222LZO decompress failed, errno = %d.LZO の展開に失敗しました。
231Failed to get CPU count, errno = %d.CPU 数の取得に失敗しました。
232Configuration file does not exist(%S).使用しません。
251Tlsf memory manager initialization failed, errno = %d.TLSF メモリマネージャーの初期化に失敗しました。
252Tlsf memory manager finalization failed, errno = %d.TLSF メモリマネージャーの終了処理に失敗しました。
253Tlsf memory manager allocation(%lld) failed, errno = %d.TLSF メモリマネージャーによる割り当てに失敗しました。
254Tlsf memory manager free failed, errno = %d.TLSF メモリマネージャーによる解放に失敗しました。
255Tlsf memory manager control failed, errno = %d.TLSF メモリマネージャーの制御に失敗しました。
256Tlsf memory manager shrink failed, errno = %d.TLSF メモリマネージャーの縮小に失敗しました。
257Tlsf memory manager getstatistics failed, errno = %d.TLSF メモリマネージャーの統計情報の取得に失敗しました。
271The session is closed.セッションは閉じられています。
272The session is canceled.セッションはキャンセルされています。
291The license is invalid or expired.ライセンスが無効、または期限切れです。
292The value<%s> does not exist in the license file.該当する値がライセンスファイルにありません。
293Failed to get hardware key, errno =%dハードウェアキーの取得に失敗しました。
294Failed to verify the license, errno = %dライセンスの確認に失敗しました。
300Invalid date value.(%s)日時の値が無効です。
301Invalid network string.(%s)IP アドレスの文字列が無効です。
321Error in initializing sha1, errno = %dsha1 の初期化に失敗しました。
322Error in updating sha1, errno = %dsha1 の更新に失敗しました。
323Error in finalizing sha1, errno = %dsha1 の終了処理に失敗しました。
324Invalid SHA type.(%d)SHA 型が無効です。
326Invalid SHA hex string.(%s)SHA の 16 進文字列が無効です。
341Parallel job thread abnormally terminated並列処理のスレッドが異常終了しました。
342The thread count should be between %d and %dスレッド数は指定範囲内である必要があります。
361Error in setting a log to the buffer of the result file: %s, errno = %d出力ファイルのバッファーにログを設定する際にエラーが発生しました。
381Regular expression error: an error occurred at offset %d of (%s).正規表現の指定位置でエラーが発生しました。
400This DB file is older than binary (no meta-version table). Check database image and binary.DB ファイルが実行ファイルより古いバージョンです。DB イメージと実行ファイルを確認してください。
401Version mismatched. In Executable DB(%d.%d) META(%d.%d) CM(%d.%d) But, In File DB(%d.%d) META(%d.%d) CM(%d.%d)バージョンが一致しません。実行ファイルとデータベースファイルのバージョンが異なります。
420Error in getting system information by the sysinfo, errno = %dシステム情報の取得中にエラーが発生しました。
421Error in getting stack information by the pmuSysSetStackSize, errno = %dpmuSysSetStackSize によるスタック情報の取得中にエラーが発生しました。
422Error in setting stack information by the pmuSysSetStackSize, errno = %dpmuSysSetStackSize によるスタック情報の設定中にエラーが発生しました。
431mmap (size<%u>) error, errno = %dmmap エラーが発生しました。
432unmap (address<%p>, size<%u>) error, errno = %dunmap エラーが発生しました。
451Failed to set the CPU affinity [%u, %u), errno = %dCPU アフィニティの設定に失敗しました。
452The IDs of CPUs should be between [0, %u), but [%u, %u) given.CPU ID は指定範囲内である必要があります。
453Maximum abs value of CPU_AFFINITY_COUNT(%d) should be less than CPU count(%u).CPU_AFFINITY_COUNT の絶対値の最大値は CPU 数未満である必要があります。
461Failed to get the number of CPUs in sysconf, errno = %dsysconf による CPU 数の取得に失敗しました。
471Failed to initialize a heap.ヒープデータ構造のエラーが発生しました。
472Heap push failed, errno = %dヒープデータ構造のエラーが発生しました。
491Error in json dump.JSON の操作・変換エラーが発生しました。
492Error in json load.JSON の操作・変換エラーが発生しました。
493json object error: %sJSON の操作・変換エラーが発生しました。
494Error in json-array.JSON の操作・変換エラーが発生しました。
495Error in json-string (%s).JSON の操作・変換エラーが発生しました。
496Error in json-integer (%lld).JSON の操作・変換エラーが発生しました。
497Error in json-real (%lf).JSON の操作・変換エラーが発生しました。
498Error in json copy.JSON の操作・変換エラーが発生しました。
499Error in json pack.JSON の操作・変換エラーが発生しました。
500Error in json unpack.JSON の操作・変換エラーが発生しました。
501No data matches for the json path (%s)JSON の操作・変換エラーが発生しました。
502Json path is too long.JSON の操作・変換エラーが発生しました。
503Error json object set (%s).JSON の操作・変換エラーが発生しました。
504Error json array append.JSON の操作・変換エラーが発生しました。
505Error encode base64.Base64 エンコードエラーが発生しました。
506Error decode base64.Base64 デコードエラーが発生しました。
600Invalid property value: %s.プロパティ値が無効です。
601Failed to convert %s to UTF8. (%s, errno=%d)UTF8 への変換に失敗しました。
602Buffer size is not enough for code conversion. (%d > %d)文字コード変換用のバッファーサイズが不足しています。
701Geohash invalid precision (%u)geohash の精度が無効です。
702Geohash invalid lengthgeohash の長さが無効です。
703Geohash invalid directiongeohash の方向が無効です。
1000File<%s> is invalid.ファイルが無効です。
1001Invalid object storage id, errno = %d.オブジェクトストレージが無効です。
1002Object storage<%d> already freed, errno = %d.オブジェクトストレージは既に解放されています。
1003Group storage dir<%s> already exists, errno = %d.グループストレージのディレクトリが既に存在します。
1004Object filename<%s> is invalid, errno = %d.オブジェクトのファイル名が無効です。
1005Disk file<%s> is in use, errno = %d.ディスクファイルが使用中です。
1006Functionality is not supported yet.この機能はまだサポートしていません。
1007There is no available disk space for writing <%lld>bytes to the file<%s>, errno = %d.ファイルへの書き込みに必要なディスク空き容量がありません。
1008Error in the duplicating file<%s>, errno = %d.ファイルの複製中にエラーが発生しました。
1009Error in the read file size.(<io: %u>, <disk: %u>)読み取ろうとしたサイズと実際に読み取ったサイズが異なります。
1010Used media space is reached to threshold. (%4.1lf%% cap < %4.1lf%% used)使用中のメディア容量がしきい値に達しました。
1011Error in the write file size.(<write: %u>, <written: %u>)書き込もうとしたサイズと実際に書き込んだサイズが異なります。
1031The database in <%s> has already been mounted.データベースは既にマウントされています。
1032The database in <%s> is not mounted.データベースはマウントされていません。
1033The mount operation of database in <%s> is not completed.データベースのマウント処理が完了していません。
1034The mounted database<%s> is busy.マウントしたデータベースが使用中です。
1035The database creation is not complete. Destroy it and create a new one.データベースの作成が完了していません。削除して再作成してください。
1036The database creation is not complete. Destroy it and create a new one.データベースの作成が完了していません。削除して再作成してください。
1037The mount database<%s> is not backed up from the primary databaseマウントしたデータベースは、現在のデータベースから取得したバックアップではありません。
1038Cannot find MountDB with <TBSID: %lld>.該当する TBSID に対応する MountDB が見つかりません。
1039Mount DB<%s>’s state is invalid.マウントデータベースの状態が無効です。
1101Error in reading column partition cache block. Reading block of RID<%lld> in the column partition<%lld> failed, errno = %d.列パーティションのキャッシュブロックの読み取り中にエラーが発生しました。
1102Invalid cache object.キャッシュオブジェクトが無効です。
1103Error occurred in checkpoint thread. Processing abnormal shutdown.チェックポイントスレッドでエラーが発生し、処理中に異常終了しました。
1104Error in waiting to read a page.ページの読み取り待機中にエラーが発生しました。
1105Error in clear thread of the page cache.ページキャッシュのクリアスレッドでエラーが発生しました。
1106It<%llu> is smaller than the max size value of the page cache currently set<%llu>.現在設定されているページキャッシュの最大サイズより小さい値です。
1107It<%llu> is impossible to set a value larger than the memory size set in the current process<%llu>.現在のプロセスに設定されたメモリサイズを超える値は指定できません。
1108Invalid page id in column partition. Page id<%d> is greater than the page max id<%d>.列パーティションのページ ID が最大ページ ID を超えています。
1201Duplicated table id<%llu> in SYS_STORAGE_TABLES, errno = %d.SYS_STORAGE_TABLES に重複するテーブル ID があります。
1202Duplicated table id<%llu>, column id<%u> in the SYS_STORAGE_COLUMNS, errno = %d.SYS_STORAGE_COLUMNS に重複するテーブル ID と列 ID があります。
1203Table id<%lld> does not exist in SYS_STORAGE_TABLES, errno = %d.テーブル ID が SYS_STORAGE_TABLES に存在しません。
1204Duplicated (table id<%llu>, index id<%llu>) in SYS_STORAGE_INDEXES, errno = %d.SYS_STORAGE_INDEXES に重複する項目があります。
1205Duplicated (table id<%llu>, index id<%llu>, column id<%u>) in SYS_STORAGE_INDEXES_COLUMNS, errno = %d.SYS_STORAGE_INDEXES_COLUMNS に重複する項目があります。
1206Index id<%llu> of table id<%llu> dose not exist in SYS_STORAGE_INDEXES, errno = %d.テーブルのインデックス ID が SYS_STORAGE_INDEXES に存在しません。
1207Available recovery modes: simple, complex, reset使用できる復旧モードは simple、complex、reset です。
1301Partition range does not exist. Partition id is less than <%lld> in the table(id<%lld>) with partitions between <%lld> and <%lld>.パーティション範囲が存在しません。指定範囲内のパーティションがテーブルにありません。
1302Invalid record range. No such record whose id is less than <%llu> in the table(id<%llu>) with records between <%llu> and <%llu>.レコード範囲が無効です。指定範囲内のレコードがテーブルにありません。
1303Maximum number of columns in a table is %d.テーブルに指定できる列数の上限は %d です。
1304Invalid column ID (<%d>).列 ID が無効です。
1305Invalid table ID (<%llu>).テーブル ID が無効です。
1306Table has been dropped.テーブルが削除されました。
1307Table structure was modified.テーブル構造が変更されました。
1308Invalid fixed column size. Invalid value size(<%u>) for the fixed column.固定長列のサイズが無効です。
1309Invalid varying column size. Value size(<%u>) for the variable column is greater than the max size (<%u>).可変長列のサイズが最大値を超えています。
1310Table flush thread terminated abnormally.テーブルのフラッシュスレッドが異常終了しました。
1311Table column partition prepare thread terminated abnormally.テーブルの列パーティション準備スレッドが異常終了しました。
1312Failed to read the head of the table column partition file (<%s>).テーブルの列パーティションファイルのヘッダーを読み取れませんでした。
1313Failed to read the table column partition file (<%s>).テーブルの列パーティションファイルを読み取れませんでした。
1314Index build thread terminated abnormally.インデックス構築スレッドが異常終了しました。
1315Invalid table type<%d>.テーブルタイプが無効です。
1316Column size<%u> is too big.列のサイズが大きすぎます。
1317Value of the time column(<%lld>) is less than the last time value(<%lld>).時刻列の値が最後の時刻値より小さい値です。
1318The size of VARCHAR column must be less than (<%llu>).VARCHAR 列のサイズを小さくする必要があります。
1319The size of column value must be less than (<%u>).列の値のサイズを小さくする必要があります。
1320There is an index on the column(<%u>) of the table(<%llu>)テーブルの列にインデックスが存在します。
1321This feature is not supported on this table type.このテーブルタイプでは、この機能をサポートしていません。
1322The new column size(<%u>) should be greater than the old one(<%u>)新しい列のサイズは既存の列のサイズより大きい必要があります。
1323The table(%llu) reached max column count limit (%u) already.テーブルの列数が既に上限に達しています。
1324An error occurred adjusting end rid of the table<%llu> column partition(<%llu>), errno = %d.テーブルの列パーティションの終了 RID を調整する際にエラーが発生しました。
1325The end RID<%lld> of the column<%d> is less than the end RID<%llu> of the table<%llu>列の終了 RID がテーブルの終了 RID より小さい値です。
1330The column with ID<%hu> does not exist in the table with ID<%llu>該当する ID の列がテーブルに存在しません。
1331Table checkpoint thread terminated abnormally.テーブルのチェックポイントスレッドが異常終了しました。
1332Partition ID <%llu> of the table(id<%llu>) does not exist between <%llu> and <%llu>.テーブルのパーティション ID が指定範囲内に存在しません。
1333The table<%llu> in the backup database<%s> has been mounted already.バックアップデータベースのテーブルは既にマウントされています。
1334The table is busy with mounting.テーブルをマウント中です。
1335The mounted table is busy with unmounting.マウントしたテーブルをマウント解除中です。
1336The mounted table is invalid.マウントしたテーブルが無効です。
1337The mounted table is busy.マウントしたテーブルが使用中です。
1338The table is not mounted.テーブルはマウントされていません。
1339The table<%llu> of the backup tablespace<%s> is different from the table in main database.バックアップテーブルスペースのテーブルが、現在のデータベースのテーブルと異なります。
1340The table<%llu> of the backup tablespace<%s> is dropped from the main database.バックアップテーブルスペースのテーブルは、現在のデータベースでは削除されています。
1341There is a mounted table in the table<%llu>.このテーブルにはマウントしたテーブルがあります。
1342The mount table<end_rid:%llu> has more furture data than the base table<end_rid:%llu.>マウントしたテーブルには、元のテーブルより先のデータ(終了 RID が大きいデータ)が含まれています。
1343Cannot update columns with indexes in VOLATILE / LOOKUP table.VOLATILE/LOOKUP テーブルでは、インデックスを持つ列を更新できません。
1344The memory size<%llu bytes> of VOLATILE / LOOKUP tables exceeds <%llu bytes>.VOLATILE/LOOKUP テーブルのメモリ使用量が上限を超えました。
1345The value of the column<%u> must not be NULL該当する列の値を NULL にすることはできません。
1346Current Allocate Memory / PROCESS_MAX_SIZE (%llu/%llu), increase PROCESS_MAX_SIZE property and restart.PROCESS_MAX_SIZE を増やして、割り当てるメモリを拡張し、再起動してください。
1401Invalid index type. Index type<%d> does not exist.指定したインデックスタイプは存在しません。
1402Index id(<%llu>) does not exist in table id <%llu>.該当するインデックス ID がテーブルに存在しません。
1403Index has invalid column count(<%d>).インデックスの列数が無効です。
1404Index has invalid key value count(<%d>).インデックスのキー値の数が無効です。
1405Index has invalid key value size(<%d>).インデックスのキー値のサイズが無効です。
1406Index column file(<%s>) is invalid.インデックスの列ファイルが無効です。
1407Failed to read the head of the index column partition file(<%s>).インデックスの列パーティションファイルのヘッダーを読み取れませんでした。
1408Failed to read the index column partition file(<%s>).インデックスの列パーティションファイルを読み取れませんでした。
1409Type of the column for the index is invalid.インデックスに使用する列の型が無効です。
1410Index flush thread terminated abnormally.インデックスのフラッシュスレッドが異常終了しました。
1411Index build thread terminated abnormally.インデックス構築スレッドが異常終了しました。
1412The keyword size<%d> should be less than the max size<%d>.キーワードのサイズは最大サイズ未満である必要があります。
1413The word bit count(%d) is over than %d in the partition<%lld> of the index <%lld>インデックスパーティションのワードビット数が上限を超えています。
1414Invalid key count <%u> is not equal to the count <%u> in partition <%lld> of index <%lld>.キー数がインデックスパーティション内のキー数と一致しません。
1415The level<%u> of the index is bigger than the max level<%u>インデックスのレベルが最大レベルを超えています。
1416The partition size<%u> of level<%u> is bigger than the max level<%u>このレベルのパーティションサイズが、最大レベルのパーティションサイズを超えています。
1417The index has been dropped.インデックスが削除されました。
1418The key already exists in the unique index.一意インデックスにキーが既に存在します。
1419The primary index is already created on the table.テーブルには既にプライマリインデックスが作成されています。
1420The number<%llu> of key values is different from the number<%llu> of bitvectors.キー値の数とビットベクトルの数が異なります。
1421The partition file<%llu> on the level<%u> of the index<%llu> is invalid.(KPC:%u, BPC:%u)インデックスの該当レベルにあるパーティションファイルが無効です。
1422NULL value is not allowed for the primary index columnプライマリインデックスでは NULL 値を使用できません。
1423TAG cache exhausted, increase TAG_CACHE_MAX_MEMORY_SIZE(%llu)TAG キャッシュが枯渇しました。TAG_CACHE_MAX_MEMORY_SIZE を増やしてください。
1424Could not allocate TAG cache: (Table,part=%llu,%llu) offset/size=%llu/%lluTAG キャッシュを割り当てられません。
1425Failed to allocate index memory (Current Allocated Size / Threshold size (%llu/%llu)).インデックスのメモリ割り当てに失敗しました。
1426Not ready to build keyvalue index (Current Count / Target Count (%llu/%llu) in File).keyvalue インデックスを構築する準備ができていません。
1501Invalid page id in cpfile. Page id<%d> for the column partition file<%s> is greater than the page max id.cpfile のページ ID が最大ページ ID を超えています。
1502Error in reading page<%d> in the column partition file<%s>. Page timestamps <head:%lld, tail:%lld> are invalid.列パーティションファイルの読み取り中に、無効なタイムスタンプを検出しました。
1503Error in reading page<%d> in the column partition file<%s>. Page checksum <write:%#X, read:%#X> are invalid列パーティションファイルの読み取り中に、無効なページチェックサムを検出しました。
1504The size<%u> of the column partition file<%s> is too small. It is supposed to be greater than the size<%u>列パーティションファイルのサイズが小さすぎます。
1505The 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列パーティションファイルのページ更新オフセットとサイズが無効です。
1506The checksum<write:%#X, read:%#X> of the head of the column partition file<%s> is invalid.列パーティションファイルのヘッダーチェックサムが無効です。
1551Error in getting the fd of the file<%s> from the fd cache.fd キャッシュからファイル記述子を取得する際にエラーが発生しました。
1601Ager thread terminated abnormally.Ager スレッドが異常終了しました。
1631There is no root dir<%s> for the database backup.データベースバックアップのルートディレクトリがありません。
1632The database is not destroyed.データベースが削除されていません。
1633Failed to write data<%u> of the backup stat file<%s>.バックアップの stat ファイルに書き込めませんでした。
1634Failed to read data<%u> of the backup stat file<%s>.バックアップの stat ファイルを読み取れませんでした。
1635The backup statfile<%s> is invalid(CRC<H:%u, B:%u, T:%u).バックアップの stat ファイルが無効です。
1636The backup <%s> is not completed.バックアップが完了していません。
1637The backup <%s> has already exist.バックアップが既に存在します。
1638The end rid<%llu> of the table<%llu> in the restored database is invalid.復元したデータベースのテーブルの END RID が無効です。
1639The name<%s> of backup is too long, errno = %d.バックアップ名が長すぎます。
1640The backup file<%s> already exists.バックアップファイルが既に存在します。
1641The backup file<%s> has the invalid magic string<%s>.バックアップファイルのマジック文字列が無効です。
1642The header of backup file<%s> has the invalid crc32<%u>.バックアップファイルのヘッダーの crc32 値が無効です。
1643Length<%u> of backup file<%s> is too long.バックアップファイルが大きすぎます。
1644The page size <%u> of backup file<%s> is invalid.バックアップファイルのページサイズが無効です。
1645The file size <%llu> of the head is different from the size<%llu> on the disk.ヘッダーに記録されたファイルサイズとディスク上のファイルサイズが異なります。
1646The backup file is invalid since the backup is not completed.バックアップが未完了のため、バックアップファイルが無効です。
1647Incremental backup should be preceded by the last backup.増分バックアップは既存のバックアップに続けて実行する必要があります。
1648Backup targets are different from that of previous target.バックアップ対象が既存のバックアップ対象と異なります。
1701The tablespace<%s> is still referenced by other objects such as tables and indexes.テーブルスペースが他のテーブルやインデックスなどから参照されています。
1702The tablespace<%s> does not exist in the database.テーブルスペースがデータベースに存在しません。
1703The SYSTEM_TABLESPACE cannot be dropped.SYSTEM_TABLESPACE は削除できません。
1704Tablespace already exists. <%s>テーブルスペースが既に存在します。
1705The dir<%s> for the tablespace<%s> of datadisk<%s> already exists.データディスク用のテーブルスペースディレクトリが既に存在します。
1706Disk<%s> does not exist in the tablespace<%s>.ディスクがテーブルスペースに存在しません。
1707The parallel I/O of a disk should be between %d and %d.ディスクの並列 I/O の値が許容範囲外です。
1708Failed to read <%ld> bytes from the file<%s>, errno = %d.ファイルの読み取りに失敗しました。
1709The page<offset:%u, size:%u> of the file<%s> is invalid because it has the invalid timestamp<head:%lld, tail:%lld>ファイルページのタイムスタンプが無効です。
1710The page<offset:%u, size:%u> of the file<%s> is invalid because it has the invalid crc<memory:%u, disk:%u>ファイルページの CRC 値が無効です。
1711Failed to create directory<%s> for virtual disk.仮想ディスク用のディレクトリを作成できませんでした。
1712Failed to allocate memory for directory to be removed.ディレクトリ削除用のメモリを割り当てられませんでした。
1801Error in waiting to read value: value offset<%lld>, value size<%u>, and file<%s>値の読み取り待機中にエラーが発生しました。
1821The image in the DWFile<%s> is invalid.DW ファイルのイメージが無効です。
1841The operation is aborted by ART.ART(Automatic Recovery Test)によって処理が中断されました。
1851Variable length columns are not allowed in tag table.TAG テーブルでは可変長列を使用できません。
1852Another deletion is in progress for table <%llX>.削除処理が既に実行中です。
1853Cannot create append file for Key-Value table <%llX>, errno = %d.keyvalue テーブルの append ファイルを作成できません。
1854Cannot sync append file for Key-Value table <%llX>, errno = %d.keyvalue テーブルの append ファイルを同期できません。
1855Cannot close append file for Key-Value table <%llX>, errno = %d.keyvalue テーブルの append ファイルを閉じられません。
1856Cannot create data file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのデータファイルを作成できません。
1857Cannot open data file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのデータファイルを開けません。
1858Cannot read data file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのデータファイルを読み取れません。
1859Cannot write data file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのデータファイルに書き込めません。
1860Data file <%llX> is corrupted for Key-Value table <%llX>.keyvalue テーブルのデータファイルが破損しています。
1861Cannot create index file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのインデックスファイルを作成できません。
1862Cannot open index file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのインデックスファイルを開けません。
1863Cannot read <.%s> file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのファイルを読み取れません。
1864Cannot write <.%s> file <%llX> for Key-Value table <%llX>, errno = %d.keyvalue テーブルのファイルに書き込めません。
1865Index file <%llX> is corrupted for Key-Value table <%llX>.keyvalue テーブルのインデックスファイルが破損しています。
1866Cannot perform I/O for Key-Value table <%llX>.keyvalue テーブルの I/O 操作を実行できません。
1867Invalid path to append file for Key-Value table <%llX>, errno = %d.keyvalue テーブルの append ファイルのパスが無効です。
1868Cannot open append file for Key-Value table <%llX>, errno = %d.keyvalue テーブルの append ファイルを開けません。
1869RID-based SELECT is not allowed without datafile, Table<%llX>/RID<%llu>.データファイルがない場合、RID に基づく SELECT は使用できません。
1870Cannot open append file for mounted Key-Value table <%llX>, errno = %d.マウントした keyvalue テーブルの append ファイルを開けません。
1871Cannot read append file for mounted Key-Value table <%llX>, errno = %d.マウントした keyvalue テーブルの append ファイルを読み取れません。
1872Another backup is in progress for table <%llX>.このテーブルのバックアップが進行中です。
1873No index-file <%llx> for Key-Value table Table<%llX>.keyvalue テーブルのインデックスファイルがありません。
1874Cannot open file <%llX> for Key-Value table <%llX> path<%s>, errno = %d.keyvalue テーブルのファイルを開けませんでした。
1875Cannot find unpurged node for Key-Value table <%llX>.keyvalue テーブルの未パージのノードが見つかりません。
1876Fail to %s decompress file <%llX> for key-value table<%llx>, error = %dkeyvalue テーブルのファイルの展開に失敗しました。
1877Tag stat for id[%llu] is not found.該当する ID のタグ統計がありません。
1878Cannot write stat file for Key-Value table <%llX> path<%s> errno = %d.keyvalue テーブルの stat ファイルに書き込めませんでした。
1879Cannot read stat file for Key-Value table <%llX> path<%s> errno = %d.keyvalue テーブルの stat ファイルを読み取れませんでした。
1880Cannot open stat file for Key-Value table <%llX> path<%s>, errno = %d.keyvalue テーブルの stat ファイルを開けませんでした。
1881Stat File Invalid TableID[%llu], TablePath[%s].stat ファイルが無効です。
1882No kvindex-file <%llx> for Key-Value table Table<%llX>.このテーブルの kvindex ファイルがありません。
1883Value of the time column(<%lld>) must be greater than or equal to <%lld>.時刻列の値が無効です。
1884keyvalue table<%llx> thread for [%s] stopped.keyvalue テーブルのスレッドが終了しました。
1885Data row value is corrupted: required RID<%llu>, value RID<%llu>.データ行の値が破損しています。
1886%s varchar data is corrupted: required VRID<%u>, value VRID<%u>.Varchar データが破損しています。
1900Snapshot ID <%s> is invalid.スナップショット ID が無効です。
1901Cannot snapshot with no table.存在しないテーブルではスナップショットを使用できません。
1902Snapshot timed out.スナップショットがタイムアウトしました。
1903Snapshot ID <%s> does not exist.スナップショット ID が存在しません。
1904Snapshot ID <%s> already exists.スナップショット ID が既に存在します。
1910Cannot freeze with no table.存在しないテーブルを凍結できません。
1911Snapshot already frozen.スナップショットは既に凍結されています。
1951Failed to call function <%s>, errno=%d関数の呼び出しに失敗しました。
1952Table (0x%llx) resource busy (%s).テーブルのリソースが使用中です。
2000Memory allocation error, Error code = %dメモリ割り当てエラーが発生しました。
2001Error in opening meta.メタデータを開く際にエラーが発生しました。
2002Error in executing meta.メタデータ処理の実行中にエラーが発生しました。
2003Error in closing meta.メタデータを閉じる際にエラーが発生しました。
2004Error in creating hash. (errno=%d)ハッシュの作成中にエラーが発生しました。
2005Error in allocating memory.メモリの割り当て中にエラーが発生しました。
2006Error in adding hash. (errno=%d)ハッシュへの追加中にエラーが発生しました。
2007Error in fetching meta.メタデータのフェッチ中にエラーが発生しました。
2008Error in traversing hash.ハッシュの検索中にエラーが発生しました。
2009Insufficient parser memory.パーサーのメモリが不足しています。
2010Syntax error: near token (%s).構文エラーが発生しました。
2011Unrecognized token (%s).認識できないトークンです。
2012Single row error. Single-row subquery returns more than one row. (NOT USED)単一行サブクエリが複数行を返しました。(未使用)
2013A GROUP BY clause is required before HAVING.HAVING 句の前に GROUP BY 句が必要です。
2014Column name is duplicated: (%s).列名が重複しています。
2015Invalid column type: (%s).列の型が無効です。
2016Table property (%s) does not exist.テーブルプロパティが存在しません。
2017Error in converting table property. Cannot convert string (%s) to integer.テーブルプロパティの文字列を整数に変換できません。
2018Table property value is out of range: (%s).テーブルプロパティの値が範囲外です。
2019Column size should be specified on a variable column type.可変長の列型には列サイズを指定する必要があります。
2020Invalid size specified. Cannot specify type size to (%s).サイズ指定が無効です。
2021Cannot create bitmap index on data type (%s)このデータ型にはビットマップインデックスを作成できません。
2022Cannot create keyword index on data type (%s)このデータ型にはキーワードインデックスを作成できません。
2023snprintf function error (%d).snprintf 関数のエラーが発生しました。
2024Table %s already exists.テーブルが既に存在します。
2025Table %s does not exist.テーブルが存在しません。
2026The number of insert values and that of columns are mismatched.入力値の数と列数が一致しません。
2027Error in table insert column integer conversion. Insert value conversion to integer error (%s).テーブルへの入力列の値を整数に変換できません。
2028Error in table insert column double conversion. Insert value conversion to double error (%s)テーブルへの入力列の値を double に変換できません。
2029Error in table insert column time format. Insert _arrival_time value conversion error.テーブルへの入力列の時刻形式が無効です。_arrival_time の変換中にエラーが発生しました。
2030Column name (%s) does not exist.列名が存在しません。
2031Resource busy (%s).リソースが使用中です。
2032Type conversion error: error occurred while comparing the values of type (%s) and type (%s).型の値を比較する際に型変換エラーが発生しました。
2033Cannot concatenate non varchar types.VARCHAR 以外の型は連結できません。
2034Invalid format of time expression.時刻式の形式が無効です。
2035Function [%s] does not exist.関数が存在しません。
2036Function [%s] argument is mismatched.関数の引数が一致しません。
2037Function [%s] argument data type is mismatched.関数の引数のデータ型が一致しません。
2038Table [%s] does not exist.テーブルが存在しません。
2039No table specified in the target list.対象リストに指定したテーブルがありません。
2040Invalid time range.時間範囲が無効です。
2041Time value must be positive.時刻値は正の値である必要があります。
2042Expression cannot have a NULL value.式に NULL 値を使用できません。
2043Group function is not allowed here.ここでは集計関数を使用できません。
2044Not a GROUP BY expression.GROUP BY の式ではありません。
2045Type is not supported(typecode is %u). Internal error.この型はサポートしていません。
2046String buffer is not enough.文字列バッファーが不足しています。
2047Lock buffer is not enough. Table counts are too many.テーブル数が多すぎるため、ロックバッファーが不足しています。
2048Bind parameter count is overflowed. (max=%u)バインドパラメーター数が上限を超えました。
2049Cannot apply bind parameter.バインドパラメーターを適用できません。
2050Bind data from client is corrupted.クライアントがバインドしたデータが破損しています。
2051Bind data type unknown (typecode is %u).不明なバインドデータ型です。
2052Cannot insert data into this table (%s).このテーブルにデータを挿入できません。
2053Failed to convert type (%s) to type (%s).型変換に失敗しました。
2054Aggregation error on function usage (NOT USED)関数の使用に関する集計エラーです。(未使用)
2055Invalid insert value.入力値が無効です。
2056Column name (%s) not found.列名が見つかりません。
2057Only literal type can be used in SEARCH keyword.SEARCH キーワードにはリテラル型のみ使用できます。
2058Index %s already existsインデックスが既に存在します。
2059Index %s does not existインデックスが存在しません。
2060Composite index is not supported.複合インデックスはサポートしていません。
2061Cannot divide a value by zero.値を 0 で除算することはできません。
2062Cannot calculate date type.日付型の演算はできません。
2063Invalid search type. Search type must be VARCHAR.検索の型が無効です。VARCHAR である必要があります。
2064Invalid time format. (format: "year/mon/day hour:min:sec")時刻形式が無効です。形式は “year/mon/day hour:min:sec” です。
2065Index property (%s) dose not exist.インデックスプロパティが存在しません。
2066Invalid index property value: (%s).インデックスプロパティの値が無効です。
2067Error in TO_ADDR4 function aggregate. Argument type to TO_ADDR4 function must be an integer.TO_ADDR4 関数の処理でエラーが発生しました。引数の型は整数である必要があります。
2068Invalid IPv4 address format (%s).IPv4 アドレスの形式が無効です。
2069%s index can only be created for %s table.インデックスは特定のテーブルにのみ作成できます。
2070Search predicate needs keyword index.検索条件にはキーワードインデックスが必要です。
2071Only one index is allowed for a single column.1 つの列に作成できるインデックスは 1 個だけです。
2072Cannot delete data from this table (%s).このテーブルからデータを削除できません。
2073Invalid DELETE condition. %sDELETE 条件が無効です。
2074Invalid delete time range. BEFORE time range should be older than present.削除の時間範囲が無効です。BEFORE の時刻は現在時刻より前である必要があります。
2075Table(%s) record does not exist in meta database.テーブルのレコードがメタデータベースに存在しません。
2076Table(%lld) record does not exist in meta database.テーブルのレコードがメタデータベースに存在しません。
2077Invalid %s size. %s type size cannot be more than %d.サイズが無効です。
2078Invalid statement type. Statement type(%d) is unsupported.ステートメントの型が無効、またはサポート対象外です。
2079The number of function (%s) arguments is not matched.関数の引数の数が一致しません。
2080User (%s) does not exist.ユーザーが存在しません。
2081Invalid username/password.ユーザー名またはパスワードが無効です。
2082User (%s) already exists.ユーザーが既に存在します。
2083You cannot drop yourself(%s).ユーザーは自分自身を削除できません。
2084User drop error. This user’s tables still exist. Drop those tables first.このユーザーのテーブルが残っているため、ユーザーを削除できません。先にテーブルを削除してください。
2085The user(%s) does not have alter privileges.ユーザーに変更権限がありません。
2086The user(%s) does not have connect privileges.ユーザーに接続権限がありません。
2087The user does not have access privileges on table(%s.%s).ユーザーにテーブルへのアクセス権限がありません。
2088Error in altering table. Only the LOG table can be altered.テーブルを変更できません。変更できるのは LOG テーブルだけです。
2089Error in altering table. Column name(%s) already exists.テーブルを変更できません。列名が既に存在します。
2090Error in altering table. Only varchar type can be modified.テーブルを変更できません。変更できるのは varchar 型だけです。
2091Error in altering table. Varchar length should be greater than previous value lengthテーブルを変更できません。varchar の長さは以前の値より大きい必要があります。
2092Error in altering table. Column (%s) cannot be dropped.テーブルを変更できません。この列は削除できません。
2093Error in altering table. Column (%s) having index cannot be dropped.テーブルを変更できません。インデックスがある列は削除できません。
2094Error in altering table. Column (%s) already exists.テーブルを変更できません。列が既に存在します。
2095Error in truncating table. Only the LOG table can be truncated.テーブルを TRUNCATE できません。対象にできるのは LOG テーブルだけです。
2096Error in truncating table. Table %s does not exist.テーブルを TRUNCATE できません。テーブルが存在しません。
2097Error in altering table. The table must have at least one column.テーブルを変更できません。少なくとも 1 つの列が必要です。
2098Error in joining tables. Only equi-join is allowed.テーブルを結合できません。等価結合のみ使用できます。
2099Error in joining tables. The OR condition for a join predicate is not allowed.テーブルを結合できません。結合条件に OR は使用できません。
2100Error in joining tables. The join predicate cannot use functions.テーブルを結合できません。結合条件に関数は使用できません。
2101Error in joining tables. Cannot join without join predicate.結合条件なしでテーブルを結合できません。
2102Collector (%s.%s) does not exist.Collector が存在しません。
2103The collector (%s.%s) already exists.Collector が既に存在します。
2104The template file (%s) does not exist.テンプレートファイルが存在しません。
2105The template format (%s : %s : %d) is invalid.テンプレートの形式が無効です。
2106The collector (%s.%s) is already running.Collector は既に実行中です。
2107The collector (%s.%s) is not running.Collector は実行中ではありません。
2108Error in loading collector template. The value (%s) is invalid.Collector テンプレートの読み込み中に、無効な値を検出しました。
2109Cannot join two or more LOG tables.2 つ以上の LOG テーブルを結合できません。
2110Search condition argument is too short. It needs more than (%d) characters.検索条件の引数が短すぎます。
2111Invalid option.オプションが無効です。
2112Cannot use DISTINCT with GROUP BY clause.DISTINCT と GROUP BY による集計は併用できません。
2113Cannot use DISTINCT with aggregation function.DISTINCT と集計関数は併用できません。
2114DISTINCT clause is not allowed here.ここでは DISTINCT 句を使用できません。
2115Internal column cannot be modified.内部列は変更できません。
2116Search predicate must use an index.検索条件はインデックスを使用する必要があります。
2117DDL on table (%s) is forbidden.このテーブルに対する DDL は禁止されています。
2118Lock object was already initialized. (Do not use select and append simultaneously in single session.)ロックオブジェクトは既に初期化されています。1 つのセッションで select と append を同時に使用しないでください。
2119This functionality has not been implemented.未実装の機能です。
2120Invalid session ID (%s).セッション ID が無効です。
2121No privileges to kill the session.セッションを終了する権限がありません。
2122No privileges to cancel the session.セッションをキャンセルする権限がありません。
2123Table id (%lld) does not exist in meta database.テーブル ID がメタデータベースに存在しません。
2124Column id (%llu) does not exist in table (%llu).列 ID がテーブルに存在しません。
2125Error in converting string (%s) to datetime with heuristic method. Check the default date string format in this session.文字列から日時への自動判定による変換でエラーが発生しました。セッションのデフォルト日時文字列形式を確認してください。
2126ORDER BY clause is not allowed in a subqueryサブクエリでは ORDER BY 句を使用できません。
2127Only integer constants must be used for ORDER BY column position.ORDER BY の列位置には整数定数のみ指定できます。
2128ORDER BY column position %d is out of range - should be between 1 and %d.ORDER BY の列位置が範囲外です。
2129GROUP BY terms must be integer constantsGROUP BY 句の項は整数定数である必要があります。
2130A GROUP BY clause is required before HAVINGHAVING 句の前に GROUP BY 句が必要です。
2131Single row error. Single-row subquery returns more than one row.単一行サブクエリが複数行を返しました。
2132Cannot use subquery on HAVING, ORDER BY and GROUP BY clauses.HAVING、ORDER BY、GROUP BY 句ではサブクエリを使用できません。
2133Invalid subquery.サブクエリが無効です。
2134Too many REGEXP in WHERE clause. No more than %d REGEXP in WHERE clause.WHERE 句の REGEXP が多すぎます。設定された数を超えて使用できません。
2135WHERE clause has to return a boolean result.WHERE 句は真偽値を返す必要があります。
2136Invalid tablespace type.テーブルスペースの型が無効です。
2137There are too many disks<%ud> for tablespace %s.テーブルスペースのディスク数が多すぎます。
2138The PARALLEL_IO value<%d> for the disk<%s> must be higher than <%d>.ディスクの PARALLEL_IO を大きくする必要があります。
2139MINMAX CACHE is not allowed for VARCHAR column(%s).VARCHAR 列では MINMAX CACHE を使用できません。
2140This type of tables do not support the tablespace functionality.このテーブルタイプはテーブルスペース機能に対応していません。
2141Type comparison error.型の比較エラーが発生しました。
2142Cannot use lob type in the GROUP BY clause.GROUP BY 句では LOB 型を使用できません。
2143Cannot use lob type in the ORDER BY clause.ORDER BY 句では LOB 型を使用できません。
2144Outerjoin permits only 2 tables.外部結合では 2 つのテーブルだけを使用できます。
2145The string cannot be converted to number value.(%s)文字列を数値に変換できません。
2146Cannot join tables with timeseries function.時系列関数を使用する場合は、テーブルを結合できません。
2147Cannot use inline view with timeseries function.時系列関数とインラインビューは併用できません。
2148Invalid IPv6 address format.(%s)IPv6 アドレスの形式が無効です。
2149Error in executing CONTAINS. Cannot convert from type(%d) to type(%d).CONTAINS の実行中に型を変換できませんでした。
2150Network type error. Network Mask length does not match with the column’s length.(mask=%s, column=%s)ネットワーク型が無効です。ネットワークマスクの長さが列の長さと一致しません。
2151Error in adding disk to tablespace. You cannot use multiple disks for tablespace without valid license.テーブルスペースにディスクを追加できません。有効なライセンスがない場合、複数のディスクを使用できません。
2152Error in setting column property. You should specify a positive value of column property PARTITION_PAGE_COUNT as well as PAGE_VALUE_COUNT.列プロパティを設定できません。PARTITION_PAGE_COUNT と PAGE_VALUE_COUNT には正の値を指定してください。
2153Wrong column property name(%s). You should specify a valid property name.列プロパティ名が無効です。有効な名前を指定してください。
2154Select set operator parsing error.SELECT の集合演算子の解析エラーが発生しました。
2155Only UNION ALL set operator is supported.集合演算子は UNION ALL のみサポートしています。
2156Set operator column types are mismatched on (%d)th column.集合演算子の列の型が一致しません。
2157Internal error on validating queryクエリの検証中に内部エラーが発生しました。
2158Error in evaluating data type. You must specify a valid data type.データ型の評価中にエラーが発生しました。有効なデータ型を指定してください。
2159FROM DATETIME’ must be earlier than ‘TO DATETIME’.FROM DATETIME は TO DATETIME より前の時刻である必要があります。
2160Error in doing unmount table(%s). You can unmount only mounted tables.テーブルのマウントを解除できません。マウント済みのテーブルだけが対象です。
2161Error in executing DDL. You cannot execute DDL with mounted DB. (NOT USED)マウントしたデータベースでは DDL を実行できません。(未使用)
2162Error in doing unmount DB. You cannot umount database which is not mounted.データベースのマウントを解除できません。マウントされていません。
2163Invalid directory path (%s). You should specify a valid path.ディレクトリパスが無効です。パスを指定してください。
2164Invalid index property. Property (%s) for index cannot be altered.インデックスプロパティが無効です。指定したプロパティは変更できません。
2165Function (%s) is not allowed here.ここではこの関数を使用できません。
2166Cannot use ORDER BY clause with aggregation function.集計関数と ORDER BY 句は併用できません。
2167GROUP_CONCAT function error. Separator should be a string constant.GROUP_CONCAT の区切り文字は文字列定数である必要があります。
2168Operator argument count or type is mismatched.演算子の引数の数または型が一致しません。
2169Invalid column property value: (%s)列属性の値が無効です。
2170Every specified table or inline view in FROM clause must have its own alias.FROM 句に指定した各テーブルまたはインラインビューには、一意の別名が必要です。
2171VOLATILE / LOOKUP table cannot have more than one primary key.VOLATILE/LOOKUP テーブルに複数の主キーを定義できません。
2172Primary key is allowed only for VOLATILE / LOOKUP table.主キーは VOLATILE/LOOKUP テーブルでのみ使用できます。
2173Cannot create columns with data type (%s) in VOLATILE / LOOKUP table.VOLATILE/LOOKUP テーブルでは、このデータ型の列を作成できません。
2174The index already exists in the column(%s).列にインデックスが既に存在します。
2175SET clause must be written as a list of ‘column = value’ expression.SET 句は「列 = 値」の式のリストで記述する必要があります。
2176Cannot update primary key column in SET clause.SET 句で主キー列を更新できません。
2177ON DUPLICATE UPDATE clause is allowed only in LOOKUP / VOLATILE table.ON DUPLICATE UPDATE 句は LOOKUP/VOLATILE テーブルでのみ使用できます。
2178Error in updating table. Column name (%s) does not exist in this table.テーブルを更新できません。このテーブルに列名が存在しません。
2179INSERT on a %s table without primary key value cannot be proceeded.主キー値なしでテーブルに挿入できません。
2180Primary key is mandatory for UPDATE.UPDATE には主キーが必要です。
2181Invalid index name starting with (%s) which is the same as primary key index.インデックス名が無効です。プライマリインデックスと同じ接頭辞で始まっています。
2182You cannot drop the primary key index (%s).プライマリキーインデックスは削除できません。
2183Append mode for table (%s) is not supported.このテーブルは APPEND モードに対応していません。
2184Specified property value is invalid in %s table.テーブルに指定したプロパティ値が無効です。
2185Invalid database name. This database name is already used for mount.データベース名が無効です。この名前は既にマウントに使用されています。
2186Invalid database name.データベース名が無効です。
2187Error in unmounting database. Some tables in mounted database are accessed by other transactions他のトランザクションが、マウント済みデータベース内のテーブルを参照しているため、マウントを解除できません。
2188The database is not mounted.データベースはマウントされていません。
2189Error in deleting rows. Only rows in VOLATILE / LOOKUP table can be deleted.行を削除できません。削除できるのは VOLATILE/LOOKUP テーブルの行だけです。
2190Invalid UPDATE/DELETE condition. Specify it as (primary key column) = (value)UPDATE/DELETE 条件が無効です。「主キー列 = 値」で指定してください。
2191WHERE clause in DELETE statement is not supported yet.DELETE 文の WHERE 句はまだサポートしていません。
2192Index type for keyword index only supports keyword bitmap or keyword LSM.キーワードインデックスのタイプは、キーワードビットマップまたはキーワード LSM のみサポートしています。
2193Error in creating collector. The regular expression file (%s) does not exist.Collector を作成できません。正規表現ファイルが存在しません。
2194Error in creating collector. The regular expression file path has not specified.Collector を作成できません。正規表現ファイルのパスが未指定です。
2195Buffer size insufficient.バッファーサイズが不足しています。
2196Error in loading data. File (%s) does not exist.データをロードできません。ファイルが存在しません。
2197Error in loading data with automatic mode. The table (%s) already exists.自動モードでデータをロードできません。テーブルが既に存在します。
2198Error in loading data. The table (%s) doesn’t exists.データをロードできません。テーブルが存在しません。
2199CSV parsing error occurred in %d line: [%s]CSV の解析中にエラーが発生しました。
2200[%s] is not valid string terminator or encloser.文字列の終端文字または囲み文字が無効です。
2201The automatic loading mode is invalid.自動ロードモードが無効です。
2202The automatic column detection has been failed. No data or invalid headers.列の自動検出に失敗しました。データがないか、ヘッダーが無効です。
2203Invalid encoding.エンコーディングが無効です。
2204Failed to convert %s to UTF8.UTF8 への変換に失敗しました。
2205A modulo operator can be applied only for integer types.剰余演算子は整数型にのみ適用できます。
2206Tablespace name cannot be specified in non automode非自動モードではテーブルスペース名を指定できません。
2207Error in saving table into file (%s). File already exists.テーブルをファイルに保存できません。ファイルが既に存在します。
2208Expression argument type is mismatched.式の引数の型が一致しません。
2209Error in connecting to collector manager. The collector manager (%s:%d) doesn’t exists.Collector Manager に接続できません。Collector Manager が存在しません。
2210Error in executing CREATE command. The collector manager (%s) returns error.CREATE コマンドの実行中に Collector Manager がエラーを返しました。
2211Error in executing DROP command. The collector manager (%s) returns error.DROP コマンドの実行中に Collector Manager がエラーを返しました。
2212Error in running collector manager. The collector manager (%s) is already running.Collector Manager を実行できません。既に実行中です。
2213Error in stopping collector manager. The collector manager (%s) is not running.Collector Manager を停止できません。実行中ではありません。
2214Error in starting collector manager. The collector manager (%s) is already started.Collector Manager を起動できません。既に実行中です。
2215Error in starting command execution. The collector manager (%s) returns error.コマンドの実行開始時に Collector Manager がエラーを返しました。
2216Error in executing collector CREATE command. The collector (%s.%s) returns error.Collector 作成コマンドの実行中に Collector がエラーを返しました。
2217Error in receiving meta data from collector manager (%s-%s:%d).Collector Manager からのメタデータ受信中にエラーが発生しました。
2218Collector manager (%s) does not exist.Collector Manager がありません。
2219Error in creating collector manager. The collector manager (%s) already exists.Collector Manager を作成できません。既に存在します。
2220Error in executing command. The collector manager (%s) returns error.コマンドの実行中に Collector Manager がエラーを返しました。
2221Manager name is not specified.Manager 名が指定されていません。
2222Error in read protocol. Send %s protocol, but received %d protocol.プロトコルの読み取りエラーが発生しました。
2223Unable to establish connection with collectormanager (%s).Collector Manager に接続できません。
2224Manager name is not specified.Manager 名が指定されていません。
2225Invalid set column unit.列単位の設定が無効です。
2226Invalid character (’%c’).文字が無効です。
2227The collector source (%s.%s) already exists.Collector のソースが既に存在します。
2228Invalid procedure (%s).プロシージャーが無効です。
2229Invalid argument value for function (%s).関数の引数の値が無効です。
2230Wrong number of arguments in call to ‘%s’.関数の呼び出し時の引数の数が無効です。
2231strcpy function error (%d).strcpy 関数のエラーが発生しました。
2232Calculation argument type (%s), (%s) error.演算の引数の型が無効です。
2233Error occurred at column (%u): (%s)列でエラーが発生しました。
2234Set operator columns counts are mismatched by %d and %d.集合演算子の左右で列数が一致しません。
2235SERIES BY clause is not allowed here.ここでは SERIES BY 句を使用できません。
2236For a table list in FROM clause, The number of tables should be less than 32.FROM 句のテーブル数は 32 未満である必要があります。
2237The index <%s> is not an index for the table <%s>.このインデックスは対象テーブルのインデックスではありません。
2238This type of join is not allowed.このタイプの結合は使用できません。
2239Invalid use of aggregation function.集計関数の使用方法が無効です。
2240Cannot fetch column with type (%s).この型の列はフェッチできません。
2241Join between LOG table and fixed table is not supported in Cluster Edition.Cluster Edition では、LOG テーブルと固定テーブルの結合はサポートしていません。
2242Only equal predicate for joining LOG tables is available in Cluster Edition.Cluster Edition の LOG テーブルの結合では、等価述語のみ使用できます。
2243DELETE statement with the number of rows is not supported in Cluster Edition.Cluster Edition では、行数を指定する DELETE 文はサポートしていません。
2244Allocate collector columns meta failure.Collector の列メタデータの割り当てに失敗しました。
2245Allocate collector column target failure.Collector の列ターゲットの割り当てに失敗しました。
2246Identifier %.*s is too long.識別子が長すぎます。
2247DATETIME earlier than 1970-01-01 00:00:00 (UTC) is not valid.1970-01-01 00:00:00(UTC)より前の DATETIME は無効です。
2248Insufficient column definitions.列定義が不足しています。
2249Invalid DELETE condition.DELETE 条件が無効です。
2250You cannot execute DDL on compoment table/index of TAGDATA table explictly.TAGDATA テーブルの構成テーブル・インデックスに対して DDL を明示的に実行できません。
2251You cannot define columns with duplicate flag (%s) in TAGDATA table.TAGDATA テーブルに、同じフラグを持つ列を重複して定義できません。
2252Invalid column type (%s) for flag (%s) in TAGDATA table.TAGDATA テーブルのフラグに対する列の型が無効です。
2253Mandatory column definition (PRIMARY KEY / BASETIME) is missing.必須列(PRIMARY KEY/BASETIME)の定義がありません。
2254Column flag (%s) is only allowed for TAG table.列フラグは TAG テーブルでのみ使用できます。
2255Primary key of TAGDATA table is not defined in metadata.TAGDATA テーブルの主キーがメタデータに定義されていません。
2256Metadata column definition is allowed only in TAGDATA table.メタデータ列の定義は TAGDATA テーブルでのみ使用できます。
2257Metadata insertion is allowed only in TAGDATA table.メタデータの挿入は TAGDATA テーブルでのみ使用できます。
2258Metadata key (%.*s) for the TAG table has already been inserted.TAG テーブルのメタデータキーは既に挿入されています。
2259Metadata of TAGDATA table is not found. (Key = %s)TAGDATA テーブルのメタデータが見つかりません。
2260Failed to allocate new metadata of TAGDATA table (Current Size=%llu).TAGDATA テーブルの新しいメタデータを割り当てられませんでした。
2261You cannot insert metadata into TAGDATA table with ON DUPLICATE KEY UPDATE clause.ON DUPLICATE KEY UPDATE 句を使用して TAGDATA テーブルにメタデータを挿入できません。
2262Direct DML on component tables of TAGDATA table is not allowed.TAGDATA テーブルの構成テーブルへの直接の DML は使用できません。
2263You can create only one TAGDATA table.TAGDATA テーブルは 1 個だけ作成できます。
2264Cannot read a column (%s) in ROLLUP query because it is not a ROLLUP column.ROLLUP クエリでこの列を読み取れません。ROLLUP 列ではありません。
2265Reading TAGDATA table without primary key condition is not allowed.主キー条件なしで TAGDATA テーブルを読み取ることはできません。
2266You cannot delete raw data of TAGDATA table with WHERE condition.WHERE 条件を使用して TAGDATA テーブルの生データを削除できません。
2267Primary key in TAGDATA table should be compared by ‘=’ or ‘IN’ operation.TAGDATA テーブルの主キーは、= または IN 演算子で比較する必要があります。
2268Primary key in TAGDATA table should be compared with constant value.TAGDATA テーブルの主キーは定数値と比較する必要があります。
2269Outerjoin on TAGDATA table is not allowed.TAGDATA テーブルでは外部結合を使用できません。
2270TAGDATA table’s name should be ‘TAG’.TAGDATA テーブルの名前は TAG である必要があります。
2271You must insert key value of TAGDATA table as constant.TAGDATA テーブルのキー値は定数で挿入する必要があります。
2272Index id (%llu) does not exist in meta database.インデックス ID(%llu)がメタデータベースに存在しません。
2273The user does not have privileges on TAGDATA DDL.ユーザーに TAGDATA の DDL を実行する権限がありません。
2274Failed to free new metadata of TAGDATA table.TAGDATA テーブルの新しいメタデータを解放できませんでした。
2275The INSERT SELECT statement to the TAGDATA table is not allowed in enterprise edition.Enterprise Edition では TAGDATA テーブルへの INSERT SELECT 文は使用できません。
2276Component table (%s) of TAGDATA table already exists.TAGDATA テーブルの構成テーブルが既に存在します。
2277Table or index name that starts with ‘_TAG’ is reserved._TAG で始まるテーブル名・インデックス名は予約されています。
2278UPDATE statement is not allowed for %s.UPDATE 文は使用できません。
2279Invalid tag name insertion to TAGDATA table (name = ‘%s’).TAGDATA テーブルに挿入しようとしたタグ名が無効です。
2280Invalid tag name insertion due to wrong bind variable.バインド変数が不正なため、挿入するタグ名が無効です。
2281DURATION clause is not applicable on %s.DURATION 句を適用できません。
2282The DELETE statement for table ‘%s’ is already been executed.このテーブルに対する DELETE 文が既に実行中です。
2283IN subquery on TAGDATA table is not allowed.TAGDATA テーブルでは IN サブクエリを使用できません。
2284Internal NULL value exists in the condition expression.条件式に内部 NULL 値が存在します。
2285Internal error: %s.内部エラーが発生しました。
2286Memory allocation failed while creating TAGDATA table. You may need to decrease TAG_DATA_PART_SIZE in machbase.conf.TAGDATA テーブルの作成中にメモリを割り当てられませんでした。machbase.conf の TAG_DATA_PART_SIZE を小さくする必要がある場合があります。
2287TAGDATA name value (%s) is too long.TAGDATA のタグ名の値が長すぎます。
2288Aggregate function is expected at (%.*s).集計関数が必要です。
2289Non-constant expression is not allowed for PIVOT values.PIVOT 値に非定数の式は使用できません。
2290%s cannot be altered.変更できません。
2291Table name ‘TAG’ must be used for TAGDATA table.テーブル名 TAG は TAGDATA テーブル専用です。
2292The order of columns in TAGDATA table must be (PRIMARY, BASETIME, SUMMARIZED, other columns, .. ).TAGDATA テーブルの列順は PRIMARY、BASETIME、SUMMARIZED、その他の列である必要があります。
2293Column meta for bind param[%d] is not available.バインドパラメーターに対応する列メタデータを取得できません。
2294JOIN more than one TAGDATA table is not supported.複数の TAG テーブルの結合はサポートしていません。
2295Invalid ordinal number ID_COLUMN (%lld) and TIME_COLUMN (%lld).ID_COLUMN、TIME_COLUMN の序数が無効です。
2296Interpolation requires only one BETWEEN expression.補間クエリには BETWEEN 式が 1 つだけ必要です。
2297BETWEEN has invalid expression (%s).BETWEEN 式が無効です。
2298FREQUENCE must be a factor of INTERPOLATION_INTERVAL (%lld).FREQUENCE は INTERPOLATION_INTERVAL の約数である必要があります。
2299Only BETWEEN condition is supported.BETWEEN 条件のみサポートしています。
2300Interpolation column is missing. (%s)補間列がありません。
2301Some properties are missing for interpolation.補間に必要なプロパティの一部がありません。
2302Invalid interpolation interval property: %lld.補間間隔のプロパティが無効です。
2303You must use higher ROLLUP unit.より大きい ROLLUP 単位を使用してください。
2304Interpolation is not applicable on (%s).補間を適用できません。
2305JOIN is not applicable for interpolation.補間には JOIN を適用できません。
2306Interpolation interval value(%lld) should be less than checkpoint interval value(%lld).補間間隔はチェックポイント間隔より小さい必要があります。
2307Interpolation interval value(%lld) should be less than ROLLUP unit (%s).補間間隔は ROLLUP 単位より小さい必要があります。
2308Checkpoint interval value(%lld) should be less than ROLLUP unit (%s).チェックポイント間隔は ROLLUP 単位より小さい必要があります。
2309Checkpoint interval value(%lld) should be divide by interpolation value(%lld).チェックポイント間隔は補間間隔で割り切れる必要があります。
2310Invalid interpolation checkpoint property: %lld.補間チェックポイントのプロパティが無効です。
2311%s cannot be used in interpolation query.補間クエリでは使用できません。
2312Rollup delete can only be done on the Interpolation Tag table.ROLLUP データの削除は補間 TAG テーブルでのみ実行できます。
2313Unable to execute ROLLUP DELETE with the given range.指定範囲で ROLLUP DELETE を実行できません。
2314Regular duration backup does not support a backup of the TAG table (Try incremental backup which permits the action on the TAG table).期間指定バックアップは TAG テーブルに対応していません。TAG テーブルに対応する増分バックアップを試してください。
2315Snapshot is not supported.スナップショットはサポートしていません。
2316Invalid expression in DURATION clause: %.*sDURATION 句の式が無効です。
2317Function execution failed: %s (errno=%d)関数の実行に失敗しました。
2318Can not connect Lookup NodeLookup ノードに接続できません。
2319Error on Lookup NodeLookup ノードでエラーが発生しました。
2320Lookup Node is not readyLookup ノードの準備ができていません。
2321Data is not found in Lookup Node.Lookup ノードでデータが見つかりません。
2322Mandatory column definition (PRIMARY KEY) is missing.必須列(PRIMARY KEY)の定義がありません。
2323Table REFRESH is not applicable on %s.テーブルのリフレッシュを適用できません。
2324Cannot delete tagmeta. there exist data with deleted_tag key.削除対象のタグキーを持つデータが存在するため、タグメタデータを削除できません。
2325Integer %s type overflow.整数型のオーバーフローが発生しました。
2326Backup/Mount is not supported.バックアップ・マウントはサポートしていません。
2327Pivot is not supported in rollup query.ROLLUP クエリでは PIVOT をサポートしていません。
2328Cannot insert a new tag since the number of tags has exceeded MAX_TAG_COUNT(%lld).タグ数が MAX_TAG_COUNT を超えているため、新しいタグを挿入できません。
2329Cannot insert a new tag since the number of tags has exceeded TAG_COUNT_LIMIT(%lld).タグ数が TAG_COUNT_LIMIT を超えているため、新しいタグを挿入できません。
2330Mandatory column definition (ULONG / DATETIME) is missing.必須列(ULONG/DATETIME)の定義がありません。
2331RANGE expression is not applicable on the table (%s).このテーブルに RANGE 式を適用できません。
2332Unable to create an index on the column (%s).この列にはインデックスを作成できません。
2333This column(%s) can’t be more than %d.この列は %d 個を超えて作成できません。
2334Tag Index is not yet supported.タグインデックスはまだサポートしていません。
2335Failed to delete all on this table. It is recommended to use EXEC TABLE_REFRESH(%s).テーブルの全データを削除できませんでした。EXEC TABLE_REFRESH の使用を推奨します。
2336CASCADE option is not applicable on %s.CASCADE オプションを適用できません。
2337Unable to define more than one column attribute (%s).複数の列属性を定義することはできません。
2339The type of %s column (%s) is different from that of VALUE column (%s).列の型が VALUE 列の型と異なります。
2340SUMMARIZED column does not exist for %s.SUMMARIZED 列がありません。
2341SUMMARIZED value is greater than UPPER LIMIT.SUMMARIZED 値が UPPER LIMIT を超えています。
2342SUMMARIZED value is less than LOWER LIMIT.SUMMARIZED 値が LOWER LIMIT 未満です。
2343LOWER LIMIT must not be greater than UPPER LIMIT.LOWER LIMIT は UPPER LIMIT を超えることはできません。
2344Not numeric type. (%s)数値型ではありません。
2345Column flag (%s) is only allowed for TAGMETA table.列フラグは TAGMETA テーブルでのみ使用できます。
2346Column type (%s) is not allowed for default value.この列の型はデフォルト値として使用できません。
2347SYSDATE is only allowed for default value.SYSDATE はデフォルト値としてのみ使用できます。
2348Alter table set %s not support on cluster.クラスタでは、指定したプロパティの ALTER TABLE SET はサポートしていません。
2349Bind variable is not supported for new tag.新しいタグにバインド変数は使用できません。
2350The function (%s) requires OVER clause.この関数には OVER 句が必要です。
2351Window function is allowed only in SELECT list.ウィンドウ関数は SELECT リストでのみ使用できます。
2352OVER clause is not applicable on (%s).OVER 句を適用できません。
2353Invalid data type (%s) in OVER clause.OVER 句の型が無効です。
2354Constant is not allowed in OVER clause.OVER 句では定数を使用できません。
2355Type (%s) is not supported.サポートしていない型です。
2356Origin must be the first day of the month.Origin は対象月の 1 日である必要があります。
2600SEQUENCE property is not applicable in the table.このテーブルには SEQUENCE 属性を適用できません。
2601Invalid function in a SEQUENCE column. NEXTVAL must be used.SEQUENCE 列の関数が無効です。NEXTVAL を使用してください。
2602NEXTVAL is applicable only in INSERT statement.NEXTVAL は INSERT 文でのみ使用できます。
2603NEXTVAL is applicable only in SEQUENCE columns.NEXTVAL は SEQUENCE 列にのみ適用できます。
2604Sequence column must be LONG type.SEQUENCE 列は LONG 型である必要があります。
2651Dependent ROLLUP table exists.依存する ROLLUP テーブルがあります。
2652Not a ROLLUP table. (%s)ROLLUP テーブルではありません。
2653Rollup interval must be greater than source rollup interval.ROLLUP 間隔はソースの ROLLUP 間隔より大きい必要があります。
2654ROLLUP (%s) is not found.ROLLUP が見つかりません。
2655Rollup interval source rollup interval Must Divide Zero.ROLLUP 間隔はソースの ROLLUP 間隔で割り切れる必要があります。
2656Rollup interval must positive integer.ROLLUP 間隔は正の整数である必要があります。
2657Rollup interval must be smaller than year.ROLLUP 間隔は 1 年未満である必要があります。
2658ROLLUP is not enabled for %s.ROLLUP が有効になっていません。
2659Rollup maximum count is 100.ROLLUP の最大数は 100 です。
2670Rollup user ID(%d) is not equal to Source user ID(%d)ROLLUP のユーザー ID とソースのユーザー ID が一致しません。
2671Invalid type for ROLLUP column (%s).ROLLUP 列の型が無効です。
2672Json path is not specified on %s.JSON パスが指定されていません。
2673Json path is not applicable on %s.JSON パスを適用できません。
2674ROLLUP query must have a target column.ROLLUP クエリには対象列が必要です。
2675Cannot use more than one ROLLUP column in a ROLLUP query.ROLLUP クエリで複数の ROLLUP 列は使用できません。
2676Not a TAG table.TAG テーブルではありません。
2677Invalid rollup time unit (%s).ROLLUP の時間単位が無効です。
2678WITH ROLLUP requires a SUMMARIZED column.WITH ROLLUP には SUMMARIZED 列が必要です。
2679Failed to create ROLLUP by WITH ROLLUP option.WITH ROLLUP オプションによる ROLLUP の作成に失敗しました。
2680ROLLUP (%s) is already started.ROLLUP は既に開始されています。
2681ROLLUP (%s) is already stopped.ROLLUP は既に停止しています。
2682ROLLUP extension type is different.ROLLUP の拡張種別が異なります。
2683Cannot read a column (%s) in ROLLUP query because it is not a ROLLUP time column.ROLLUP クエリでこの列を読み取れません。ROLLUP の時刻列ではありません。
2684Dependent ROLLUP table does not exist.依存する ROLLUP テーブルがありません。
2685There are no applicable ROLLUP tables.適用できる ROLLUP テーブルがありません。
2700Policy (%s) already exists.ポリシーが既に存在します。
2701Policy (%s) does not exists.ポリシーが存在しません。
2702Policy (%s) is in use.ポリシーが使用中です。
2703Table (%s) has no retention policy.テーブルに保持ポリシーがありません。
2704Table (%s) already has a retention policy.テーブルには既に保持ポリシーがあります。
2705Retention duration must be longer than 1 day.保持期間の指定値が無効です。1 以上の値を指定してください。サーバーメッセージの「1 day」は旧仕様の表記です。
2706Retention interval must be longer than 1 hour.保持処理の実行間隔が無効です。1 以上の値を指定してください。サーバーメッセージの「1 hour」は旧仕様の表記です。
2707Retention is not applicable on the table (%s).このテーブルに保持ポリシーを適用できません。
2708Only SYS user can create or drop RETENTION.RETENTION を作成・削除できるのは SYS ユーザーだけです。
2800The stream query is too long. (max=2048)ストリームクエリが長すぎます。
2801The stream query is not applicable.ストリームクエリを適用できません。
2802Cannot get table information.テーブル情報を取得できません。
2803Specified stream query statement has no LOG table.指定したストリームクエリに LOG テーブルがありません。
2804Specified stream query statement has more than 1 LOG tables.指定したストリームクエリに複数の LOG テーブルがあります。
2805The stream query (%s) is not found.ストリームクエリが見つかりません。
2806The stream query (%s) already exists.ストリームクエリが既に存在します。
2807The stream query (%s) is already started.ストリームクエリは既に開始されています。
2808The stream query (%s) is already stopped.ストリームクエリは既に停止しています。
2809The stream query (%s) is still running.ストリームクエリが実行中です。
2810Cannot execute the stream query (%s).ストリームクエリを実行できません。
2811The stream query (%s) is executed automatically by the system.システムがストリームクエリを自動実行します。
2812The Frequency clause is not allowed here.ここでは Frequency 句を使用できません。
2813Invalid ROLLUP expression. (Token = %s, Unit = %ld)ROLLUP 式が無効です。
2814Invalid ROLLUP target. BASETIME column of TAGDATA table is the only target.ROLLUP の対象が無効です。TAG テーブルの BASETIME 列のみ指定できます。
2815Different ROLLUP expressions are used in a single SELECT query.1 つの SELECT クエリに異なる ROLLUP 式が使用されています。
2816Only rollup column with aggregate function can be referenced in ROLLUP SELECT query.ROLLUP SELECT クエリでは、集計関数を使用する ROLLUP 列だけを参照できます。
2817ROLLUP expression must be used in SELECT query.SELECT クエリには ROLLUP 式を指定する必要があります。
2818Invalid ROLLUP target (%s).ROLLUP の対象が無効です。
2819ROLLUP thread is running.ROLLUP スレッドが稼働中です。
2820ROLLUP thread is not running.ROLLUP スレッドは稼働していません。
2821Another DDL/DELETE/SNAPSHOT is in progress.DDL/DELETE/SNAPSHOT が実行中です。
2822Invalid expression in ROLLUP query : %.*sROLLUP クエリの式が無効です。
2823Invalid table in ROLLUP query: %sROLLUP クエリのテーブルが無効です。
2825Extended column(%s) cannot be used in ROLLUP query.拡張列は ROLLUP クエリで使用できません。
2826User (%s) can’t revoke from table (%s.%s).ユーザーはテーブルに対する権限を取り消せません。
2827User does not have grant privileges.ユーザーに権限を付与する権限がありません。
2828User does not have revoke privileges.ユーザーに権限を取り消す権限がありません。
2829Only SYS user can create or drop user.ユーザーを作成・削除できるのは SYS ユーザーだけです。
2830The user does not have (%s) privilege on table(%s.%s).ユーザーにテーブルに対する権限がありません。
2831You can’t grant UPDATE privilege on Log Table.LOG テーブルには UPDATE 権限を付与できません。
2832You can’t revoke UPDATE privilege on Log Table.LOG テーブルの UPDATE 権限は取り消せません。
2833You can only grant SELECT privileges on Mounted database.マウントしたデータベースには SELECT 権限だけを付与できます。
3000Statement ID overflow (Limit = %u, Curr = %u).ステートメント ID の上限を超えました。
3001Statement query length is zero.ステートメントのクエリ長が 0 です。
3002Task pool initialization error.タスクプールの初期化エラーが発生しました。
3003Statement pool initialization error.ステートメントプールの初期化エラーが発生しました。
3004Queue creation error.キューの作成エラーが発生しました。
3005Statement allocation error.ステートメントの割り当てエラーが発生しました。
3006Unknown meta type error (typecode is %u). Internal error.不明なメタデータ型です。(内部エラー)
3007Insufficient protocol buffer size. Increase it.プロトコルバッファーのサイズが不足しています。サイズを増やしてください。
3008Invalid protocol state. Check your application again. (Protocol = %s, State = %s)プロトコルの状態が無効です。アプリケーションを確認してください。
3009Invalid execute protocol data (%s).実行プロトコルのデータが無効です。
3010Error in fetch protocol: not enough buffer size to execute it. Increase the size.バッファー不足によるフェッチプロトコルのエラーです。バッファーサイズを増やしてください。
3011Send error.送信エラーが発生しました。
3012Memory allocation error.メモリの割り当てエラーが発生しました。
3013Invalid table name for append table. Table name is omitted.APPEND 先のテーブル名が指定されていません。
3014Invalid append protocol data (%s).APPEND プロトコルのデータが無効です。
3015Endian is not specified for append. Check endian information.入力のエンディアンが未指定です。エンディアン情報を確認してください。
3016Too many columns are specified for append. Cannot append more than %d columns入力に指定した列数が多すぎます。
3017Too large record size for append. Cannot append more than %d bytes per record.入力レコードのサイズが大きすぎます。
3018It exceeds the specified max. block size (%d). Check append data structure of your applcation.指定した最大ブロックサイズを超えました。アプリケーションの APPEND データ構造を確認してください。
3019Explain plan error. Use it for SELECT statement only.実行計画を表示できません。実行計画は SELECT 文でのみ使用できます。
3020Explain plan is not allowed in prepared mode.Prepared モードでは実行計画を表示できません。
3021Protocol versions are not matched: Server (%d.%d.%d) Client (%d.%d.%d)サーバーとクライアントのプロトコルバージョンが一致しません。
3022Failed to get handle limit from the system.システムのハンドル上限を取得できませんでした。
3023Handle limit(%d) from the system is less than that of property(%d). Tune system handle limit or decrease the property ‘HANDLE_LIMIT’システムのハンドル上限がプロパティ値未満です。システム側の上限を調整するか、HANDLE_LIMIT を小さくしてください。
3024Invalid session ID (%llu).セッション ID が無効です。
3025Not enough privileges to manipulate the session. (%llu)セッションを操作する権限が不足しています。
3026You should log in with the same user name in the target session. Now (%d) Target(%d)操作対象のセッションと同じユーザー名でログインする必要があります。
3027This statement has been canceled.ステートメントがキャンセルされました。
3028Invalid session property name. Name (%s) does not exist.セッションプロパティ名が無効です。その名前は存在しません。
3029Error in converting session property (%s). Cannot convert string (%s) to integer.セッションプロパティの変換でエラーが発生しました。文字列を整数に変換できません。
3030Invalid session property value. Check the session value (%s)セッションプロパティの値が無効です。設定値を確認してください。
3031Protocol error.プロトコルエラーが発生しました。
3032Error in getting license meta. Check DB image and binary.ライセンスメタデータの取得でエラーが発生しました。DB イメージとバイナリーファイルを確認してください。
3033Error in opening meta.メタデータを開く際にエラーが発生しました。
3034Error in executing meta.メタデータ処理中にエラーが発生しました。
3035Error in closing meta.メタデータを閉じる際にエラーが発生しました。
3036The license is expired(%s).ライセンスが期限切れです。
3037The license is invalid or the license file does not exist(%s).ライセンスファイルが存在しないか無効です。
3038License violation detected. You have exceeded your license limit(%u) or expiry date(%s). For more information, contact sales@machbase.com.ライセンス違反です。上限を超えているか期限切れです。詳細は sales@machbase.com にお問い合わせください。
3039Session count exceed: (maxcount =%llu).許可されたセッション数を超えました。
3040Unable to shutdown since the server is busy.未完了の処理があるため、サーバーを停止できません。
3041AppendBatch error: %s.AppendBatch に失敗しました。
3042Recovery in progress.復旧処理を実行中です。
3043Array Execute is not applicable for SELECT query.SELECT クエリでは配列実行を使用できません。
3044Wrong TIMEZONE string error: %s.タイムゾーンが無効です。
3045Invalid context at %s.コンテキストが無効です。
3046Communication module error (rc=%d): [%s].通信モジュールでエラーが発生しました。
3047Failed to call function %s (rc=%d)関数の呼び出しに失敗しました。
3100Append Operation is not supported in Cluster EditionCluster Edition では APPEND 操作をサポートしていません。
3101Can’t convert (%s) to number数値に変換できません。
3102Can’t decode in base64Base64 をデコードできません。
3103not supported JSON type (%d)サポートしていない JSON 型です。
3104Column count for append is not matched with Meta入力の列数がメタデータと一致しません。
3105The table type for append is not valid入力先のテーブルタイプが無効です。
3106the JSON format is not validJSON 形式が無効です。
3107Can’t get the meta info for append table入力先テーブルのメタデータを取得できません。
3108Can’t read data from or write data into network bufferネットワークバッファーからの読み取り、または書き込みができません。
3109The URL (%s) is not valid formatURL の形式が無効です。
3110Timeout in waiting for response応答待ちがタイムアウトしました。
3111Can’t connect to proxy server (%s:%d)プロキシサーバーに接続できません。
3112Tag name in JSON must be string typeタグ名は string 型である必要があります。
3113Tag name (%s) does not exist in meta listタグ名がメタデータのリストにありません。
3114The HTTP memory request exceeded the limit of (%lld). Change the property (HTTP_MAX_MEM) and restart serverHTTP のメモリ要求が上限を超えました。HTTP_MAX_MEM を変更してサーバーを再起動してください。
3115Table name is omitted from the JSON formatJSON にテーブル名が指定されていません。
3116Wrong Base64 Format ReceivedBase64 形式が無効です。
3117Only Basic Authorization Accept To Login.ログインには Basic 認証のみ使用できます。
3118There is No Authorization Header.認証ヘッダーがありません。
3119The value of tag default column<%d> must not be NULLTAG の基本列の値は NULL にできません。
3120The timezone (%s) is invalid.タイムゾーンが無効です。
3121Fail to get json objectJSON オブジェクトの取得に失敗しました。
3122There is no argument for Rest APIREST API の引数がありません。
3123Count value is not valid for Rest APIREST API の Count 値が無効です。
3124Interval value is not valid for Rest APIREST API の Interval 値が無効です。
3125Interval type is not valid for Rest APIREST API の Interval 型が無効です。
3126The requested URL for the REST API is not valid要求された REST API の URL が無効です。
3127The requested URL for the REST API is not supported要求された REST API の URL はサポートしていません。
3128TAG_STAT is not available for table %s.このテーブルでは TAG_STAT を使用できません。
3200Server is not running.サーバーは稼働していません。
3201Invalid statement state: (%d)ステートメントの状態が無効です。
3202Column index is out of range.列インデックスが範囲外です。
3203The length of data exceeded the size of buffer.データ長がバッファーサイズを超えています。
3204Append data ip string is null.入力データの IP 部分が空です。
3205Append data datetime string(%s) is null.入力データの時刻部分が空です。
3206Invalid column type (%d).列の型が無効です。
3207Invalid statement type (%d).ステートメントの型が無効です。
3208Server thread error: %d - %sサーバースレッドで問題が発生しました。
3209statement is busy. (%d)ステートメントが使用中です。
3210This connection has been already disconnected接続が切断されています。
3211Database already exists.データベースは既に作成されています。
3212Database does not exist.データベースが存在しません。
3213Server is running.サーバーは稼働中です。
3214Failed to open dbs(%s) directory.dbs ディレクトリを開けませんでした。
3215ALTER SESSION statement is not supported.ALTER SESSION はサポートしていません。
最終更新日