ALLBASE/SQL Message Manual (36216-90213)

200 Chapter6
ALLBASE/SQL Error Messages: 2420-2795
dynamic parameters in the prepared statement.
2790 MESSAGE CANNOT use DROP PARTITION on DEFAULT
partition. (DBERR 2790)
CAUSE You attempted to drop the DEFAULT partition.
ACTION This partition cannot be dropped. Its partition number can
be changed with the START DBE NEWLOG statement.
2791 MESSAGE Cannot CREATE PARTITION !. (DBERR 2791)
CAUSE You attempted to create a partition named NONE or
DEFAULT. This partition name cannot be used since it
refers to the nonexistent partition.
ACTION No partition can be created with this name in the
CREATE PARTITION statement.
2792 MESSAGE Comment text for LOG COMMENT must have data
type CHAR or VARCHAR. (DBERR 2792)
CAUSE The value for a log comment was not a character value.
ACTION Check the type of the value and be sure it is CHAR or
VARCHAR.
2793 MESSAGE Cannot LOG COMMENT when AUDIT LOG not
enabled. (DBERR 2793)
CAUSE You speciļ¬ed a LOG COMMENT statement in a
DBEnvironment without audit logging or with audit
logging disabled.
ACTION Enable AUDIT LOG for the DBEnvironment or refrain
from issuing LOG COMMENT on the DBEnvironment.
2794 MESSAGE Cannot open log scan on AUDIT CHECKPOINT only
DBEnvironment. (DBERR 2794)
CAUSE Unable to open the log scan on the AUDIT CHECKPOINT.
ACTION Enable AUDIT LOG for the DBEnvironment, not for
AUDIT CHECKPOINT.
2795 MESSAGE Invalid value for the number of occurance
parameter in INSTR function.(DBERR 2795)
CAUSE The number of occurance parameter has a value less than
1 or greater than the length of SourceString.
ACTION Change the parameter to a value greater than 0 and less
than or equal to the length of SourceString parameter.