[ Bottom of Page | Previous Page | Next Page | Contents ]
Parallel Environment for AIX 5L V4.1 |
| 2554-900 | count record(s) excluded due to invalid field(s). |
Explanation: One or more records were excluded because they did not contain one or more field(s) that were expected to be in all records.
User Response: Gather information about the problem and follow local site procedures for reporting hardware and software problems.
| 2554-901 | count record(s) were excluded from table table due to invalid field(s). |
Explanation: Records were excluded from a table because the records did not contain an expected field or the field had a value other than an expected type.
User Response: Correct the table definition to use fields that exist in all selected records.
| 2554-902 | Could not open file filename: reason. |
Explanation: An attempt to open a file failed.
User Response: Use the correct file name.
| 2554-903 | Program option option_name option_value is invalid. |
Explanation: A program option value is invalid.
User Response: Correct the option value.
| 2554-904 | Field field_name in record type record_type (record_index) could not be mapped to a bin in table table_name. |
Explanation: A field to be mapped to a table index bin had a value that was not in the domain of the mapping.
User Response: Change the table definition to select records with values that are in the domain of mapped values.
| 2554-905 | Field field_name in record typerecord_type (record_index) could not be used as a table index. |
Explanation: A field to be used as a table index was not an unsigned integer field or a signed field with a non-negative value.
User Response: Change the table definition to use an unsigned field.
| 2554-906 | count interval(s) excluded due to missing begin record. |
Explanation: Intervals were excluded from the statistics because the input files contained an end record for the interval, but no begin record.
User Response: Run the program on files containing all interval records.
| 2554-907 | count continuation record(s) excluded due to wrong event type. |
Explanation: Records were excluded from the statistics because the input files contained continuation records whose event type did not match the event type at the top of the state stack.
User Response: Report the error; it should not happen.
| 2554-908 | count interval(s) excluded due to missing end record. |
Explanation: Intervals were excluded from the statistics because the input files contained a begin record for the interval, but no end record.
User Response: Run the program on files containing all interval records.
| 2554-909 | Output format format does not support tables with count dimensions. |
Explanation: The output tables have more dimensions than the output format supports.
User Response: Specify a different output format.
| 2554-910 | reason on line number number near string. |
Explanation: Statistics table specification could not be parsed.
User Response: Correct the table specifications.
| 2554-911 | construct on line number is not supported. |
Explanation: Statistics table specification contained a feature that is not currently supported.
User Response: Correct the table specifications.
| 2554-912 | utestats: string |
Explanation: A system library routine returned an error code.
User Response: Report the error; it should not happen.
| 2554-913 | profile_name does not define the field field_name. |
Explanation: The profile file does not contain a definition for a field that was expected to be present in all UTE interval records.
User Response: Specify the correct profile file as a command argument.
| 2554-914 | field_name is not in record type record_type (record_index). |
Explanation: The profile file does not contain a definition for a field that was expected to be present in an UTE interval record of the given type.
User Response: Specify the correct profile file as a command argument or correct the field name.
| 2554-915 | Line number line_number contains unterminated string string. |
Explanation: Statistics table specification contains a quoted string that was not ended before the end of the line.
User Response: Correct the table specifications.
| 2554-916 | Usage: utestats [-?] [-o out_file] [-B n] input_file ...\n-?\tDisplay this message\n-o out_file\tOutput file (default: stdout)\n-B n\t\tNumber of time bins in predefined overview table (default: bins)\ninput_file ...\tUTE interval files to generate statistics from |
Explanation: The command line contained an invalid option flag or it contained the option flag that triggers the usage message.
User Response: Correct the command line options.
| 2554-917 | field_name in record type record_type (record_index) is a vector. |
Explanation: A field to aggregate statistics on is a vector field.
User Response: Change the table definition to use a scalar field.
| 2554-918 | Field field_name in record type record_type (record_index) is a vector; it cannot be used as an index. |
Explanation: A field to use as a table index was a vector field.
User Response: Change the table definition to use a scalar field.
| 2554-919 | Missing argument for '-o' option |
Explanation: user supplied '-o' without an accompanying filename argument
User Response: supply a filename for the '-o' option