Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Begin
  4. Pre-Installation Tasks
  5. B2B Data Exchange Installation
  6. Post-Installation Tasks
  7. Installing the Partners Portal on Non-B2B Data Exchange Nodes
  8. Upgrading B2B Data Exchange
  9. Starting and Stopping B2B Data Exchange
  10. Optional B2B Data Exchange Configuration
  11. Migrating OEM Managed File Transfer Endpoint
  12. Installing and Configuring the B2B Data Exchange Accelerator for Data Archive
  13. Uninstallation

Installation and Configuration Guide

Installation and Configuration Guide

Pre-Installation Steps

Pre-Installation Steps

Before you install the
B2B Data Exchange
accelerator in Data Archive, make sure that your system meets the minimum requirements and follow the pre-installation steps.
  1. Make sure you have an active installation of Data Archive. A limited Data Archive version is provided with
    B2B Data Exchange
    .
  2. Create and assign privileges to the
    B2B Data Exchange
    production database and history database
    users.
  3. For archive projects to or from the history database, configure the history database location and credentials in the client and server copies of the dx-configuration.properties file:
    Property
    Description
    dx.archive.jdbc.url
    Location of the history database. You replace the default value with one of the following values:
    • For Oracle, use the following format:
      jdbc:informatica:oracle://<oracle host>:<oracle port>;SID=<oracle sid>
    • For Microsoft SQL Server, use the following format:
      jdbc:informatica:sqlserver://<sqlserver host>:<sql server port>;DatabaseName=<database name>
    The default value is
    ${dx.archive.jdbc.url}
    .
    dx.archive.jdbc.username
    Name of the history database user. You replace the default value with the database user name.
    The default value is:
    ${dx.archive.jdbc.username}
    dx.archive.jdbc.password
    Encrypted password for the history database user. You encrypt the password with the password encryption utility and replace the default value with the encrypted string.
    The default value is:
    ${dx.archive.jdbc.password}
    To determine the specific location and credentials for the history database, consult the database administrator.
  4. To enable archiving document attachments, copy the library file from the folder
    <DX installation directory>/ILM-accelerator/lib
    to the folder
    <ILM installation directory>/webapp/WEB-INF/lib/
    .
  5. In the Data Archive installation directory, open the
    conf.properties
    file and set the value of the following properties:
    • Set the value of the
      informia.useDbaViewsInSeamlessAccess
      property to
      false
      .
    • Set the value of the
      informia.proceduresToExecute.inArchiveFromHistory
      property to
      java://com.informatica.b2b.dx.ilm.MoveDXDocStoreDatabaseDAOImpl
      .
    Back up the
    conf.properties
    file before you modify the property.
  6. Restart Data Archive.

0 COMMENTS

We’d like to hear from you!