Hello everybody...
I have a tricky problem I'm fighting with since a long time.
We have a very old db2 installation (DB2 5.2) on a old AIX 4.3 system.
This system contains the data of an old product management system.
Now the time is finally comming that we want to kill this old system.
We want to export all the data from the db2 and import it for backup in a PostgreSQL database.
For this I have installed the ODBC driver for db2 (this is the driver from the version 5.2, an actual driver never worked with the old database) and use Microsoft Access to link the tables.
Those linked tables I export in Access to the ODBC interface of PostgreSQL.
This works for the most tables very fine, but I have one tricky table which generates allways the error "CLI0002W" which indicates that the driver is truncating data because of insufficient buffer size.
I looked at the description of the table and think I found the problem.
This table contains a column with "LONG VARCHAR 32700".
In this column the user write comments about changes of a part which is managed in the application.
Has someone an idea how I can solve this problem?
I think a parameter in the db2cli.ini could solve the problem of insufficient buffer size, but I didn't find anything with google (or I searched the wrong way

)
Any help would be very appreciated
Best regards
Raphael