ALLBASE/SQL Message Manual (36216-90213)

Chapter 5 155
ALLBASE/SQL Error Messages: 2101-2419
CAUSE The AuthorizationName is different than the DBEUserID
executing the CREATE SCHEMA statement. You do not
have DBA authority, nor are you a member of a group
whose name is the AuthorizationName specified in the
CREATE SCHEMA statement.
ACTION Ensure that you have proper authorization to execute the
CREATE SCHEMA statement.
2310 MESSAGE User ! does not have DBA authority. (DBERR
2310)
CAUSE GRANT with BY clause done by someone without DBA
authority.
ACTION This command requires DBA authority to be performed.
2311 MESSAGE Group ! not found. (DBERR 2311)
CAUSE The group name specified in the DROP GROUP, ADD TO
GROUP, or REMOVE FROM GROUP statement, does not
exist in the DBEnvironment.
ACTION Check your spelling. If you still receive this error, ask your
database administrator to check the SYSTEM.GROUP
view to determine if the group exists in the
DBEnvironment.
2312 MESSAGE User or group ! already exists. (DBERR 2312)
CAUSE The user or group name specified in the CREATE GROUP
statement already exists in the DBEnvironment.
ACTION Issue the command again, specifying a unique user or
group name.
2313 MESSAGE User ! not found in group !. (DBERR 2313)
CAUSE The DBEUserID specified in the REMOVE FROM
GROUP statement does not exist in the specified group.
ACTION Check your spelling. If you still receive this error, ask your
database administrator to check the SYSTEM.GROUP
view to make sure that the specified user does exist in the
group.
2314 MESSAGE User ! already a member of group !. (DBERR
2314)
CAUSE The DBEUserID in the ADD command is already a
member of the group.
ACTION No action is necessary.
2315 MESSAGE User or group ! conflicts with existing !.
(DBERR 2315)
CAUSE The group name specified in the CREATE GROUP
statement is already being used as a DBEUserID or group