Neoview Messages Manual (R2.2)
SQL 20547
20547 File system error error-number occurred while executing REPLY.
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 23 (page 463).
SQL 20548
20548 Process create error error-number occurred while creating a new
process.
error-number
is the operating system error.
Cause The process could not be created because of the process control procedure
error-number that it received.
Effect The operation fails.
Recovery Use the process control procedure error to diagnose and correct the problem.
SQL 20551
20551 The materialized view mv-name cannot be refreshed (not all of the
used MVs are initialized).
mv-name
is a materialized view name.
Cause One or more of the materialized views used by mv-name have not been initialized.
Effect The operation fails.
Recovery Initialize all materialized views used by mv-name.
SQL 20552
20552 The current user does not have the refresh privilege for
materialized view mv-name.
mv-name
is a materialized view name.
Cause You do not have the correct privileges to perform the requested operation. You need
the insert privilege on the materialized view to refresh the materialized view. To initialize the
materialized view, you additionally need select and delete privileges.
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.
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.
262 Utility Messages (20000 Through 23099)