Neoview Messages Manual (Volume 1) (R2.4)
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 8580
8580 No partitions of table name could be accessed. File system error
number was returned.
name
is the name of the specified table.
number
is the error code returned.
Cause Attempts to open any partition of table name failed, returning file-system error code
number.
Effect The operation fails.
Recovery Contact the GMCSC.
SQL 8581
8581 The in-memory Join operation could not complete due to insufficient
memory.
Cause Insufficient memory was available to perform the join operation.
Effect The operation fails.
Recovery Contact HP support for assistance in recompiling the query with Unique In-Memory
Hash Joins turned off (control query default UNIQUE_HASH_JOINS 'OFF'), and re-execute.
SQL 8595
8595 Key values specified in the INSERT part of a MERGE statement must
be the same as those specified in the ON clause.
Cause The operation specifies a unique ON clause key that is not the same as the key column
in the INSERT statement.
Effect The merge operation fails.
Recovery Ensure that the unique ON clause key is the same key used in the INSERT statement,
and reissue the query.
SQL 8597
8597 Statement was automatically retried retry-value time(s). Delay
before each retry was delay-value seconds. See next entry for the error
that caused this retry.
retry-value
is the number of times the statement was retried.
delay-value
is the interval in seconds between each retry of the statement.
Cause The Neoview platform has automatically retried a query retry-value times in
intervals of delay-value seconds when it ran into a retryable error. The next error message
will show the error number and text of the retryable error.
Effect The query was retried.
Recovery The retry operation is transparent to the application and no recovery is needed.
SQL 8601
8601 Error returned from file system while locking/unlocking.
Cause The file system received an error while locking or unlocking.
Effect The operation fails.
188 Executor Messages (8000 Through 8999)