メッセージID | エラーレベル | メッセージ本文 | メッセージの意味 | パラメタの意味 | システムの処理 | 利用者の処置 |
---|---|---|---|---|---|---|
04000 | データのエラー | A syntax error occurred. File name = s*; Record number = d*; Position in record = E*; File type = t*. (u*) | データファイルに構文エラーがあります。 | s*: ファイル名 | 処理を中止します。 | データファイルの内容を修正して再実行してください。 |
04001 | データのエラー | There is the incomplete record in the file. File name = s*; Record number = d*; Start position of the record = E*; Expected token = t*; File type = u*. (v*) | レコードの途中でファイルが終了しています。「期待する字句」の記述が欠けている可能性があります。 | s*: ファイル名 | 処理を中止します。 | データファイルの内容を修正して再実行してください。 |
04002 | データのエラー | The specified schema file is empty. File name = s*; File type = t*. (u*) | スキーマ情報ファイルが空です。 | s*: ファイル名 | 処理を中止します。 | スキーマ情報ファイルにスキーマ情報を記述し再実行してください。 |
04003 | データのエラー | There is the information other than the item name in a CSV schema file. File name = s*. (t*) | CSV形式のスキーマ情報ファイルに項目名以外の情報が含まれています。 | s*: ファイル名 | 処理を中止します。 | スキーマ情報ファイルから項目名以外の情報を取り除いて再実行してください。 |
04004 | データのエラー | The size of a record has been over than is allowed. File name = s*; Record number = d*; Start position of the record = E*; File type = t*. (u*) | レコードサイズが32メガバイトを超えています。 | s*: ファイル名 | 処理を中止します。 | データファイルの内容を修正して再実行してください。 |
04005 | データのエラー | The number of items for one record does not match to the number of items at the header. File name = s*; Record number = d*. (t*) | 項目数が見出し行の項目数と異なります。 | s*: ファイル名 | 処理を中止します。 | データファイルの内容を修正して再実行してください。 |
04006 | データのエラー | The number of items for one record does not match to the number of items in the CSV schema file. Schema file name = s*; Data file name = t*; Record number = d*. (u*) | 項目数がスキーマ情報ファイルの項目数と異なります。 | s*: スキーマ情報ファイル名 | 処理を中止します。 | データファイルの内容を修正して再実行してください。または、スキーマ情報ファイルの内容を修正して再実行してください。 |
04007 | データのエラー | An overflow occurred while calculating the statistic value between input records (aggregation processing). File name = s*; Record number = d*; Aggregation item number = e*. (t*) | 集計処理でオーバーフローが発生しました。 | s*: 処理を中止したときの入力ファイル名 | 処理を中止します。 | 集計式を見直し、オーバーフローが発生しないようにしてください。 |
04008 | データのエラー | The size of a file has been over than is allowed. File name = s*. (t*) | ファイルサイズが2ギガバイトを超えています。 | s*: ファイル名 | 処理を中止します。 | サイズが2ギガバイト以下になるようにファイルを分割して再実行してください。 |
04009 | データのエラー | Unexpected token has been detected in a file. File name = s*; Record number = d*; Position in record = E*; Detected token = t*; File type = u*. (v*) | データファイルの解析において予期しない字句を検出しました。 | s*: ファイル名 | 処理を中止します。 | データファイルの内容を修正して再実行してください。 |