Hi,
I got the same error message ("Field too large in vartext data record") and I did to things (and unfortunatelly don't know which helped):
-allocate more character in create table statement, than the define statement. I saw that fastload allocates 22 characters if you set the variable to varchar(20) for example. Meaning, probably it needs more space in the table than defined
-and changed the file format from txt to the simpliest csv I found.
Imre
Hi,
I got the same error message ("Field too large in vartext data record") and I did to things (and unfortunatelly don't know which helped):
-allocate more character in create table statement, than the define statement. I saw that fastload allocates 22 characters if you set the variable to varchar(20) for example. Meaning, probably it needs more space in the table than defined
-and changed the file format from txt to the simpliest csv I found.
Imre