Content starts here

System Messages: VUFORM Catalog 100-199

Previous Next

106


ERROR: pattern_value is a bad pattern

Description

The search pattern, pattern_value, specified using the "/" or "?" command, is an invalid regular expression (for example, an unfinished character class).

Action

Re-enter the command with a valid regular expression.

See Also

vuform(1), recomp(3c)


108


WARN: pattern not found

Description

The search pattern specified using the "/" or "?" command (search forward/backward for the field matching the specified pattern) was not found.

Action

No action required.

See Also

vuform(1)


110


WARN: pattern not found

Description

The search pattern specified using the "/" or "?" command was not found.

Action

No action required.

See Also

vuform(1)


111


WARN: field name not found

Description

The search pattern specified using the ' or " command (search forward/backward for the field associated with the specified FML field name) was not found.

Action

No action required.

See Also

vuform(1)


114


WARN: field name not found

Description

The field specified using the ' or " command (search forward/backward for the field associated with the specified FML field name) was not found.

Action

No action required.

See Also

vuform(1)


115


ERROR: write failed - FML id, field_name not found in any field tables

Description

While writing the current form, the field name field_name could not be found (for example, Fldid failed).

Action

Check the FIELDTBLS and FLDTBLDIR environment variables to make sure they are set correctly, and re-execute the command. Add the FML identifier to the field table file. You can escape to the editor to edit the field table file and add the field identifier, for example, ESC!vi field table file>.

See Also

vuform(1)


116


ERROR: write failed - FML id needed

Description

While writing the current form, a field was encountered that did not yet have an FML field name associated with it, such that the field identifier for the field could not be determined.

Action

Associated a field name with the field and re-execute the command.

See Also

vuform(1)


117


ERROR: write error - couldn't create temp file

Description

When writing the current form, vuform was unable to create and open a temporary file for writing in the current directory.

Action

Check that the current directory has write and execute permissions set correctly.

See Also

vuform(1)


118


ERROR: write error - UFORM source in filename

Description

The form compilation failed but no output was generated by the mask compiler. The source for the form is left in filename.

Action

After executing vuform, trying compiling the form manually using mc filename.

See Also

mc(1), vuform(1)


119


ERROR: write error; UFORM source in filename1; message from mc in filename2

Description

The form compilation failed. The source for the form is left in filename1. Output generated by the mask compiler is left in filename2.

Action

After executing vuform, trying compiling the form manually using mc filename1.

See Also

mc(1), vuform(1)


120


ERROR: could not create filename

Description

While writing the form, vuform was able to compile the form with mc but could not create the output file, filename.

Action

Check that the output file has write permission set correctly, and that the directory has write and execute permissions set correctly.

See Also

vuform(1)


 Back to Top Previous Next