Component family |
Cloud/AmazonRDS/Mysql |
|
Function |
Cancel the transaction commit in the connected DB. |
|
Purpose |
Avoids to commit part of a transaction involuntarily. |
|
Basic settings |
Component list |
Select the tAmazonMysqlConnection |
|
Close Connection |
Clear this check box to continue to use the selected connection |
Advanced settings |
tStatCatcher Statistics |
Select this check box to collect log data at the component |
Dynamic settings |
Click the [+] button to add a row in the table and fill Once a dynamic parameter is defined, the Component List For more information on Dynamic settings and context |
|
Global Variables |
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see Talend Studio |
|
Usage |
This component is more commonly used with other tAmazonMysql* |
|
Log4j |
The activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html. |
|
Limitation |
n/a |
Based on Scenario: Inserting data in mother/daughter tables, insert a
rollback function in order to prevent unwanted commit.
-
Drag and drop a tAmazonMysqlRollback to the
design workspace and connect it to the Start component. -
Set the Rollback unique field on the relevant DB connection.
This complementary element to the Job ensures that the transaction will not be partly
committed.