Skip navigation.

LIBFML メッセージ 0-99

  Previous Next

1

ERROR:Fielded buffer not aligned
ERROR: フィールド化バッファが境界付けされていません。

説明

位置が適切に調整されていないフィールド化されたバッファを使って、FML 関数がコールされました。ほとんどのマシンで、ハーフワードの位置合わせが必要です。

アクション

Use Falloc to get back a dynamically allocated, properly aligned buffer.

関連項目

Falloc(3fml)

2

ERROR:Buffer not fielded
ERROR: バッファがフィールド化されていません。

説明

フィールド化されていないバッファが、FML 関数に渡されました。つまりバッファは、初期化されていませんでした。

アクション

Use Finit to initialize a buffer allocated directly by the application, or use Falloc dynamically to allocate and initialize a fielded buffer.

関連項目

Falloc(3fml), Finit(3fml)

3

ERROR:No space in fielded buffer
ERROR: フィールド化バッファにスペースがありません。

説明

バッファにフィールドを追加するか、バッファ内のフィールドを拡張する、または2つのバッファを結合する、あるいはバッファを変更する際、十分なスペースがなく操作が完了しませんでした。

アクション

Use Frealloc dynamically to allocate a larger buffer or use Fcpy to copy the buffer to a larger buffer, and retry the operation.

関連項目

Fcpy(3fml), Frealloc(3fml)

4

ERROR:Field not present
ERROR: 該当するフィールドがありません。

説明

フィールドを検索、変更または削除する際、指定したフィールド識別子および/またはフィールド・オカーレンスが、フィールド化バッファに存在しませんでした。

アクション

バッファ内のフィールドを指定しているか確かめます。

関連項目

Fchg(3fml), Fdelete(3fml) Ffind(3fml)

5

ERROR:Unknown field number or type
ERROR: 未知のフィールド番号か、未知のフィールド型が指定されました。

説明

An invalid field identifier was specified for an FML function, or an invalid field number (0 or greater than 8192) was specified, or Fname could not find the associated field identifier for the specified name.

アクション

ほとんどの FML 関数は、このエラーを返します。このエラーを返す関数のマニュアル・ページを参照します。コードを確認して、指定したフィールドが有効であるかもう一度確かめてください。

6

ERROR:Invalid field type
ERROR: フィールド型が正しくありません。

説明

無効な (不明な) フィールド型が FML 関数に指定されているか、無効な型が特定のオペレーションに指定されています (例えば、非文字列フィールドが文字列オペレーションに指定されている)。

アクション

正しいフィールド型または識別子を指定します。

関連項目

Fmkfldid(3fml), Ftypcvt(3fml), Ftype(3fml), Fvall(3fml), Fvals(3fml)

7

ERROR:UNIX system call error
ERROR: UNIX システム・コールでエラーが発生しました。

説明

フィールド・テーブル・ファイルまたは view 記述ファイルをオープンする際、あるいは FML バッファの読み出しまたは書き込みを行う際、UNIX システム・コールでエラーが発生しました。

アクション

環境変数が、フィールド・テーブルと view ファイルに対して正しく設定されているか調べます。またファイルの読み出し許可も調べます。

関連項目

Fread(3fml), Fwrite(3fml), Fextread(3fml), field_tables(5), viewfile(5)

8

ERROR:Unknown field name
ERROR: 未知のフィールド名が指定されました。

説明

フィールド名が、フィールド識別子にマップできませんでした。

アクション

環境変数が、フィールド・テーブル・ファイルに対して正しく設定されているか調べます。またファイルの読み出し許可も調べます。

関連項目

Fldid(3fml), Fextread(3fml), field_tables(5)

9

ERROR:Memory allocation failed
ERROR: メモリの割り当てに失敗しました。

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed.

アクション

オペレーティング・システムのパラメータが、マシンのメモリ量およびプロセスが使用できるメモリ量に関して正しく設定されているか確認してください。マシンのメモリ使用を減らすか、マシンの物理メモリ量を増やしてください。

10

ERROR:Bad syntax in boolean expression
ERROR: ブール式の文法が正しくありません。

説明

The syntax of a boolean expression passed to Fboolco is invalid. This message is also generated on failure to evaluate the boolean expression in Fboolev and Ffloatev and indicates that an invalid or corrupted value was passed to these functions. It is also generated when an invalid input format is read by Fextread.

アクション

Correct the format of the boolean expression being processed by Fboolco or the external FML buffer format being processed by Fextread.

関連項目

Fboolco(3fml), Fextread(3fml)

11

ERROR:Cannot find or open field table
ERROR: フィールド・テーブルが見つからないか、オープンできません。

説明

フィールド・テーブルを処理する際、フィールド・テーブルの1つが見つかりませんでした。

アクション

環境変数が、フィールド・テーブル・ファイルに対して正しく設定されているか調べます。またファイルの読み出し許可も調べます。

関連項目

field_tables(5)

13

ERROR:Invalid argument to function
ERROR: 関数の引き数が無効です。

説明

An invalid argument (other than an invalid fielded buffer, field identifier, or field type) was passed to an FML function. This can be a NULL parameter where a non-NULL parameter was expected, invalid buffer sizes, etc.

アクション

正しいパラメータについては、エラーに対応するマニュアル・ページを参照します。

14

ERROR:Destructive concurrent access to field table
ERROR: フィールド・テーブルに破壊的な同時アクセスが行われました。

説明

FML フィールド・テーブルを読み出す際、プログラムはほかプロセスがテーブルを同時に変更しているのを検出しました。

アクション

FML フィールド・テーブルが更新された後で、プログラムを再実行します。

15

ERROR:Cannot find or get view
ERROR: VIEW 記述が見つからないか、取得できません。

説明

A NULL or invalid view name was specified to an FML view function.

アクション

view の名前を修正し、環境変数が view ファイルに正しく設定されており、またファイルに読み出し許可があることを確かめます。

関連項目

viewfile(5)

16

ERROR:Syntax error in viewfile
ERROR: VIEW ファイルに文法エラーがあります。

説明

A specified view file (suffixed with .V) is not in view file format (for example, does not have the correct magic number or format).

アクション

環境変数が view ファイルに正しく設定されており、またローカル・マシン用にコンパイルされているか調べます。

関連項目

viewc(1), viewfile(5)

17

ERROR:Cannot find or open viewfile
ERROR: VIEW ファイルが見つからないか、オープンできません。

説明

view ファイルを処理する際、view ファイルの1つが見つかりませんでした。

アクション

環境変数が view ファイルに正しく設定されており、またファイルに読み出し許可があるか調べます。

関連項目

viewfile(5)

18

ERROR:ACM contains negative value
ERROR: ACM に負の値が含まれています。

説明

When executing Fvstof to transfer data from a structure to a fielded buffer, an Associated Count Member value was negative.

アクション

Correct the structure ACM value.

関連項目

Fvstof(3fml), viewfile(5)

19

ERROR:Cname not found
ERROR: cname が見つかりません。

説明

When executing Fvopt, Fvnull, or Fvselinit, an unknown name was specified for an element in the view.

アクション

view 記述を調べ、正しい要素名を指定します。

関連項目

Fvopt(3fml), Fvnull(3fml), Fvselinit(3fml), viewfile(5)

 

Skip footer navigation  Back to Top Previous Next