Steps to configure a OOTB PIP for weblogic SM are: 1) Edit the jps-config file in the following location $ORACLE_HOME/user_projects/domains/weblogicSM_domain/config/oeswlssmconfig I. Update propertySets section in jps-config <propertySet name=”ootb.pip.attribute.empfname.rdbms”> <property name=”ootb.pip.attr.type” value=”OOTB_PIP_ATTRIBUTE”/> <property name=”ootb.pip.ref” value=”pip.service.ootb.db”/> <property name=”name” value=”empfname”/> <property name=”query” value=”select empfname from employee where employee_id=%EMP_ID% ‘”/> <property name=”cached” value=”true”/> <property name=”ttl” value=”60″/> </propertySet> […]
Read MoreWeblogic and OID(Oracle Internet Directory) integration is required for OES to use external roles and users from OID. Steps to do this integration are as follows: 1. Login to weblogic console Eg: http://localhost:7001/console where OES server is deployed. Weblogic admin console http://localhost:7001/console OES admin console http://localhost:7001/apm 2. Configure a new OID authenticator in weblogic. 3. […]
Read MoreThis post covers overview of Exalogic Machine from Oracle’s Exa Family (Exadata and Exalytics are other two products from Exa family) Exalogic is pre-configured Hardware Machine with Operating System and Fusion Middleware (Weblogic 11g, Coherence, JRockit/Hotspot, Grid Control to manage WebLogic). Note: FMW Applications like SOA, WebCenter , OBIEE, IAM are NOT part of default […]
Read MoreThis post covers high level steps to integrate Oracle Apps (E-Business Suite) R12 with Oracle WebCenter 11g R1 including Oracle Access Manager (SSO solution) and Oracle Internet Directory (LDAP Server) EBS Suite integration with WebCenter is very well explained in My Oracle Support Note 1074345.1, here are high level steps from this note 1. Install […]
Read MoreIn my last post here I discussed steps to install and configure Oracle Unified Directory (OUD). In order to start/stop OUD directory instance, use following commands $OUD_INSTANCE/OUD/bin/start-ds (To Start OUD Server) $OUD_INSTANCE/OUD/bin/stop-ds (To Stop OUD Server) $OUD_INSTANCE/OUD/bin/status (To find Status OUD Server) Note: OUD_INSTANCE is OUD Instance created during OUD configuration under $MW_HOME/asinst_1 or any […]
Read MoreThis post covers installation of Oracle Enterprise Manager (OEM) Cloud Control 12c . For overview of OEM 12c installation click here Basic Installation Guide for OEM 12c is available here Advanced Installation Guide is available here 1. Install database that will contain OEM repository. 2. Start Installer by running $OEM12C_SOFTWARE/runInstaller (setup.exe for Windows) 3. Select […]
Read MoreThis post covers part V of Fusion Applications 11.1.1.5.1 Installation, Integrate Oracle Identity Manager (OIM) with Oracle Access Manager (OAM) for Fusion Application. For previous steps check below links Part I – Install Identity and Access Management Software for FA Part II – Configure OID for Fusion Applications Part III – Configure Policy and Identity Store […]
Read MoreThis post covers issue encountered during EBS R12 integration with Oracle WebCenter. Oracle EBS R12 integration with Oracle Webcenter Suite is explained in My Oracle Support Note # 1074345.1 For EBS-WebCenter integration : 1. You must first register WebCenter server in list of allowed servers to access EBS OA_HTML/portlets/*******. This is done by adding webcenter server […]
Read MoreIf you run ldapsearch on OID machine and hit error like “Context Initialization Error” then set ORACLE_HOME to OID ORACLE_HOME like export ORACLE_HOME=/u01/oracle/mw/idm (Unix) set ORACLE_HOME=c:\oracle\mw\idm (Windows)
Read MoreThis post covers error message and fix while starting Oracle Fusion Middleware application (OAM, WebCenter, SOA, OBIEE, UCM ..) using WebLogic Console . Error message reported in logs under $DOMAIN_HOME/servers/[server_name]/logs was java.io.FileNotFoundException jps-config.xml (Full Error at end of post). So what is jps-config.xml for and where is this file stored ? Java Policy Store (JPS) […]
Read More