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-133
SQL 21074
Cause. The sequence generator specifications of source and target tables do not
match.
Effect. The FASTCOPY operation fails to execute.
Recovery. This error is returned when the following conditions are not met. Ensure
these conditions are met, and retry FASTCOPY operation.
If the IDENTITY column of target table is defined as GENERATED ALWAYS,
the source table IDENTITY column must be defined as GENERATED
ALWAYS.
If the IDENTITY columns of source and target tables are defined as
GENERATED ALWAYS, their sequence generator attributes must be identical.
If the IDENTITY columns of source and target tables are defined as
GENERATED ALWAYS, their IDENTITY column positions must match.
21074 IDENTITY column on target table has IDENTITY
specifications that are incompatible with corresponding
IDENTITY column on source table.