Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Customer 360
  3. Before You Install
  4. Installing MDM - Customer 360
  5. After You Install
  6. Business Processes for Customer Management
  7. Customizing Customer 360
  8. Upgrading Customer 360
  9. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring the Data Mart Database Connection

Configuring the Data Mart Database Connection

Before you can generate reports or populate charts, you must configure the data mart database connection.
  1. Navigate to the following directory:
    <MDM Installation Directory>/app/tcr/reporting/datamart/lib
  2. If the directory is empty, copy the following files from the
    <MDM installation directory>/hub/server/lib
    directory to the
    <MDM installation directory>/app/tcr/reporting/datamart/lib
    directory:
    • log4j-1.2.16.jar
    • ojdbc7.jar
    • siperian-common.jar
    • commons-validator-<version number>.jar
  3. Navigate to the following directory:
    <MDM installation directory>/app/tcr/reporting/datamart
  4. Extract the contents of the
    populate_datamart.jar
    file.
  5. Open the following file in an editor:
    <Directory containing extracted files>/META-INF/MANIFEST.MF
  6. To the
    Class-Path
    parameter, add the following value:
    lib/commons-validator-<version number>.jar
  7. Save the file.
  8. Open a command prompt.
  9. Run the following command:
    java -jar populate_datamart.jar config
  10. At the prompt, type
    C
    to configure the database connection.
  11. Answer the prompts described in the following table:
    Prompt
    Description
    Connection Name
    Enter a unique name for the connection. If the name exists, the connection is overwritten.
    Type of Connection
    Enter the type of connection to the data mart. Currently only DB is supported.
    Database vendor
    Enter the database to connect with, such as Oracle, IBM DB2, or Microsoft SQL Server.
    User
    Enter the database user.
    Password
    Enter the database password.
    Token
    Reserved for future use.
    Host Name
    Enter the database host name.
    Port
    Enter the database port.
    Database Name
    Enter the database name/SID.
  12. When prompted to finish the configuration, enter
    Y
    .
    The connection information is saved in the following file:
    <MDM installation directory>/app/tcr/reporting/datamart/config/mart-population-config.xml

0 COMMENTS

We’d like to hear from you!