BEA Logo BEA MessageQ Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   MessageQ Doc Home   |   System Messages Manual   |   Previous Topic   |   Next Topic   |   Contents   

CMDFML MESSAGES

 

CMDFML MESSAGES 1-99

2

ERROR: Cannot find file filename

Description

When executing mkfldhdr, the specified file, filename, could not be found. mkfldhdr looks for the file relative to the current directory, if the file name was specified on the command line or if the FLDTBLDIR environment variable is not set, and in the directories specified by FLDTBLDIR otherwise.

Action

Check that the file name is correct and that the FLDTBLDIR environment variable is set correctly.

See Also

mkfldhdr(1),field_tables (5)

3

ERROR: Cannot open input file filename

Description

mkfldhdr failed to open the specified input file, filename, for reading.

Action

Check that the input file exists and has read permission.

See Also

mkfldhdr(1)

4

ERROR: Cannot open output file filename

Description

mkfldhdr failed to create and open the specified output file, filename, for writing.

Action

Check that the directory for the output file exists and has write and execute permissions set correctly, and that the file does not already exist or has write permissions set correctly.

See Also

mkfldhdr(1)

5

ERROR: Invalid line ignored in file filename: line

Description

While processing a field table file, filename, with mkfldhdr, an invalid line was encountered and ignored. The contents of the line is printed.

Action

The field table file will be processed but the invalid line is ignored. Normally, the field table should be corrected and the command re-executed.

See Also

field_tables(5)

6

ERROR: Invalid type, field_type, in file filename; line ignored

Description

While processing a field table file, filename, with mkfldhdr, a line with an invalid field type, field_type, was encountered and ignored.

Action

The field table file will be processed but the invalid line is ignored. Correct the field type and re-execute the command.

See Also

field_tables(5)

7

ERROR: Invalid field number, field_number, in file filename; line ignored

Description

While processing a field table file, filename, with mkfldhdr, a line with an invalid field number, field_number, was encountered and ignored.

Action

The field table file will be processed but the invalid line is ignored. Correct the field number and re-execute the command.

See Also

field_tables(5)

8

ERROR: Invalid base number, base_number, in file filename; line ignored

Description

While processing a field table file, filename, with mkfldhdr, a line with an invalid base number, base_number, was encountered and ignored.

Action

The field table file will be processed but the invalid line is ignored. Correct the base number and re-execute the command.

See Also

field_tables(5)