Neoview Messages Manual (Volume 1) (R2.5)

Could not create directory dirname, a component of the
path is not a directory.
Could not create directory dirname, errno is errnum.
filename
is the specified file name.
dirname
is the specified directory name.
errnum
is the returned file-system error number.
Cause The operation was attempted either in an invalid mode or by specifying an invalid
directory.
Effect The operation failed with the indicated error message.
Recovery Correct the condition reported by the error message, and retry the operation.
SQL 6010
6010 Multi-column statistics for columns column-list from table
table-name were not available. The columns were being used by op-name
operator. As a result, the access path chosen might not be the best
possible. These statistics will be automatically generated at the next
opportunity; however, you can generate them now by using UPDATE
STATISTICS FOR TABLE table-name ON NECESSARY COLUMNS.
column-list
is a list of column names of the affected columns.
table-name
is the name of the HP Neoview database table to which the columns belong.
op_name
is the operator that was being processed when the warning was issued.
Cause Statistics for the set of columns were not generated. The warning is issued only for
multi-column statistics.
Effect The plan generated by the optimizer may not be optimal. Statistics for the columns
identified in the warning will be automatically generated at the next available scheduled time
window.
Recovery None necessary; however, you can:
Generate new statistics now by using UPDATE STATISTICS FOR TABLE table-name
ON NECESSARY COLUMNS.
SQL 6011
6011 Statistics for column column-name from table table-name were not
available. As a result, the access path chosen might not be the best
possible. These statistics will be automatically generated at the next
opportunity; however, you can generate them now by using UPDATE
STATISTICS FOR TABLE table-name ON NECESSARY COLUMNS.
column-name
is the name of the affected column.
table-name
is the name of the HP Neoview database table to which the column belongs.
Cause Statistics for the Column were not generated.
Effect The plan generated by the optimizer may not be optimal. Statistics for the column
identified in the warning will be automatically generated at the next available scheduled time
window.
175