Neoview Messages Manual (R2.3)
• Could not create directory dirname, read-only filesystem.
• 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. 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.
Cause Statistics are not available for the query in the statement you specified because
UPDATE STATISTICS has not automatically generated these statistics. Statistics do not have
to be automatically generated for these warnings to go away. Also, the rowcount in the table
is more than the value of the defaults table constant HIST_ROWCOUNT_REQUIRING_STATS.
Effect None. This is an informational message.
Recovery None necessary; however, you can:
• Generate new statistics now by using UPDATE STATISTICS FOR TABLE table-name
ON NECESSARY COLUMNS.
• Suppress this message by setting the HIST_ROWCOUNT_REQUIRING_STATS value to
a very large number so that this message appears only for tables with more rows than
that value or when statistics are missing.
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.
Cause Statistics are not available for the query in the statement you specified because
UPDATE STATISTICS has not automatically generated these statistics. Also, the rowcount in
the table is more than the value of the defaults table constant
HIST_ROWCOUNT_REQUIRING_STATS.
Effect None. This is an informational message.
Recovery None necessary; however, you can:
163