Ch 4. ALLBASE/SQL Messages (MSG) [ Row Level Locking: Technical Addendum for ALLBASE/SQL Release F ] MPE/iX 5.0 Documentation
Row Level Locking: Technical Addendum for ALLBASE/SQL Release F
Chapter 4 ALLBASE/SQL Messages (MSG)
23020 MESSAGE WARNING - Table !.! is currently defined as a
PUBLICROW table, which is not supported under the
target version of ALLBASE/SQL (DBWARN 23020).
This table will be altered to become a PUBLIC table
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.
23030 MESSAGE WARNING - Table !.! is currently defined as a
PUBLICROW table, which is not supported under the
target version of ALLBASE/SQL (DBWARN 23030).
This table is being altered to become a PUBLIC
table.
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 No action is necessary.
[REV BEG]
2922 MESSAGE PUBLICROW is not allowed on a hash table. (DBERR
2922)
CAUSE You are trying to define a hash on a PUBLICROW
table, and this combination is not supported.
or
You are trying to alter a hash table to type
PUBLICROW, but this combination is not supported
ACTION Either use a table type of PUBLIC as you define the
hash structure, or else convert to a non-hash
PUBLICROW table by dropping and recreating the
table.
[REV END]
MPE/iX 5.0 Documentation