ScalarDB Data Loader エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB Data Loader のエラーコードの一覧を 示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
DB-DATA-LOADER-1xxxx | ユーザーエラーカテゴリのエラー |
DB-DATA-LOADER-3xxxx | 内部エラーカテゴリのエラー |
DB-DATA-LOADER-1xxxx
ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-DATA-LOADER-10000
メッセージ
Data chunk queue size must be greater than 0
DB-DATA-LOADER-10001
メッセージ
The directory '%s' does not have write permissions. Please ensure that the current user has write access to the directory
DB-DATA-LOADER-10002
メッセージ
Failed to create the directory '%s'. Please check if you have sufficient permissions and if there are any file system restrictions. Details: %s
DB-DATA-LOADER-10003
メッセージ
Directory path cannot be null or empty
DB-DATA-LOADER-10004
メッセージ
No file extension was found in the provided file name %s
DB-DATA-LOADER-10005
メッセージ
Invalid file extension: %s. Allowed extensions are: %s
DB-DATA-LOADER-10006
メッセージ
Invalid key: Column %s does not exist in the table %s in namespace %s
DB-DATA-LOADER-10007
メッセージ
Invalid base64 encoding for blob value '%s' for column %s in table %s in namespace %s
DB-DATA-LOADER-10008
メッセージ
Invalid number '%s' specified for column %s in table %s in namespace %s
DB-DATA-LOADER-10009
メッセージ
Method null argument not allowed
DB-DATA-LOADER-10010
メッセージ
The provided clustering key %s was not found
DB-DATA-LOADER-10011
メッセージ
The column '%s' was not found
DB-DATA-LOADER-10012
メッセージ
The provided partition key is incomplete. Required key: %s
DB-DATA-LOADER-10013
メッセージ
The provided clustering-key order does not match the table schema. Required order: %s
DB-DATA-LOADER-10014
メッセージ
The provided partition-key order does not match the table schema. Required order: %s
DB-DATA-LOADER-10015
メッセージ
Missing namespace or table: %s, %s
DB-DATA-LOADER-10016
メッセージ
Failed to retrieve table metadata. Details: %s
DB-DATA-LOADER-10017
メッセージ
Duplicate data mappings found for table '%s' in the control file
DB-DATA-LOADER-10018
メッセージ
No mapping found for column '%s' in table '%s' in the control file. Control file validation set at 'FULL'. All columns need to be mapped
DB-DATA-LOADER-10019
メッセージ
The control file is missing data mappings
DB-DATA-LOADER-10020
メッセージ
The target column '%s' for source field '%s' could not be found in table '%s'
DB-DATA-LOADER-10021
メッセージ
The required partition key '%s' is missing in the control file mapping for table '%s'
DB-DATA-LOADER-10022
メッセージ
The required clustering key '%s' is missing in the control file mapping for table '%s'
DB-DATA-LOADER-10023
メッセージ
Duplicated data mappings found for column '%s' in table '%s'
DB-DATA-LOADER-10024
メッセージ
Missing required field or column mapping for clustering key %s
DB-DATA-LOADER-10025
メッセージ
Missing required field or column mapping for partition key %s
DB-DATA-LOADER-10026
メッセージ
Missing field or column mapping for %s
DB-DATA-LOADER-10027
メッセージ
Something went wrong while converting the ScalarDB values to strings. The table metadata and Value datatype probably do not match. Details: %s
DB-DATA-LOADER-10028
メッセージ
The provided file format is not supported : %s
DB-DATA-LOADER-10029
メッセージ
Could not find the partition key
DB-DATA-LOADER-10030
メッセージ
The source record needs to contain all fields if the UPSERT turns into an INSERT
DB-DATA-LOADER-10031
メッセージ
Record already exists
DB-DATA-LOADER-10032
メッセージ
Record was not found
DB-DATA-LOADER-10033
メッセージ
Could not find the clustering key
DB-DATA-LOADER-10034
メッセージ
No table metadata found
DB-DATA-LOADER-10035
メッセージ
The data mapping source field '%s' for table '%s' is missing in the JSON data record
DB-DATA-LOADER-10036
メッセージ
The CSV row: %s does not match header: %s
DB-DATA-LOADER-10037
メッセージ
Expected JSON file content to be an array
DB-DATA-LOADER-10038
メッセージ
Missing option: either the '--namespace' and '--table' options or the '--control-file' option must be specified
DB-DATA-LOADER-10039
メッセージ
The file '%s' specified by the argument '%s' does not exist
DB-DATA-LOADER-10040
メッセージ
Cannot write to the log directory: %s
DB-DATA-LOADER-10041
メッセージ
Failed to create the log directory: %s
DB-DATA-LOADER-10042
メッセージ
Failed to parse the control file: %s
DB-DATA-LOADER-10043
メッセージ
No permission to create or write files in the directory: %s
DB-DATA-LOADER-10044
メッセージ
Failed to create the directory: %s
DB-DATA-LOADER-10045
メッセージ
Path exists but is not a directory: %s
DB-DATA-LOADER-10046
メッセージ
File path must not be blank
DB-DATA-LOADER-10047
メッセージ
File not found: %s
DB-DATA-LOADER-10048
メッセージ
Invalid date time value '%s' specified for column %s in table %s in namespace %s
DB-DATA-LOADER-10049
メッセージ
Key value cannot be null or empty
DB-DATA-LOADER-10050
メッセージ
Invalid key-value format: %s
DB-DATA-LOADER-10051
メッセージ
Value must not be null
DB-DATA-LOADER-10052
メッセージ
Delimiter must not be null
DB-DATA-LOADER-10053
メッセージ
Config file path must not be blank
DB-DATA-LOADER-10054
メッセージ
Data chunk size must be greater than 0
DB-DATA-LOADER-10055
メッセージ
Transaction size must be greater than 0
DB-DATA-LOADER-10056
メッセージ
Number of max threads must be greater than 0
DB-DATA-LOADER-3xxxx
ステータスコード
以下は、内部エラーカテゴリのステータスコードとメッセージです。
DB-DATA-LOADER-30000
メッセージ
A problem occurred while trying to save the data. Details: %s
DB-DATA-LOADER-30001
メッセージ
A problem occurred while scanning. Are you sure you are running in the correct transaction mode? Details: %s
DB-DATA-LOADER-30002
メッセージ
Failed to read CSV file. Details: %s
DB-DATA-LOADER-30003
メッセージ
Failed to CSV read header line. Details: %s
DB-DATA-LOADER-30004
メッセージ
Data chunk processing was interrupted. Details: %s
DB-DATA-LOADER-30005
メッセージ
Failed to read JSON file. Details: %s
DB-DATA-LOADER-30006
メッセージ
Failed to read JSON Lines file. Details: %s