HPE NonStop SQL/MX Error – 21074 IDENTITY column on target table has IDENTITY specifications that are incompatible with corresponding IDENTITY column on source table.

In this blog post, let’s learn about the error message “21074 IDENTITY column on target table has IDENTITY specifications that are incompatible with corresponding IDENTITY column on source table.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.

Error Message

21074 IDENTITY column on target table has IDENTITY specifications that are incompatible with corresponding IDENTITY column on source table.

Reason for the Error

The sequence generator specifications of source and target tables do not match.

Solution

This error is returned when the following conditions are not met. Ensure that 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

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this blog post, let’s learn about the client error message “EngineNotSupported with HTTP Status 400” when working with PolarDB...
  • Data
  • December 15, 2022
In this blog post, let’s learn about the client error message “EngineVersionNotSupported with HTTP Status 400” when working with PolarDB...
  • Data
  • December 15, 2022
In this blog post, let’s learn about the client error message “IncorrectDBClusterLockMode with HTTP Status 400” when working with PolarDB...
  • Data
  • December 15, 2022