ALLBASE/SQL Message Manual (36216-90213)

202 Chapter7
ALLBASE/SQL Error Messages: 2800-8220
NATIVE-3000.
ACTION Issue the CREATE PROCEDURE statement again,
specifying either the procedure/DBEnvironment language
or NATIVE-3000 for the parameter, or specifying no
parameter language.
2805 MESSAGE NLINFO error !. Language ID = !. (DBERR 2805)
CAUSE An error was returned from the NLS library routine
NLINFO, with the specified language.
ACTION Check the validity of your NLS data and reissue the
statement.
2806 MESSAGE Comment text cannot be NULL for LOG COMMENT.
(DBERR 2806)
CAUSE The value passed to a LOG COMMENT was NULL.
ACTION Check the value and reissue the statement with a non-null
value.
2807 MESSAGE Cannot drop a non-empty partition. (DBERR
2807)
CAUSE You issued a DROP PARTITION on a partition that
currently contains tables.
ACTION Remove the tables from the partition with the ALTER
TABLE SET PARTITION statement and reissue the
statement.
2808 MESSAGE Partition ! already exists. (DBERR 2808)
CAUSE A CREATE PARTITION attempted to create a partition
with a name of a partition that is already defined.
ACTION Reissue the CREATE PARTITION statement with
another partition name or issue a DROP PARTITION to
remove the existing partition and then reissue the
CREATE PARTITION statement.
2809 MESSAGE Partition ! not found. (DBERR 2809)
CAUSE The partition name you specified by a DROP PARTITION,
ALTER TABLE SET PARTITION, or CREATE TABLE
statement does not exist.
ACTION Check the partition name against the system catalog table
SYSTEM.PARTITION and reissue the CREATE TABLE
or ALTER TABLE SET PARTITION statement with the
name of an existing partition.
2810 MESSAGE Audit logging not set for DBE. (DBERR 2810)
CAUSE You issued an ENABLE AUDIT LOGGING statement for
the session, but audit logging is turned off for the
DBEnvironment.