Skip to main content Skip to complementary content

Configuring the integration of Talend Data Stewardship with Talend MDM

Availability-noteDeprecated
Before you can use Talend Data Stewardship to perform integrated matching tasks, you need to configure the integration of Talend Data Stewardship with MDM.

Procedure

  1. If the MDM server is up and running, stop it first. Otherwise, skip this step.
  2. Browse to the file <$INSTALLDIR>/conf/mdm.conf and open it.
    INSTALLDIR indicates the path where the MDM server has been installed.
  3. Locate the properties related to Talend Data Stewardship, configure the URL, username, and password to access Talend Data Stewardship respectively, and leave the other options unchanged.
    # TDS settings
    ######################################################
    tds.root.url=http://localhost:19999
    tds.user=owner1@company.com
    tds.password=owner1
    tds.core.url=/data-stewardship
    tds.schema.url=/schemaservice
    tds.api.version=/api/v1
    tds.batchsize=50

    The value of the property tds.user must be a valid username of a Talend Administration Center user who also serves as a Data Stewardship User and has the Campaign Owner data stewardship role.

    The password is encrypted during the MDM server startup.

    For more information about creating users, see Creating Data Stewardship users.

    For more information about the properties, see Enabling and configuring the integration of Talend Data Stewardship with MDM.

  4. Save your changes and restart the MDM server to take into account your updates.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!