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.


 Back to Top Previous