ALLBASE/SQL Message Manual (36216-90213)

240 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
ACTION Contact your system administrator.
10010 MESSAGE DBEnvironment name too long. (DBERR 10010)
CAUSE The DBEnvironment name specified at run-time exceeds
the maximum of 128 bytes fully qualified.
ACTION Re-run your application, specifying a valid
DBEnvironment name.
10011 MESSAGE PREPARE invalid with host variable. (DBERR
10011)
CAUSE The PREPARE statement contained a host variable.
ACTION Eliminate the host variable from the PREPARE statement
in the source file and re-preprocess your program.
10012 MESSAGE Internal error. Cannot get language
information table for user's language. (DBERR
10012)
CAUSE The character set table for the language you specified is
not accessible.
ACTION Install NLS onto system.
10013 MESSAGE Invalid number of columns specified in
SQLDA.SQLN (DBERR 10013)
CAUSE The number of columns you specified is less than zero,
equal to zero, or greater than 1024.
ACTION Change the number of columns to a value greater than
zero and less than 1025.
10014 MESSAGE Invalid format array address in
SQLDA.SQLFMTARR. (DBERR 10014)
CAUSE SQLDA.SQLFMTARR is not pointing to the buffer.
ACTION Initialize SQLDA.SQLFMTARR.
10015 MESSAGE Invalid version number specified in the SQLX
TABLE parameter. (DBERR 10015)
CAUSE An unknown TABLE.VERSION setting was passed to the
SQLX interface.
ACTION Correct the TABLE.VERSION setting.
10016 MESSAGE Invalid version number specified in the SQLX
COLUMNS parameter. (DBERR 10016)
CAUSE An unknown COLUMNS.VERSION setting was passed to
the SQLX interface.
ACTION Correct the COLUMNS.VERSION setting.
10017 MESSAGE Internal error. Could not allocate or
deallocate the linear tree node. (DBERR