CMDFML MESSAGES 2 & Above

CMDFML MESSAGES 2-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)

11 ERROR: Viewfile line does not have at least 6 columns; skipping line

DESCRIPTION

While processing a view file with viewc, an invalid line (fewer than 6 column values separated by white space) was encountered and ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

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

SEE ALSO

viewc(1), viewfile(5)

12 ERROR: Cname and fbname cannot be the same; skipping line

DESCRIPTION

While processing a view file with viewc, a line was encountered with the view element name the same as the fielded buffer field name; the line is ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

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

SEE ALSO

viewc(1), viewfile(5)

13 ERROR: Unexpected end of file

DESCRIPTION

While processing a view file with viewc, an unexpected end of file was encountered when reading the next line of input (an "END" line was left out) or a view description contained no elements. The line number for where the error occurred is printed in the prefix of the message.

ACTION

The view description will be processed but generally the output will not be valid (a dummy entry is generated for the unfinished view description). Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

14 ERROR: Unknown or unsupported datatype; assuming long integer

DESCRIPTION

While processing a view file with viewc, a line was encountered with an invalid field type or with a field type of "-" where the field type could not be determined from the &F; field. A default field type of "long" is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the field type may be invalid. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

15 ERROR: Zero or negative count not allowed; assuming value of 1

DESCRIPTION

While processing a view file with viewc, a line was encountered with a field count that was 0 or negative. A default field count of 1 is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the field count may be invalid. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

16 ERROR: Zero or negative size not allowed; assuming value of 1

DESCRIPTION

While processing a view file with viewc, a line was encountered with a field size that was 0 or negative. A default field size of 1 is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the field size may be invalid. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

17 ERROR: Improper null value; ignoring value

DESCRIPTION

While processing a view file with viewc, a line was encountered with an invalid null value for the field type (for example, a non-numeric value for a numeric field). The null value is ignored for the field. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the invalid value is ignored. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

18 ERROR: 'VIEW' expected; skipping line

DESCRIPTION

While processing a view file with viewc, a VIEW line is expected to begin a new view definition but was not read. The input line is ignored.

ACTION

The view file will be processed but the input line is ignored. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

19 ERROR: Memory allocation failed

DESCRIPTION

While processing a view file with viewc, an attempt to dynamically allocate space with malloc () failed and the program exits.

ACTION

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

SEE ALSO

viewc(1)

 

CMDFML MESSAGES 2 & Above

22 ERROR: Cname can not be Fbname, skipping line

DESCRIPTION

While processing a view file with viewc, a line was encountered where the C structure name is also a valid fielded buffer name, as defined in the field tables specified by the FIELDTBLS and FLDTBLDIR environment variables; the input line is ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

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

SEE ALSO

viewc(1), viewfile(5)

23 ERROR: Multiple cname declarations; skipping line

DESCRIPTION

While processing a view file with viewc, a second definition of the same C structure name was encountered within the same view; the invalid line is ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

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

SEE ALSO

viewc(1), viewfile(5)

24 ERROR: Multiple field name declarations; skipping line

DESCRIPTION

While processing a view file with viewc, a second definition of the same fielded buffer name was encountered within the same view; the invalid line is ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

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

SEE ALSO

viewc(1), viewfile(5)

25 ERROR: L flag is used for string or carray type only

DESCRIPTION

While processing a view file with viewc, a line was encountered with an L flag specified but the field type is not string or carray; the L flag is ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the L flag is ignored. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

26 ERROR: Multiple view name declarations; skipping line

DESCRIPTION

While processing a view file with viewc, a second view definition with the same name was encountered. The line is ignored; this normally results in all lines up to the next VIEW input line being flagged as invalid and ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the invalid view definition is ignored. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

27 ERROR: Field count should not exceed 65535; assuming 1

DESCRIPTION

While processing a view file with viewc, a line was encountered with a field count that was greater than 65535. A default field count of 1 is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the field count may not be valid. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

28 ERROR: Escape constant syntax error in null value; ignoring value

DESCRIPTION

While processing a view file with viewc, a line was encountered for a string or carray field with a null value that has an unescaped single or double quote. The null value is ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the invalid null value is ignored. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

29 ERROR: View name not a valid C identifier; skipping line

DESCRIPTION

While processing a view file with viewc, a VIEW line was encountered with a view name that is not a valid C identifier. The line is ignored; this normally results in all lines up to the next VIEW input line being flagged as invalid and ignored. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the invalid view description is ignored. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

30 ERROR: Member name not a valid C identifier; skipping line

DESCRIPTION

While processing a view file with viewc, a line was encountered with a view member name that is not a valid C identifier. The line number for the invalid line is printed in the prefix of the message.

ACTION

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

SEE ALSO

viewc(1), viewfile(5)

CMDFML MESSAGES 100-199

101 WARN: String or Carray with size = 1

DESCRIPTION

While processing a view file with viewc, a line was encountered for a string or carray field with the size set to 1. The line number is printed in the prefix of the message.

ACTION

A size of 1, particularly for a string field, is not useful since the value must be null terminated. No action required.

SEE ALSO

viewc(1), viewfile(5)

102 WARN: Missing or mismatched quotes

DESCRIPTION

While processing a view file with viewc, a line was encountered with a null value for a character, string, or carray field that is missing the trailing quote. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed correctly. To get rid of the Warning message, correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

103 ERROR: Fldid not found

DESCRIPTION

While processing a view file with viewc, a line was encountered with a fielded buffer name whose field identifier could not be determined. The line number for the line is printed in the prefix of the message.

ACTION

The field identifier is not needed if the field type is specified for the member; the view file should compile successfully. To get rid of the Error message, check the FIELDTBLS and FLDTBLDIR environment variables, check the view file to make sure everything is set correctly, then re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

104 WARN: Size of null value is greater than field size

DESCRIPTION

While processing a view file with viewc, a line was encountered for a character, string, or carray field where the null value is longer than the field size. The null value is truncated. The line number for the line is printed in the prefix of the message.

ACTION

The view file will be processed but the null value may be incorrect. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

105 WARN: Line too long

DESCRIPTION

While processing a view file with viewc, an input line was encountered that was too long (longer than 2740 bytes). The remainder of the line is ignored. The line number is printed in the prefix of the message.

ACTION

Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

106 WARN: Unknown flag

DESCRIPTION

While processing a view file with viewc, a line was encountered with an invalid flag value in the flags column. The value is ignored. The line number is printed in the prefix of the message.

ACTION

The view file will be processed correctly, ignoring the flag. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

108 WARN: Octal escape constant greater than 0377

DESCRIPTION

While processing a view file with viewc, a line was encountered with an octal escape constant value that is greater than 0377. The line number is printed in the prefix of the message.

ACTION

No action required.

SEE ALSO

viewc(1), viewfile(5)

109 WARN: Size defined improperly; assuming value of 2

DESCRIPTION

While processing a view file with viewc, a line was encountered for a string or carray field with a non-numeric size, or a size value less than 1 or greater than 65535, or no size value specified. A default size of 2 is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the size may be incorrect. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

110 WARN: Ignoring size for type which isn't string or carray

DESCRIPTION

While processing a view file with viewc, a line was encountered for a field type other than string or carray with a size value. The size value is ignored. The line number is printed in the prefix of the message.

ACTION

No action required.

SEE ALSO

viewc(1), viewfile(5)

111 WARN: Must specify length field for decimal; assuming 9 bytes with 1 decimal place

DESCRIPTION

While processing a view file with viewc, a line was encountered for a decimal field without a length value. A default length of 9 bytes with 1 decimal place is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the length field for the member may be incorrect. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

112 WARN: Bad length field for decimal; assuming 9 bytes with 1 decimal place

DESCRIPTION

While processing a view file with viewc, a line was encountered for a decimal field with an invalid length value. The length is invalid if not two numbers separated by a comma, the first being the number of bytes and the second being the number of decimal places (to the right of the decimal point). The values are also invalid if the number of bytes is less than 1 or greater than 9, or if the number of decimal places is less than or equal to 0, or greater than two times the number of bytes less two. A default length of 9 bytes with 1 decimal place is used. The line number for the invalid line is printed in the prefix of the message.

ACTION

The view file will be processed but the length field for the member may be incorrect. Correct the view file and re-execute the command.

SEE ALSO

viewc(1), viewfile(5)

CMDFML MESSAGES 200-299

201 ERROR: program: TUXDIR environment variable must be set

DESCRIPTION

viewc was executed without the TUXDIR environment variable set and exported.

ACTION

Set and export the TUXDIR environment variable and re-execute the command.

SEE ALSO

viewc(1)

204 ERROR: unable to open viewfile filename

DESCRIPTION

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

ACTION

Check that the input file exists and has read permission.

SEE ALSO

viewc(1)

210 ERROR: unable to open tmp file filename

DESCRIPTION

viewc failed to create and open the specified temporary 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

viewc(1)

211 ERROR: program: unable to generate view object file

DESCRIPTION

viewc failed to compile the internally-generated program that computes the offsets for the view members.

ACTION

Normally, the compiler warnings and errors are printed to the standard error output for the viewc command. Possible errors might be in executing the compiler with invalid options, with insufficient memory or disk space, etc. Correct the problems indicated and re-execute the command.

SEE ALSO

viewc(1)

212 ERROR: program: unable to execute internal program

DESCRIPTION

viewc failed to execute the internally-generated program that computes the offsets for the view members.

ACTION

Errors may be printed to the standard error output, or in the case of system resource limitations, to the console. Possible errors might be insufficient memory or disk space, etc. Correct the problems indicated and re-execute the command.

SEE ALSO

viewc(1)

213 ERROR: program: internal program error

DESCRIPTION

viewc failed to read the output of the internally-generated program that computes the offsets for the view members.

ACTION

Try executing the command again. Contact your &U Technical Support.

SEE ALSO

viewc(1)

214 ERROR: program: internal program error

DESCRIPTION

viewc failed to read the output of the internally-generated program that computes the offsets for the view members.

ACTION

Try executing the program again. Contact your &U Technical Support.

SEE ALSO

viewc(1)

215 ERROR: program: internal program error

DESCRIPTION

viewc failed to read the output of the internally-generated program that computes the offsets for the view members.

ACTION

Try executing the program again. Contact your &U Technical Support.

SEE ALSO

viewc(1)

216 ERROR: program: internal program error

DESCRIPTION

viewc failed to read the output of the internally-generated program that computes the offsets for the view members.

ACTION

Try executing the program again. Contact your &U Technical Support.

SEE ALSO

viewc(1)

217 ERROR: unable to open output file filename

DESCRIPTION

viewc 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

viewc(1)

221 ERROR: program: unable to open input file filename

DESCRIPTION

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

ACTION

Check that the input file exists and has read permission.

SEE ALSO

viewdis(1)

222 ERROR: program: filename is not a viewfile

DESCRIPTION

The input file name, filename, specified for viewdis is not a compiled view file.

ACTION

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

SEE ALSO

viewc(1), viewdis(1)

223 ERROR: program: filename is an out-of-date viewfile: can't disassemble

DESCRIPTION

The input file name, filename, specified for viewdis is not a valid compiled view file for the current version of the software.

ACTION

Make sure the input file is a compiled view file (suffixed with .V) for the local machine (for the current version of the software) and re-execute the command.

SEE ALSO

viewc(1), viewdis(1)

224 ERROR: program: filename is an incomplete viewfile: can't disassemble

DESCRIPTION

The input file name, filename, specified for viewdis is not a complete view file (for example, the file may have been truncated).

ACTION

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

SEE ALSO

viewdis(1)

CMDFML MESSAGES 1000-1999

1002 ERROR: program: unable to open file filename

DESCRIPTION

While compiling a view, the view information file for the second pass could not be opened. For DOS workstations, this file name is provided via the -2 command line option.

ACTION

Check the file name and re-run the command.

SEE ALSO

viewc(1)

1006 ERROR: program: can not open header file filename

DESCRIPTION

viewc, or viewc32, failed to create and open the specified output header 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

viewc(1)

1007 ERROR: program: can not open copy file filename

DESCRIPTION

viewc, or viewc32, failed to create and open the specified output copy 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

viewc(1)

1008 ERROR: program: can not open copy file filename

DESCRIPTION

viewc, or viewc32, failed to create and open the specified output header 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

viewc(1)

1009 ERROR: program: Only one view file can be used with the multiple pass option

DESCRIPTION

viewc, or viewc32, was run with the -1 or -2 option and multiple view files were specified.

ACTION

Re-run the command once for each view file, using the -1 or -2 option.

SEE ALSO

viewc(1)

1010 ERROR: program: Compiler not currently supported.

DESCRIPTION

viewc, or viewc32, was run on a MAC with an unsupported compiler (based on the CC environment variable).

ACTION

Check to see that the CC environment variable is properly set and re-run the command.

SEE ALSO

viewc(1)

1011 ERROR: program: filename is not a viewfile

DESCRIPTION

The input file name, filename, specified for viewdis is not a compiled view file.

ACTION

Make sure the input file is a compiled view file (suffixed with .V) for the local machine and re-execute the command.

SEE ALSO

viewc(1), viewdis(1)

1015 ERROR: program: unable to create temp file filename

DESCRIPTION

The program, program, was not able to create the named temporary file.

ACTION

Determine why the file could not be created and re-run the command.

SEE ALSO

viewc(1)

1016 ERROR: program: unable to create temp header file QTEMP/H.name

DESCRIPTION

The program, program, was not able to create the named temporary header file because it was not able to make the directory /qsys.lib/qtemp.lib/h.file.

ACTION

Determine why the directory could not be created and re-run the command.

SEE ALSO

viewc(1)

1017 ERROR: program: unable to copy file to QTEMP/H.name

DESCRIPTION

The program, program, was not able to copy the header file to the target name.

ACTION

Determine why the file could not be created and re-run the command.

SEE ALSO

viewc(1)

1018 ERROR: program: unable to compile view source

DESCRIPTION

The program, program, was not able to compile a program to determine the offsets for the view fields. temporary file.

ACTION

Determine why the compilation failed and re-run the command.

SEE ALSO

viewc(1)