Configuring the Talend MDM Server connection - Cloud - 8.0

MDM data processing

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend MDM Platform
Module
Talend MDM Server
Talend MDM Web UI
Talend Studio
Content
Data Governance > Third-party systems > MDM components > MDM data processing components
Data Quality and Preparation > Third-party systems > MDM components > MDM data processing components
Design and Development > Third-party systems > MDM components > MDM data processing components
Last publication date
2024-02-20

About this task

In this scenario, a tMDMConnection component is used to open an Talend MDM Server connection for convenient reuse in the subsequent subJob that performs the data record deletion task.

Procedure

  1. Double-click tMDMConnection to display its Basic settings view and define the component properties.
  2. In the URL field, enter the Talend MDM Server URL, between quotation marks: for example, "http://localhost:8180/talendmdm/services/soap".
  3. In the Username and Password fields, enter your user name and password to connect to the MDM server.
  4. Double-click tMDMCommit to display its Basic settings view and define the component properties.
    This component commits the changes made to the database on successful completion of the proceeding subJob.
  5. From the Component List list, select the component for the server connection you want to close if you have configured more than one Talend MDM Serverconnection. In this use case, there is only one Talend MDM Server connection open, so simply use the default setting.
  6. Deselect the Close Connection check box if it is selected. In this example, the tMDMClose component closes the connection to the Talend MDM Server.
  7. Double-click tMDMRollback to display its Basic settings view and define the component properties.
    This component rolls back any changes and returns the database to its previous state if the proceeding subJob fails.
  8. From the Component List list, select the component for the server connection you want to close if you have configured more than one Talend MDM Server connection. In this use case, there is only one Talend MDM Server connection open, so simply use the default setting.
  9. Clear the Close Connection check box. In this example, the tMDMClose component closes the connection to the Talend MDM Server.
  10. Double-click tMDMClose to display its Basic settings view and define the component properties.

    The tMDMClose component is used to close the connection after the successful execution of the Job. You can also close the connection by selecting the Close Connection check box in the tMDMCommit and tMDMRollback components, but for the purposes of this scenario the tMDMClose component is used instead.

  11. From the Component List list, select the component for the server connection you want to close if you have configured more than one Talend MDM Server connection. In this use case, there is only one Talend MDM Server connection open, so simply use the default setting.