Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. Security
  4. Events
  5. User Policies
  6. Operation Console Management
  7. System Properties
  8. Connections
  9. Connectivity to Informatica Intelligent Cloud Services
  10. Integration of Data Integration Hub with Enterprise Data Catalog
  11. Document Management
  12. Entity Management
  13. Export and Import
  14. Data Integration Hub Utilities
  15. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Configuring the JDBC Drivers for an ODBC Connection

Configuring the JDBC Drivers for an ODBC Connection

To connect
Data Integration Hub
to the relational databases using an ODBC connection, add the JDBC driver details to the
dx-configuration.properties
file. You must also add the JDBC drivers to the installation directory.
  1. On the machine where
    Data Integration Hub
    is installed, open the server and the console copies of the
    dx-configuration.properties
    file in a text editor from the following locations:
    • <Data Integration Hub installation directory>/DataIntegrationHub/tomcat/shared/classes/
    • <Data Integration Hub installation directory>/conf/
  2. In both files, add the driver class of the relational database for which you create an ODBC connection in the following property:
    dih.custom.connection.jdbc.drivers
    The following sample property shows the JDBC driver classes for the MySQL database:
    dih.custom.connection.jdbc.drivers=org.h2.Driver;com.mysql.jdbc.Driver;com.microsoft.sqlserver.jdbc.SQLServerDriver
  3. Save the files.
  4. Copy the JDBC drivers that interact with the relational database for which you create an ODBC connection to the following directory:
    <Data Integration Hub installation directory>\shared\lib
  5. Restart
    Data Integration Hub
    .

0 COMMENTS

We’d like to hear from you!