ALLBASE/SQL Message Manual (36216-90213)

138 Chapter5
ALLBASE/SQL Error Messages: 2101-2419
one table specified in the query.
ACTION Execute your query again, specifying the table name as
well as the column name.
2211 MESSAGE Column ! not found. (DBERR 2211)
CAUSE The column you specified in the query does not exist in any
of the specified tables.
ACTION Check your spelling. If you still receive this error ask your
database administrator to check the SYSTEM.COLUMN
view to make sure that the specified column does exist.
2212 MESSAGE Index ! not found in table !.!. (DBERR 2212)
CAUSE A non-existent index was specified in the DROP INDEX
statement
or
the index specified in the DROP command is not
associated with the specified table.
ACTION Check your spelling. If you still receive this error, ask your
database administrator to check the SYSTEM.INDEX
view to make sure that the specified index does exist in the
specified table.
2213 MESSAGE Duplicate index !. (DBERR 2213)
CAUSE The index you named in the CREATE INDEX statement
already exists for the specified table.
ACTION Create the index with another name or DROP the old
index before you create the new one.
2214 MESSAGE Unrecognizable command or module !.!(!) not
found. (DBERR
2214)
CAUSE One of two error conditions has occurred. Either the
command you entered is not recognizable or the module
specified cannot be found.
ACTION Check your spelling. Ask your database administrator to
check the SYSTEM.SECTION view to make sure that the
module exists in the DBEnvironment to which the
application is connected.
2215 MESSAGE Module !.!(!) already exists. (DBERR 2215)
CAUSE You tried to PREPARE a module or declare a cursor which
already exists.
ACTION Issue the command again, specifying a unique module
name. Use another integer or give the command a
different name. Ask your Database Administrator to check
the SYSTEM.SECTION view for names of existing