ALLBASE/SQL Message Manual (36216-90213)

Chapter 2 33
ALLBASE/SQL Warning Messages
2006 MESSAGE User ! already has ! authorization. (DBWARN
2006)
CAUSE You tried to grant an authorization to a user that already
has that authorization.
ACTION No action is necessary
2007 MESSAGE User ! already has ! authorization on !.!.
(DBWARN 2007)
CAUSE You tried to grant authority on a table or a module to a
user that had already been granted authority on the
specified table or module. Either you granted the table
authority before, or you are the OWNER of the table or a
DBA (and so you will be able to revoke it even if you are
not the grantor of it).
ACTION No action is necessary.
2008 MESSAGE User ! already has ! authorization on !.!.!.
(DBWARN 2008)
CAUSE You tried to grant authority on a specific column to a user
that had already been granted authority on the specified
column. Either you granted the column authority before,
or you are the OWNER of the table or a DBA (and so you
will be able to revoke it even if you are not the grantor of
it).
ACTION No action is necessary.
2010 MESSAGE A transaction in progress was aborted.
(DBWARN 2010)
CAUSE You issued a RELEASE or STOP DBE statement without
issuing a COMMIT WORK or ROLLBACK WORK
statement first.
ACTION No action is necessary.
2011 MESSAGE Use SQLUtil to purge physical file !. (DBWARN
2011)
CAUSE When you issue a DROP DBEFILE statement, the actual
physical file is not deleted; it is only deleted from the
system catalog.
ACTION Use the SQLUtil PURGEFILE command to purge the
physical file.
2012 MESSAGE DBEFile already of specified DBEFile type.
(DBWARN 2012)
CAUSE The DBEFile you attempted to ALTER was already of the
specified type.
ACTION No action is necessary.