Thursday 23 September 2010

Oracle APPS R12 Post Cloning issue - Form not launching

Introduction:
We faced one of the issue, after successfull cloning of APPS R12.1.1, when we tried to open the form, it was not launching.

CookBook:

We did the following steps, and form started coming up.

1- Stopped the APPS Tier services.

2- rename the directory "tldcache" under following directories.

a- /binaries/INST_NAME/inst/apps/INST_NAME_MACHINE_NAME/ora/10.1.3/j2ee/oafm

b- /binaries/INST_NAME/inst/apps/INST_NAME_MACHINE_NAME/ora/10.1.3/j2ee/oacore

c- /binaries/INST_NAME/inst/apps/INST_NAME_MACHINE_NAME/ora/10.1.3/j2ee/forms

3- create the emplty directory with the name "tldcache" under the above directories.

4- restart the APPS Tier services.

5- test the issue.

Wednesday 15 September 2010

how to restart the failed APPS R12 installation

Objective: In this post we will show how can we restart the failed APPS R12 installation. Cookbook: The installation can fail becuase of any reason, e.g. system hang, system restart etc. In any of the case we can restart the installation from the same point where it got failed. Following are the points. 1- start the rapidwiz with the option "-restart" ./rapidwiz -restart 2- it will open the install screen and will as the saved configuration file. Here is the catch, the saved configuration file can be found on two places. a- /tmp/MMDDHHMI/conf_SID.txt b- $ORACLE_HOME/appsutil/conf_SID.txt 3- once you choose the right saved configuration file, the installer will start from the same point where it got failed.

 Oracle Weblogic 12.2.1.3.0 60820: Select a domain which is a compatible with this environment. stopComponent.sh and start Component.sh give...