SQL/MX 3.x Messages Manual (H06.22+, J06.11+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual640324-001
10-22
SQL 8579
Cause. The similarity check failed.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 8580
Where name is the name of the specified table.
Where 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. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
SQL 8581
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 8598
Cause. An attempt was made to access a view that no longer exists.
Effect. The query fails.
Recovery. Verify that the view exists and is accessible, and retry the operation.
8579 Similarity check failed: name
8580 No partitions of table name could be accessed. File
system error number was returned.
8581 The in-memory Join operation could not complete due to
insufficient memory.
8598 View $0~string0 was not found or was dropped and
recreated.