ALLBASE/SQL Message Manual (36216-90213)

Chapter 2 57
ALLBASE/SQL Warning Messages
22710 MESSAGE WARNING - View !.! is defined on a table or
view that is
being dropped (DBWARN 22710). This view is
also being
dropped. The SELECTSTRING from SYSTEM.VIEWDEF
for
this view is: !
CAUSE A MIGRATE command was in progress when this message
was issued. The view is being dropped because a structure
that it is dependent upon is being dropped.
ACTION You may wish to recreate the view after the
DBEnvironment has been migrated by typing the
command recorded in the SELECTSTRING.
22720 MESSAGE WARNING - Table !.! has been created using
CHECK CONSTRAINTS,
which is not supported under the target
version of
ALLBASE/SQL (DBWARN 22720). This table will
be
dropped during the migration.
CAUSE A backward migration was PREVIEWED when this
message was issued. User data which takes advantage of
functionality that is not present in the target release has
been detected.
ACTION No action is necessary. If you need to transfer this data to
the target release, use the ISQL UNLOAD EXTERNAL
command.
22730 MESSAGE WARNING - Table !.! has been created using
CHECK CONSTRAINTS,
which is not supported under the target
version of
ALLBASE/SQL (DBWARN 22730). This table is
being
dropped.
CAUSE A backward migration was in progress when this message
was issued. User data which takes advantage of
functionality that is not present in the target release has
been detected.
ACTION If you need to recover the table, the backup version of the
DBEnvironment must be restored. If you need to transfer
this data to the target release, use the ISQL UNLOAD
EXTERNAL command.
22740 MESSAGE WARNING - Table/view !.! is owned by user
HPODBSS, and is
assumed to be part of the ObjectDB product