// etc.
debug( Messages.getInstance().getString( "Kettle.DEBUG_TRANSFORMATION_RUNNING" ) ); //$NON-NLS-1$
trans.waitUntilFinished();
cleanLogChannel( trans );
trans.cleanup();
} catch ( Exception e ) {
throw new KettleComponentException( Messages.getInstance().getErrorString(
"Kettle.ERROR_0014_ERROR_DURING_EXECUTE" ), e ); //$NON-NLS-1$
}