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

SQL 20556
20556 Materialized view mv-name cannot be refreshed standalone (the
used materialized view(s) and table(s) are not coordinated).
mv-name
is a materialized view name.
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 20 (page 353).
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.
291