Installing Talend Dictionary Service - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
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 Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Big Data Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

Procedure

  1. Add mongo to the PATH environment variable.
  2. Create the dqdict database in MongoDB using the following command: use dqdict.
  3. Create the following user for the dqdict database in MongoDB:
    • Username: dqdict-user

    • Password: duser

    To do this, you can use the following command:
    db.createUser( { user: "dqdict-user", pwd: "duser", roles: [{ role: "readWrite", db: "dqdict"}]})
  4. Stop your Apache Tomcat instance if it was automatically started.
  5. Unzip the DQDictServer-A.B.C.zip to a dq_dict folder.
  6. Remove the contents of the <Tomcat>/webapps folder.
  7. Create a <Tomcat>/app folder and copy the dataquality-semantic-producer-A.B.C.war file from dq_dict.
  8. Copy the file contained in dq_dict/context to <Tomcat>/conf/Catalina/localhost.
  9. Copy the configuration file contained in dq_dict/config to <Tomcat>/conf.