ALLBASE/SQL Message Manual (36216-90213)

238 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
mapped using the SQLUtil MOVEFILE command. Then
reissue the STOREONLINE command.
8273 MESSAGE Too many files, MAX = 128 files. (DBERR 8273)
CAUSE Number of files exceeds the limit.
ACTION Keep the number of files to be within 128.
8274 MESSAGE Too many files, MAX = 256 files. (DBERR 8274)
CAUSE Number of files while restoring exceeds the limit.
ACTION Keep the number of files within 256 while restoring.
9126 MESSAGE Allbase Server Error. Invalid format node
data type encountered.(DBERR 9126)
CAUSE An incorrect node data type was used.
ACTION Change to a correct data type.
10000 MESSAGE Internal error detected at run time. (DBERR
10000)
CAUSE SQLCA is corrupt. The command was not executed.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
10001 MESSAGE Internal error detected at run time. (DBERR
10001)
CAUSE SQLCA.SQLEXT is corrupt. The command was not
executed.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
10002 MESSAGE More than one row qualifies for SELECT INTO.
(DBERR 10002)
CAUSE This form of the SELECT statement in a program can
handle only single row query results.
ACTION Modify the program to use BULK SELECT or FETCH via
a cursor.
10003 MESSAGE EXECUTE IMMEDIATE invalid for a SELECT
statement. (DBERR 10003)
CAUSE You attempted to use a SELECT statement with an
EXECUTE IMMEDIATE statement.
ACTION Use the DESCRIBE statement to distinguish between
queries and non-queries. Refer to the ALLBASE/SQL
application programming guide for the language you are
using for additional information on handling dynamic
queries.
10004 MESSAGE EXECUTE IMMEDIATE invalid with host variable.