ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 137
ALLBASE/SQL Error Messages: 2101-2419
with the DBEFileSet named in the same command.
ACTION Ask your database administrator to check the
SYSTEM.DBEFILE view to verify which DBEFileSet the
DBEFile is associated with.
2205 MESSAGE DBEFile ! already associated with DBEFileSet
!. (DBERR 2205)
CAUSE The ADD DBEFILE statement contained a DBEFile that
is already a member of the DBEFileSet specified.
ACTION No action is necessary.
2206 MESSAGE Table/View !.! not found. (DBERR 2206)
CAUSE The table or view specified in the query or command does
not exist in the DBEnvironment.
ACTION Check your spelling, owner name, and system catalog. If
you still receive this error ask your database
administrator to check the SYSTEM.TABLE or
SYSTEM.VIEW view to make sure that the specified table
does exist.
2207 MESSAGE Table/View !.! already exists. (DBERR 2207)
CAUSE The table or view you specified in the CREATE TABLE or
CREATE VIEW statement already exists in the
DBEnvironment.
ACTION Create the table or view with a different name (same
owner) or different owner name (same table or view
name).
2208 MESSAGE Column ! not found in table/view !.!. (DBERR
2208)
CAUSE The column name you specified was not found in the
specified table or view.
ACTION Check your spelling. If you still receive this error, use the
ISQL INFO command or ask your database administrator
to check SYSTEM.COLUMN to make sure that the
specified column does exist in the table.
2209 MESSAGE Duplicate column !. (DBERR 2209)
CAUSE You specified a column name twice in the CREATE
TABLE or CREATE INDEX statement or you specified a
column already existing in the table in the ALTER TABLE
statement.
ACTION Issue the command again, specifying unique column
names.
2210 MESSAGE Ambiguous column !. (DBERR 2210)
CAUSE The column you specified in the query exists in more than