ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 207
ALLBASE/SQL Error Messages: 2800-8220
CAUSE You have the space default on the DBEFileSet you tried to
drop.
ACTION Change the space default or modify your command.
2882 MESSAGE Cannot revoke ! default on DBEFileSet ! from
!. (DBERR 2882)
CAUSE The authority you tried to revoke is a DEFAULT for the
user.
ACTION Change the space default or modify your command.
2884 MESSAGE User ! does not have explicit ! authority on
DBEFileSet !. (DBERR 2884)
CAUSE The authority is not previously granted to you.
ACTION Cannot REVOKE, please modify the command.
2885 MESSAGE ! on DBEFileSet ! is not granted for !.
(DBERR 2885)
CAUSE The authority is not previously granted to you.
ACTION You must grant the authority to the user before you run
the command.
2901 MESSAGE Multiple rows returned in subquery. (DBERR
2901)
CAUSE A subquery within a comparison predicate returns more
than one row. Comparison predicates can only work with
single values.
ACTION For a subquery that returns more than one value, the
EXISTS predicate, IN predicate, or one of the quantified
predicates (SOME, ALL, ANY) must be used.
2902 MESSAGE Multiple columns returned in subquery. (DBERR
2902)
CAUSE You specified more than one column in the select list of a
subquery. If an asterisk was specified, there was more
than one column in the table being queried. Only the
EXISTS predicate allows more than one column to be
specified in a subquery.
ACTION Change the subquery so that only one column is specified
in the select list.
2909 MESSAGE Number of output variables does not match the
number of output dynamic parameters in the
referenced section. (DBERR 2909)
CAUSE The number of output values in the USING clause of an
EXECUTE or CLOSE statement is not equal to the
number of output dynamic parameters in the prepared
statement.