ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 175
ALLBASE/SQL Error Messages: 2420-2795
mixed. (DBERR 2507)
CAUSE You attempted to ALTER a non-empty DBEFile to a type
other than mixed.
ACTION The type of a non-empty DBEFile can be changed from
TABLE or INDEX to MIXED. No other changes are
allowed.
2508 MESSAGE DBEFileSet has no DBEFile of required DBEFile
type. (DBERR 2508)
CAUSE You tried to insert rows into a table whose DBEFileSet has
only INDEX DBEFiles
or
you tried to create an index on a non-empty table whose
DBEFileSet contains only DATA DBEFiles.
ACTION Ask your database administrator to CREATE and ADD
the appropriate DBEFiles.
2509 MESSAGE Index uniqueness or UNIQUE/PRIMARY KEY
constraint violated. (DBERR 2509)
CAUSE You tried to insert a duplicate key value into a column
used in a unique index or a unique constraint.
ACTION Issue the INSERT or UPDATE statement again without
the duplicate row.
2510 MESSAGE Table is read only. (DBERR 2510)
CAUSE You tried a LOCK or WRITE operation (DROP, DELETE,
INSERT, LOCK TABLE, UPDATE, UPDATE
STATISTICS) on a read only table.
ACTION No action is necessary. These operations cannot be
performed on SYSTEM.CALL, SYSTEM.ACCOUNT,
SYSTEM.USER, SYSTEM.COUNTER, or
SYSTEM.TRANSACTION.
2511 MESSAGE User ! does not exist. (DBERR 2511)
CAUSE The DBEUserId you speciļ¬ed in the TERMINATE USER
or RESET SYSTEM.ACCOUNT command is not currently
connected to the DBEnvironment.
ACTION Issue the command again, specifying a valid userid.
2512 MESSAGE Session ID ! does not exist. (DBERR 2512)
CAUSE You attempted to terminate a session ID that does not
exist, or you do not have the authority to terminate it.
ACTION Check that a valid session ID was used. If the session ID is
valid, have your DBA issue the statement.
2513 MESSAGE Number of primary pages must be between ! and