DB2 Load Identity Column

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bob DiMonte
    New Member
    • Sep 2007
    • 2

    DB2 Load Identity Column

    Have some generated columns in a table. did and export of ixf type and ran:

    load from d:\dba\test_stu dents.ixf of ixf modified by identityoverrid e messages d:\dba\test_stu dents_imp3.txt insert into test.students_l ive;

    but still get rows rejected with
    SQL3550W The field value in row "F0-1" and column "12" is not NULL, but the
    target column has been defined as GENERATED ALWAYS.

    This is on DB2 V 8.2.

    Any ideas will be helpful.
Working...