Table of Contents

Search

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

Setting Properties in the connection_properties.properties File

Setting Properties in the connection_properties.properties File

You select 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. For the
    jdbc.dialect
    property, enable the property that matches your database. Comment out the other property.
    For example, the following code enables the property for Oracle 10g and disables the same property for Microsoft SQL Server:
    #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.
  4. Set the
    jdbc.datasource
    property to the supplier_hub data source.
  5. Set the
    orsID
    property.
    In the Hub Console, navigate to
    Configuration
    Databases
    to get the ORS ID.
  6. For the application server properties, find the comment that mentions the application server you use, and enable the group of properties under the comment. Comment out the properties for other application servers.
  7. Set the application server properties as instructed in the file comments.
  8. Save the file.

0 COMMENTS

We’d like to hear from you!