Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Server Installation
  6. Hub Server Post-Installation Tasks
  7. Process Server Installation
  8. Process Server Post-Installation Tasks
  9. ActiveVOS Post-Installation Tasks for the Application Server
  10. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  11. Resource Kit Installation
  12. Resource Kit Post-Installation Tasks
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for IBM DB2 with Red Hat JBoss

Installation Guide for IBM DB2 with Red Hat JBoss

Step 1. Creating Data Sources

Step 1. Creating Data Sources

Before you manually deploy the Hub Server applications, create data sources. Also, if you want to configure multiple
Process Servers
or troubleshoot installation issues, create data sources.
  1. Create the following directory structure under
    <
    JBoss installation directory
    >/modules/
    :
    /com/informatica/mdm/jdbc/main
  2. In the
    main
    directory, create the
    module.xml
    file with the following content:
    <?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.0" name="com.informatica.mdm.jdbc"> <resources> <resource-root path="<
    JDBC driver file name
    >"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies> </module>
  3. Download and copy the supported version of the JDBC drivers to the
    main
    directory.
  4. Open the JBoss Management console, and click
    Profile
    .
    The
    Datasources
    page appears.
  5. Click
    Connector
    Datasources
    .
  6. Click the
    XA Datasources
    tab.
    The
    JDBC XA Datasources
    page appears.
  7. Click
    Add
    .
    The
    Create XA Datasource
    dialog box appears.
  8. Enter values in the
    Name
    and
    JNDI Name
    fields, and click
    Next
    .
    The following table lists the syntax of the values to specify:
    Field Name
    Syntax of Value
    Name
    jdbc/siperian-<IBM DB2 DB host name>-<database name>-<Operational Reference Store name>-ds
    JNDI Name
    java:jboss/datasources/jdbc/siperian-<IBM DB2 host name>-<database name>-<Operational Reference Store name>-ds
    The
    XA Datasource
    page appears.
  9. In the XA Datasource Class field, enter
    com.informatica.mdm.jdbc
    , and click
    Next
    .
    The
    XA Properties
    page appears.
  10. Enter the key and value pairs, and click
    Next
    .
    The following table lists the key value pairs:
    Key
    Value
    DatabaseName
    Name of the database that you create.
    DeferPrepares
    false
    DriverType
    4
    PortNumber
    50000
    ServerName
    IBM DB2 server name
    fullyMaterializeInputStreams
    true
    fullyMaterializeLobData
    true
    progressiveStreaming
    2
    The
    Connection Settings
    window appears.
  11. Enter values for the connection settings, and click
    Done
    .
    The following table describes the connection fields:
    Field Name
    Description
    Username
    Name of the Operational Reference Store
    Password
    Password to access the Operational Reference Store
    The
    JDBC XA Datasources
    page appears.
  12. In the Selection section, edit the properties under the
    Pool
    tab.
    Property
    Value
    Min Pool Size
    5
    Max Pool Size
    100
    Strict Minimum
    false
    Prefill enabled
    false
    Flush Strategy
    FailingConnectionOnly
    Idle Timeout
    0
    Track Statements
    false
  13. In the Selection section, edit the properties under the
    Validation
    tab.
    Property
    Value
    Valid Connection Checker
    org.jboss.jca.adapters.jdbc.extensions.db2.DB2ValidConnectionChecker
    Check Valid Sql
    Not applicable
    Validate On Match
    false
    Background Validation
    false
    Validation Millis
    0
    Stale Connection Checker
    org.jboss.jca.adapters.jdbc.extensions.db2.DB2StaleConnectionChecker
    Exception Sorter
    org.jboss.jca.adapters.jdbc.extensions.db2.DB2ExceptionSorter
  14. Select the data source that you added, and click
    Enable
    .
    The data source that you added is enabled.

0 COMMENTS

We’d like to hear from you!