tAssertCatcher
Generates a data flow consolidating the status information of a job execution and transfer the data into defined output files.
Based on its pre-defined schema, tAssertCatcher fetches the execution status information from repository, Job execution and tAssert.
tAssertCatcher Standard properties
These properties are used to configure tAssertCatcher running in the Standard Job framework.
The Standard tAssertCatcher component belongs to the Logs & Errors family.
The component in this framework is available in all Talend products.
Basic settings
Properties | Description |
---|---|
Schema and Edit schema |
|
Catch Java Exception |
This check box allows to capture Java exception errors and show the message in the Description column (Get original exception not selected) or in the Exception column (Get original exception selected) column, once checked. |
Get original exception |
This check box allows to show the original exception object in the Exception column, once checked. Available when Catch Java Exception is selected. |
Catch tAssert |
This check box allows to capture the evaluations of tAssert. |
Global Variables
Variables | Description |
---|---|
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage guidance | Description |
---|---|
Usage rule |
This component is the start component of a secondary Job which fetches the execution status information from several sources. It generates a data flow to transfer the information to the component which proceeds. |
Limitation |
This component must be used with tAssert together. |