ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 139
ALLBASE/SQL Error Messages: 2101-2419
modules.
2216 MESSAGE Module !.! not found. (DBERR 2216)
CAUSE You tried to execute the OPEN CURSOR statement or the
DROP MODULE statement on a non-existent section
or
the module in the DROP MODULE statement does not
exist.
ACTION Check your spelling. If you still receive this error, ask your
Database Administrator to check the SYSTEM.SECTION
view to make sure that the module exists in the specified
DBEnvironment.
2218 MESSAGE TempSpace name ! already defined. (DBERR
2218)
CAUSE You tried to create a TEMPSPACE that was already
created in this DBEnvironment.
ACTION Issue the CREATE TEMPSPACE statement again,
specifying a unique logical tempspace name.
2219 MESSAGE TempSpace name ! not found. (DBERR 2219)
CAUSE You tried to access a TEMPSPACE that does not exist in
this DBEnvironment by using the DROP TEMPSPACE
statement.
ACTION Check your spelling. Check the SYSTEM.TEMPSPACE
table to make sure that the specified TEMPSPACE does
exist.
2220 MESSAGE Duplicate column found in sort column list.
(DBERR 2220)
CAUSE The ORDER BY clause in the SELECT statement contains
more than one reference to the same column. The
command is not executed.
ACTION Remove the duplicate column and execute the command
again.
2221 MESSAGE Duplicate column found in insert column list.
(DBERR 2221)
CAUSE The column list in the INSERT statement contains more
than one reference to the same column.
ACTION Remove the duplicate column and execute the command
again.
2222 MESSAGE Table name required to drop index !.!. (DBERR
2222)
CAUSE You attempted to drop an index with an ambiguous name.