Table of Contents

Search

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

Installation Guide for Oracle Database with WebLogic

Installation Guide for Oracle Database with WebLogic

Setting Up Oracle Configuration Manager for ActiveVOS (Optional)

Setting Up Oracle Configuration Manager for ActiveVOS (Optional)

You can set up ActiveVOS to support Oracle Configuration Manager by adding a customized Java Database Connectivity (JDBC) URL.
  1. Open a command prompt.
  2. Navigate to the following directory:
    infamdm installation directory>\conf\avos.install.properties
  3. Edit the
    avos.jdbc.url
    property. Enter the following custom JDBC URL link:
    jdbc:oracle:thin:@(description=(address_list=(address=(protocol=tcps)(port=2484)(host=invlrcon19.informatica.com))(address=(protocol=tcp) (port=1521)(host=invlrcon21.informatica.com)))(connect_data=(SERVICE_NAME=ORCL19C.informatica.com)))
  4. Edit the
    avos.jdbc.database.url
    property. Enter the following ActiveVOS database connection URL:
    jdbc.database.url=jdbc\:oracle\:thin\:@(description\=(address_list\=(address\=(protocol\=tcps)(port\=2484)(host\=invlrcon19.informatica.com))(address\=(protocol\=tcp)(port\=1521)(host\=invlrcon21.informatica.com)))(connect_data\=(SERVICE_NAME\=ORCL19C.informatica.com)))
  5. Navigate to the following directory:
    <MDM Hub installation directory>\hub\server\bin\build.properties
  6. Edit the
    avos.jdbc.database.url
    property. Enter the following ActiveVOS database connection URL:
    activevos.db.jdbc.url=jdbc:oracle:thin:@(description=(address_list=(address=(protocol=tcps)(port=2484)(host=invlrcon19.informatica.com))(address=(protocol=tcp)(port=1521)(host=invlrcon21.informatica.com)))(connect_data=(SERVICE_NAME=ORCL19C.informatica.com)))
  7. Open a command prompt.
  8. Navigate to the following directory:
    <MDM Hub installation directory>/hub/server/bin
  9. Run the following command:
    • In UNIX.
      sip_ant.sh avos.deploy -Ddatabase.password=<master database password> -Davos.username=<activeVOS console username> -Davos.password=<activeVOS console password> -Davos.jdbc.database.username=<avos database username> -Davos.jdbc.database.password=<avos database Password> -Davos.jdbc.database.url=<JDBC database URL>
    • In Windows.
      sip_ant.bat avos.deploy -Ddatabase.password=<master database password> -Davos.username=<activeVOS console username> -Davos.password=<activeVOS console password> -Davos.jdbc.database.username=<avos database username> -Davos.jdbc.database.password=<avos database Password> -Davos.jdbc.database.url=<JDBC database URL>
    ActiveVOS is setup with OCM

0 COMMENTS

We’d like to hear from you!