Content starts here

System Messages: LIBFML Catalog 100-199

Previous

100


ERROR: Fboolev(32) %FieldName: string length is too long

Description

When the length of the evaluation tree is too long, the function Fboolev or Fboolev32 will return 0 which means the expression fails to match the evaluation tree and log this error to the log file in the meanwhile.

Action

Examine the length of evaluation tree to avoid that it's too long.


101


"ERROR: Invalid FML field value, len = field_leng, FLDID = field_id, FLDTYPE = field_type"

Description

FML field value is invalid.

Action

This error will happen when Findex() is called, and it found one of the field length is 0, or the field type is invalid. Usually this means FML buffer is not properly initialized or is corrupted.


102


"ERROR: Invalid version of RECORD description file name"

Description

The RECORD description file name is invalid.

Action

Recompile the copybook by command cpy2record.


103


"ERROR: Boolean expression compile error for RECORD buffer buffername, item itemname"

Description

The boolean expression defined in item itemname of RECORD buffer buffername compile failed.

Action

Please check the specified Boolean expression.


104


"WARN: The name of the group item in RECORD buffer or whole record recordname is not matched with the view name viewname"

Description

When convert between RECORD and VIEW32, the name of the group or whole record recordname is not matched with the name of view viewname.

Action

Please modify the name of the group or the name of view, to keep them same.


105


"WARN: In API Fvrtos32, the copybook field fieldname in group groupname is not matched with fields in view viewname"

Description

In API Fvrtos32, the copybook field fieldname in group groupname is not matched with fields in view viewname.

Action

Please check the copybook and view32 description file.


 Back to Top Previous