ALLBASE/SQL Message Manual (36216-90213)

56 Chapter2
ALLBASE/SQL Warning Messages
Index ! defined on table !.! will be dropped
during the migration.
CAUSE A backward migration was PREVIEWED when this
message was issued. In the target release, the maximum
number of columns on which an index may be defined is
fifteen (15). Functionality that is not present in the target
release has been detected.
ACTION After migration to the target release, recreate the dropped
index using fewer columns.
22690 MESSAGE WARNING - View !.! was not found, so it will
not be dropped
during the migration (DBWARN 22690).
CAUSE A PREVIEW command was in progress when this message
was issued. SQLMigrate could not find a view that needs
to be dropped during the migration. The DBEnvironment
is probably being migrated a second time (i.e. backward
after a forward migration, or forward after a backward
migration) without performing a START DBE NEWLOG
after the first migration.
ACTION No action is necessary.
22695 MESSAGE WARNING - View !.! was not found, so it was
not dropped
(DBWARN 22695).
CAUSE A MIGRATE command was in progress when this message
was issued. SQLMigrate could not find a view that needs
to be dropped during the migration. The DBEnvironment
is probably being migrated a second time (i.e. backward
after a forward migration, or forward after a backward
migration) without performing a START DBE NEWLOG
after the first migration.
ACTION No action is necessary.
22700 MESSAGE WARNING - View !.! is defined on a table or
view that will be
dropped during the migration (DBWARN 22700).
This
view will also be dropped. The SELECTSTRING
from
SYSTEM.VIEWDEF for this view is: !
CAUSE A PREVIEW 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.