Pathmaker Programming Guide
Modifying a Server Skeleton or Service Skeleton
Advanced Pathmaker Programming Topics
9–44 067868 Tandem Computers Incorporated
88 T9154-SQL-UNABLE-TO-RECOMPILE VALUE IS -8026.
* The program needed to be SQL compiled but the
NORECOMPILE option was set.
88 T9154-SQL-OPEN-FAILED VALUE IS -8200.
* Failure in OPEN of a table or a protection view
* <value>. The view might not exist, or there
* might have been a security violation.
88 T9154-SQL-RECOMPILE-ATTEMPTED VALUE IS 8202.
* Label timestamp mismatch on file <value>.
* Automatic recompilation will be attempted, if
* allowed.
88 T9154-SQL-MULTIPLE-ROWS VALUE IS -8222.
* More than one row would satisfy a SELECT request
* with an INTO clause or a subquery.
88 T9154-SQL-KEY-NOT-UNIQUE VALUE IS -8227.
* The row being inserted or updated in base table
* <value>contains a key value that must be
* unique but is already present in a row.
88 T9154-SQL-CONSTRAINT-VIOLATED VALUES ARE
-8228 -8233.
* 8228-A constraint was violated on base table
* <value>.
* 8233-Constraint number <value> violated on base
* table <value>.
88 T9154-SQL-ZERO-ROWS VALUE IS -8230.
* Zero rows are returned by the subquery.
88 T9154-SQL-TABLE-PROTECTED VALUE IS -8234.
* Failed to get an OPEN escalated for read or write
* access. The table for which the escalation was
* requested might have been opened READ-PROTECTED
* by another user. Might be a concurrency issue.
88 T9154-SQL-RECOMPILE-FAILED VALUE IS -8235.
* Statement recompilation was tried but failed due
* to file system error.
88 T9154-SQL-STMT-RECOMPILED VALUE IS 8237.
* Statement recompiled. SQL run time got an error
* and decided to retry the statement by using a
* different access strategy.
88 T9154-SQL-FILE-SYSTEM-ERROR VALUE IS -8300.
* File system error occurred on <value>.