All posts by Masroof Ahmad

Oracle Entitlement Server Weblogic SM PIP configuration

 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 More

Integration of OID with Oracle Entitlement Server(OES) 11g

Weblogic 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 More

#Exalogic for Beginners

This 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 More

Integrate E-Business Suite with Oracle WebCenter (11.1.1.5) using OID and OAM (11g) as SSO

This 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 More

How to Start/Stop OUD 11g R1 Directory Service : start-ds : stop-ds

In 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 More

Install Oracle Enterprise Manager (OEM) 12c : 12.1.0.1 #em12c

This 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 More

Fusion Applications 11.1.1.5.1 Installation Part V – Integrate OIM with OAM

This 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 More

EBS R12 integration with WebCenter – Error retrieving WSDL at URL OA_HTML/ portlets/ WSRPBaseService?WSDL

This 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 More

Context Initialization Error on running ldapsearch commands on OID Server

If 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 More

Oracle Fusion Middleware Start-up Issue : jps-config.xml No such file or directory : startScriptEnabled

This 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