Neoview Messages Manual (R2.3)
Cause The materialized view might be based other materialized views and tables that are
not up to date.
Effect The operation fails.
Recovery Put materialized views with common tables into a materialized view group, and
refresh the MVGROUP.
20558
The current user does not have the select and delete privileges for
materialized view mv-name, and cannot purge data from it.
mv-name
is a materialized view name.
Cause You do not have the correct privileges to perform the requested operation. Probably,
you attempted to perform a REFRESH operation on a materialized view that was not initialized.
Effect The operation fails.
Recovery Acquire the needed privileges and retry the refresh operation. If the needed
privileges are unavailable, ask the owner of the materialized view to perform the requested
operation.
SQL 20559
20559 The current user does not have the select privilege for
materialized view mv-name, and cannot populate its index(es).
mv-name
is a materialized view name.
Cause You do not have the correct privileges to perform the requested operation. Probably,
you attempted to perform a REFRESH operation on a materialized view that was not initialized.
Effect The operation fails.
Recovery Acquire the needed privileges and retry the refresh operation. If the needed
privileges are unavailable, ask the owner of the materialized view to perform the requested
operation.
SQL 20561
20561 File system error error-number occurred while opening TMF file.
error-number
is an error originating from the file system.
Cause To determine the cause, look up the reported error number for its associated error
text.
Effect The operation fails.
Recovery For more information about file-system errors, see Chapter 25 (page 481).
SQL 20562
20562 An internal error occurred on an attempt to begin a new
transaction. There are too many outstanding transactions.
Cause Refresh reached a transaction management facility (TMF) limit on the number of
transactions that the facility can start.
Effect The refresh operations fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20563
20563 TMF error error-number occurred while trying to begin a
transaction.
281