Table of Contents

Search

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

Installation and Configuration Guide

Installation and Configuration Guide

Configuring the Connection Properties

Configuring the Connection Properties

Set the connection properties for the database and the application server.
  1. Navigate to the following directory:
    <MDM installation directory>/app/tsr
    /config
  2. Open the
    connection_properties.properties
    file in an editor.
  3. Set the following properties:
    Property
    Description
    jdbc.dialect
    To enable the property, uncomment the property with the value that is specific to the database you use. Comment out the same properties with values specific to other databases.
    For example, the following code enables the property for the Oracle 10g database and disables the same property for Microsoft SQL Server database:
    #jdbc.dialect=org.hibernate.dialect.SQLServerDialect jdbc.dialect=org.hibernate.dialect.Oracle10gDialect
    Do not edit the value of these properties or the connection might fail.
    jdbc.datasource
    The datasource JNDI name. Set the property to the supplier_hub datasource.
    For example, the following code sets the property to the supplier_hub datasource
    jdbc.datasource=java:jboss/datasources/jdbc/siperian-localhost-orcl-supplier_hub-ds
    siperian-client.orsId
    Database ID of the Supplier 360 Operational Reference Store.
    In the Hub Console, go to
    Configuration
    Databases
    , and then select the Supplier 360 Operational Reference Store to see the Database ID.
  4. Save the file.

0 COMMENTS

We’d like to hear from you!