Oracle E-Business Suite uses three OC4J (oacore, oafm & forms) for Java Applications including Forms and HTTP Server for static HTML content. All these four components are managed (including startup/shutdown) by OPMN (Oracle Process Manager & Notification) . A. Script to start/stop OPMN in R12 – $ADMIN_SCRIPTS_HOME/ adopmnctl.sh B. Script to start/stop HTTP Server in R12 – $ADMIN_SCRIPTS_HOME/ adapcctl.sh C. Script […]
Read MoreThis article covers how to troubleshoot Oracle HTTP Server (OHS aka Oracle Apache, Apache or Web Server) in Oracle E-Business Suite R12. Web Server background in Oracle Apps R12 : Web Server (OHS) is built on Apache and part of Application Server 10g R3 (10.1.3) in Oracle Apps R12 ( in Oracle Apps 11i version is 9iAS […]
Read MoreIf you follow Steven Chan’s blog you probably know that Oracle Apps Release 12.1.1 is available for download now. Last week I installed version 12.1.1 for Oracle Apps DBA training here ; error and fix below (oom-killer) Technology Stack changes in 12.1.1 1. Default database version is 11g (10g in 12.0.X ; 9i in 11i) 2. Default forms and report version is […]
Read MoreIssue : Error while creating new User in 11i system integrated with OID/SSO “ORA-20001 unable to call fnd_ldap_wrapper.create_user due to folowing reason : An unexpected error occurred. Please contact System Administrator” Instance Configuration : Apps 11i with OID/SSO Integration (one way Integration from Apps 11i to OID) Looking at error message “unable to call fnd_ldap_wrapper” […]
Read MoreI recently changed IP address my machine hosting VMware server 2.0, after reboot I couldn’t access VMware Server Console page on port 8333 or 8222 i.e. a) https://localhost:8333/ui/ (SSL) or b) http://localhost:8222/ui/ (for Non SSL). To know more about how to use/configure/install VMware server on Microsoft Windows Vista/XP click here . Troubleshooting VMware Server Console Issue 1. Check if port 8333 or 8222 is listening […]
Read MoreI recently installed Oracle Service Registry V 10.1.3 on Oracle SOA Suite (with Oracle Application Server 10g R3 10.1.3.2) running on Linux box. For step by step installation of Oracle Registry (UDDI) Click Here. Registry application build, including installation was successful and there was no error in install log of registry ($ORACLE_HOME/log/install.log) . After restarting […]
Read MoreI recently installed OBIEE (Oracle Business Intelligence Enterprise Edition) with Installation Type as Advanced (i.e.Using existing Oracle Application Server 10.1.3.X ). For Step by Step OBIEE installation click here With Advanced Installation you get three HOME (top level directory) 1. ORACLE BI Home 2. ORACLE BI DATA Home 3. ORACLE Application Server Home (HTTP Server and OC4J) After installation, […]
Read MoreOn one of our cloned 11i Instance, I faced issues while trying to start Database Control (aka Enterprise Manager Console) using “emctl start dbconsole“. This post covers issues and resolution (Issues mentioned here are specific to particular Database and Operating System Version) . Instance Details Operating System : Solaris Sparc 64 Bit Database : Oracle […]
Read MoreWhile starting Apache (Web Server) in E-Business Suite 11i using “adapcctl.sh start“, I got below error message *********** Cannot reconnect to gateway Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on. Action: Check that your gateway environment variable is set correctly. *********** My first attempt […]
Read More“Your technical team is reporting that the report they developed in one font, when generated from oracle Applications automatically converts to another font.” The most common architecture which is deployed at customer place is the Oracle Applications server runs on UNIX flavours whereas client machine operates with Windows flavour. Generally developer uses windows machine installed […]
Read More