My Setup
--------------------------
PDI version 4.1.0
Linux
MySQL 5.1
Java 1.6
My Issue
------------------------------------------------------------------
Short Desc:
Insert / Update finished successfully, but no data written?
Long Desc:
I have a Kettle job that does an Insert/Update.
The job runs, shows data in the stream (I logged to check), and logs "All transactions of database connection... where committed at the end of the transformation"
HOWEVER
The MySQL binlog show no inserts or updates.
The next job in my chain can not find any of those items inserted above.
This problem is occasional, and only occurs a few times a day or even every other day.
Any insights would be appreciated.


Reply With Quote
