ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 173
ALLBASE/SQL Error Messages: 2420-2795
2449 MESSAGE TRANSFER OWNERSHIP OF MODULE is not
supported. (DBERR 2449)
CAUSE You specified the MODULE option of the TRANSFER
OWNERSHIP statement. However, the ownership of
modules cannot be transferred.
ACTION DROP the existing modules and preprocess the program
with the -o option.
2450 MESSAGE BEGIN WORK MULTI is not supported. (DBERR
2450)
CAUSE You attempted to use the MULTI option for the BEGIN
WORK statement.
ACTION You can have only one active transaction at a time. Issue a
COMMIT WORK or ROLLBACK WORK statement before
beginning the second transaction.
2452 MESSAGE Clustering index not allowed on table on
which hash structure has already been
defined. (DBERR 2452)
CAUSE You tried to create a clustering B-tree index on a table on
which a hash structure already existed.
ACTION Issue the CREATE INDEX statement again, omitting the
CLUSTERING option
or
UNLOAD the data from the table. DROP the table.
ReCREATE the table, omitting the HASH option. Issue
the CREATE INDEX statement again to create a
clustering B-tree index. LOAD the data.
2453 MESSAGE Non-unique hash is not supported. (DBERR
2453)
CAUSE You tried to create a table with a non-unique hash
structure.
ACTION Issue the CREATE TABLE statement again, including the
UNIQUE keyword with the HASH option.
2454 MESSAGE Operation not allowed on non-SQL table.
(DBERR 2454)
CAUSE You attempted an operation on a TurboIMAGE table.
ACTION TurboIMAGE tables are read-only through
ALLBASE/SQL.
2500 MESSAGE Cannot drop a non-empty DBEFileSet. (DBERR
2500)
CAUSE You attempted to DROP a DBEFileSet which has
DBEFiles associated with it.