3 Known Problems

This chapter provides an overview of the known problems in Oracle Communications Offline Mediation Controller 6.0 Patch Set 1 through Offline Mediation Controller 6.0 Patch Set 3.

Offline Mediation Controller Installation

This section describes known problems and workarounds for the Offline Mediation Controller installation.

Offline Mediation Controller 6.0 Installation Fails When Oracle Unified Directory 11g Release 2 Is Installed

SR number: Not applicable

BugDB number: 17002607

When installing Offline Mediation Controller 6.0 in an environment where Oracle Unified Directory 11g Release 2 is installed, the installation fails and the post-installation scripts do not run.

To work around this problem, do the following:

  1. Complete the Offline Mediation Controller 6.0 installation. The installation fails.

  2. Install Offline Mediation Controller 6.0 patch set on the same system on which you have installed Offline Mediation Controller 6.0.

  3. Go to the OMC_Home/bin directory, where OMC_Home is the directory in which you have installed Offline Mediation Controller 6.0.

  4. Create the populateDirTemp.ldif file if it does not already exist and add the following text:

    dn: uid=Admin,ou=People,dc=ocomcexample.com
    changetype: modify
    replace: userpassword
    userpassword: adminpassword
    

    where adminpassword is the password for the Administration Client administrator user.

  5. Save and close the file.

  6. Run the following command:

    oudConfig -i oud_instance_path -h oud_host -p oud_admin_port -d "oud_binddn" -w oud_admin_password -b "dc=ocomcexample.com" -l oud_ldapport
    

    where:

    • oud_instance_path is the path to the directory where the Oracle Unified Directory 11g Release 2 instance is installed.

    • oud_host is the IP address or the host name of the system on which Oracle Unified Directory 11g Release 2 is installed.

    • oud_admin_port is the port used for administration traffic with Oracle Unified Directory 11g Release 2. The default is 4444.

    • oud_binddn is the root user distinguished name (DN). The default is "cn=Directory Manager".

    • oud_admin_password is the root user bind password for Oracle Unified Directory 11g Release 2.

    • oud_ldapport is the port used by LDAP to send and receive data. The default is 1389.

    For example:

    ./oudConfig -i /Oracle_Home/Oracle/Middleware/asinst_1/OUD
                       -h oud1.example.com
                       -p 4444
                       -d "cn=Directory Manager"
                       -w Welcome1@ 
                       -b "dc=ocomcexample.com"
                       -l 1389
    

    Important:

    The oudConfig script will remove all the existing user accounts in your Oracle Unified Directory 11g Release 2 instance and will create an Admin user based on information provided in the populateDirTemp.ldif file.
  7. Start all Offline Mediation Controller processes.

    See the discussion about starting and stopping Offline Mediation Controller in Offline Mediation Controller System Administrator's Guide for more information.