Hi, I am trying to create a kettle transaction where the data is read from two tables and then joined. Above seems to be very simple and basic transformation but i get an issue when trying to do it in a single transaction i.e. with "make the transformation database transactional" enabled in transformation settings. The below exception is reported when trying to do so-
com.mysql.jdbc.RowDataDynamic@7c02dce0 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.