ALLBASE/SQL Message Manual (36216-90213)

54 Chapter2
ALLBASE/SQL Warning Messages
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.
20700 MESSAGE WARNING - INDEX has been defined on sixteen
(16) columns. (DBWARN
20700). Index ! defined on table !.! is being
dropped.
CAUSE 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.
20754 MESSAGE SET NEWLOG OFF was previously issued. (DBWARN
20754)
CAUSE The current value of the NEWLOG variable is OFF, so a
START DBE NEWLOG command was not performed
during the MIGRATE command.
ACTION No action is necessary. If you want a START DBE
NEWLOG command to be performed during future
MIGRATE commands, issue a SET NEWLOG ON
command.
22530 MESSAGE WARNING - Table !.! contains the following
columns which are not
supported under the target release of
ALLBASE/SQL. (DBWARN 22530)
CAUSE A backward migration is being PREVIEWed when this
message is issued. Column types that are only supported
under the newer release of ALLBASE/SQL are present in
the user table mentioned in the warning.
ACTION The offending columns must be eliminated or modified to
be of types supported by the target version before a
migration is attempted. If they are not removed, then the
table will be dropped during the MIGRATE command.
22620 MESSAGE WARNING - Table !.! has been created using
the HASH option, which is
not supported under the target version of
ALLBASE/SQL (DBWARN 22620).
This table will be dropped during the
migration.