oh! thanks codek, I'll try that!
-=edit=-
not much luck here...
Code:
err_num;err_desc;err_field
1;org.pentaho.di.core.exception.KettleDatabaseException:
Error inserting/updating row
Data truncation;;
tried again...
Code:
err_num;err_desc;err_field;err_code
001;org.pentaho.di.core.exception.KettleDatabaseException:
Error inserting/updating row
Data truncation
;;TOP001
001;org.pentaho.di.core.exception.KettleDatabaseException:
Error inserting/updating row
Data truncation
;;TOP001
001;org.pentaho.di.core.exception.KettleDatabaseException:
Error inserting/updating row
Data truncation
;;TOP001
001;org.pentaho.di.core.exception.KettleDatabaseException:
Error inserting/updating row
Data truncation
;;TOP001
Error handling doesn't seem to be picking up the field responsible for the error =(
-=again=-
tried even TheFrog's idea from here, still no luck =(
-=one more=-
checked size, removed size limiters from the CREATE stmt, and I'm still getting data truncation error. this would mean type error, correct? but wouldn't that mean table output's sql button isn't reading the stream as it should...?