When loading data into relational database, the Jedox ETL commit the data every 1000 records by default, and it's not possible to change the commit size to "unlimited".
Therefore, if the data loading was failed at the middle of the execution, the halfway data may remain in the target database after the execution.
To avoid the problem, the Jedox ETL need to have the rollback functionality.