F Scheduler and System Properties do not come up in the Integrated Environment

  1. Add the following entries in the oim.conf file at the following locations:

    Locations:

    OAM_DOMAIN_HOME/config/fmwconfig/components/OHS/ohs1/moduleconf/oim.conf
    OAM_DOMAIN_HOME/config/fmwconfig/components/OHS/instances/ohs1/moduleconf/oim.conf

    Entries

    <Location /iam/governance/adminservice/api/v1>
     SetHandler weblogic-handler
     WLCookieName oimjsessionid
     WebLogicHost %OIM_HOST%
     WebLogicPort %OIM_PORT%
     WLLogFile “${ORACLE_INSTANCE}/diagnostics/logs/mod_wl/oim_component.log”
    </Location>
    <Location /iam/governance/selfservice/api/v1>
     SetHandler weblogic-handler
     WLCookieName oimjsessionid
     WebLogicHost %OIM_HOST%
     WebLogicPort %OIM_PORT%
     WLLogFile “${ORACLE_INSTANCE}/diagnostics/logs/mod_wl/oim_component.log”
    </Location>
  2. Restart the servers