Hi folks,
I am currently migrating a database from MSSQL2000 to IBM DB2 UDB 9.5 WSE (running on Windows Server 2008).
I used the IBM MTK (Migration Toolkit) for the migration process. My source database has some ntext fields and I am having problems importing/loading the data to my DB2 database.
If I keep the default Global Type Mapping configuration (NTEXT > DBCLOB), I get the following error message for every ignored/rejected rows :
Code:
SQL3229W The field value in row "1" and column "40" is invalid. The row was rejected. Reason code: "1".
SQL3185W The previous error occurred while processing data from row "1" of the input file.
Only the rows with empty or null values in the ntext fields are getting imported. All rows having characters/content in the ntext fields are ignored.
If I use my personal Global Type Mapping configuration (NTEXT > CLOB (2000000000)), DB2 does not extract the table at all.
Any thoughts?
Thanks for help
Charles