ALLBASE/SQL Message Manual (36216-90213)

158 Chapter5
ALLBASE/SQL Error Messages: 2101-2419
doing so would not cause a cycle).
2327 MESSAGE GRANT of ! authority to ! on !.!.! causes a
cycle. (DBERR 2327)
CAUSE Attempted to GRANT the specified authority which would
cause a cycle of grants in the authority list.
ACTION Examine the chain of grants to determine if the cycle can
be broken, or have someone else perform the grant (if their
doing so would not cause a cycle).
2328 MESSAGE User ! does not have direct OWNER, DBA, or
GRANTABLE ! authority on !.!. (DBERR 2328)
CAUSE Attempted to GRANT the specified authority WITH
GRANT OPTION, but did not have the direct authority
needed to do so.
ACTION To grant WITH GRANT OPTION, the user must be
authorized to grant directly, not through group
membership. Have the system administrator or table
owner grant you the authority with the grant option
directly, or perform the grant you wish done.
2329 MESSAGE User ! does not have direct OWNER, DBA, or
GRANTABLE ! authority on !.!.!. (DBERR 2329)
CAUSE Attempted to GRANT the specified authority WITH
GRANT OPTION, but did not have the direct authority
needed to do so.
ACTION To grant WITH GRANT OPTION, the user must be
authorized to grant directly, not through group
membership. Have the system administrator or table
owner grant you the authority with the grant option
directly, or perform the grant you wish done.
2330 MESSAGE Group ! not allowed to grant privileges.
(DBERR 2330)
CAUSE Between the time the GRANT was compiled and executed,
the user performing the GRANT became a group.GRANTs
cannot be performed by groups, due to the need to store
the user name of the grantor.
ACTION Drop the group or re-perform the GRANT with a valid
user name.
2331 MESSAGE Group ! cannot be granted privileges WITH
GRANT OPTION. (DBERR 2331)
CAUSE You attempted to grant WITH GRANT OPTION to a
group.
ACTION Repeat the grant without the specified group, or without
WITH GRANT OPTION.