Configuring the Job for catching messages triggered by the tWarn component - Cloud - 8.0

Logs and errors (Integration)

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Logs and errors components (Integration)
Data Quality and Preparation > Third-party systems > Logs and errors components (Integration)
Design and Development > Third-party systems > Logs and errors components (Integration)
Configure the components used in the Job that catches the messages triggered by the tWarn component and then displays the messages on the console.

Procedure

  1. Double-click the tRowGenerator component to open its row generator editor.
  2. Define the schema by adding one column id of Integer type, and select the predefined function Numeric.sequence(String,int,int) in the Functions column.
  3. Enter the number of records to be generated in the Number of Rows for RowGenerator field, 3 in this example. When done, click OK to close the dialog box.
  4. Double-click the tWarn component to open its Basic settings view.
  5. Select Info from the Priority drop-down list.
  6. In the Warn message field, enter the message to be triggered when a new record is generated, a new record is generated in this example.
  7. Double-click the tLogCatcher component to open its Basic settings view.
  8. Select the Catch tWarn check box to catch the messages triggered by the tWarn component.
  9. Double-click the tLogRow component to open its Basic settings view, and then select Table (print values in cells of a table) in the Mode area for better readability of the result.