SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
19-126
Effect. The fastcopy operation fails. The availability of source and target indexes and
their tables is not affected.
Recovery. None.
SQL 21054
Where source-table is the three-part ANSI name of the source table of a
FASTCOPY command.
target-index is the three-part ANSI name of an index on the target table of a
FASTCOPY command.
Cause. An initial FASTCOPY command is executed and no index on the source table
matches the target-index . Two indexes match when all of the following conditions
are satisfied:
indexes have the same number of index columns
each source-target pair of index columns, in key sequence order, have the
same column number in the tables
Effect. The fastcopy operation fails. The source and target tables are available to
other operations.
Recovery. None.
SQL 21055
Where object-type is a table or index you specified in the command syntax.
target-object is the three-part ANSI name of the target object for a FASTCOPY
command.
Cause. A FASTCOPY command is executed and all the rows from the source objects
are already copied to the specified target object or they are being copied by previous
FASTCOPY command.
Effect. None. This is an informational command.
Recovery. None.
21054 Index target-index has no matching index from table
source-table.
21055 object-type target-object has been processed by another
FASTCOPY command.