ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 161
ALLBASE/SQL Error Messages: 2101-2419
2342 MESSAGE TRANSFER OWNERSHIP of !.! to ! causes a cycle
of ! authority on column !. (DBERR 2342)
CAUSE Attempted to transfer a table upon which the specified
authority existed, and that transfer would cause a cycle of
grants in the authority list for that authority on that table.
ACTION Examine the chain of grants to determine if the cycle can
be broken, or transfer the table to a different user (if doing
so would not cause a cycle).
2343 MESSAGE User ! does not have authority to install
modules for owner !. (DBERR 2343)
CAUSE The user specified does not have the required authority.
ACTION Use the GRANT INSTALL AS
OwnerID
TO
DBEUserID
statement to give the proper authority to the user.
2346 MESSAGE User ! does not explicit INSTALL AS !
authority. (DBERR 2346)
CAUSE The user specified does not have INSTALL authority for
this owner.
ACTION Use the GRANT INSTALL statement to grant INSTALL
AS authority to the user.
2347 MESSAGE User ! does not have INSTALL ! authority.
(DBERR 2347)
CAUSE The user specified does not have any INSTALL authority.
ACTION Use the GRANT INSTALL AS
OwnerID
TO
DBEUserID
statement to grant INSTALL authority to the user.
2350 MESSAGE !
CAUSE A RAISE ERROR statement was specified without an
error number or with an error number of 2350.
ACTION See the Section "User Defined Error Messages" in the
"Introduction" for discussion of RAISE ERROR generated
errors. Examine the error text to determine the action to
take.
2352 MESSAGE RULE !.! WHERE condition invalid. (DBERR
2352)
CAUSE The named RULE definition's WHERE condition will not
be executable and so is not valid.
ACTION Identify the problem with the RULE definition by
examining the error or errors accompanying this one.
Correct the problem of those errors in order to make the
RULE's WHERE condition executable.
2353 MESSAGE RULE !.! EXECUTE PROCEDURE invalid. (DBERR
2353)