I had the ETL working until two days ago when I started receiving:
Exception in component tDBInput_1 (test4) java.sql.SQLDataException: Unsupported conversion from TIMESTAMP to java.lang.Integer
Clueless what happened here.
It look like your schema in your tDb_Input_1 is not the same between schema inside component and your database table type. For exemple product_line_id is a varchar in your table and it's a Integer in your schema.
Try to redefine your schema in yout tDBInput Component.
You can do it like that :