$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp Manul forms deployment script error

on Friday, 22 March 2013



$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp Manul forms deployment script error
Error
-----

Errors encountered running /erpchxd2/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl
...
Command error: <rc> = 32512, <command> = /erpchxd2/apps/tech_st/10.1.3/opmn/bin/opmnctl start

Solution
--------

1. Backup file $IAS_ORACLE_HOME/opmn/bin/opmnctl

2. Replace ORACLE_HOME entry with $ORA_CONFIG_HOME/10.1.3 in opmnctl file

example:  ORACLE_HOME=/sid/product/1013; export ORACLE_HOME replace with ORACLE_HOME=/sid/inst/apps/SID_hostname/ora/1013;export ORACLE_HOME

Run the forms deployment script again

$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp

If the error again

3. Backup file $FND_TOP/patch/115/bin/txkCfgOC4JApp.pl

4. Replace record $proc ->run ( { command => { text => "$oh/opmn/bin/opmnctl",  with  

    $proc ->run ( { command => { text => "/<BASE_PATH>/<SID>/inst/apps/<SID>_<hostname>/admin/scripts/adopmnctl.sh",
   
  Run the forms deployment again
 
$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp

5. Once after completing the deployment , revert the changes

APPLICATIONS AND WEB BROWSER CACHE CLEAR

on



APPLICATIONS AND WEB BROWSER CACHE CLEAR
 =================================

Apache / iAS Cache clear for 11.5.9 or 11.5.10.x
=====================================
- shutdown iAS server
- go to $OA_HTML (for 11.5.9) or $COMMON_TOP (for 11.5.10.x) directory
- backup the directory _pages and delete its contents by running for instance:

  rm -rf $COMMON_TOP/_pages/*

- for modplsql caches remove contents of $IAS_ORACLE_HOME/Apache/modplsql/cache directory
- restart iAS server


Cache clear on middle tier for R12
=========================

Note: Clearing _pages directory is no longer a recommended solution.
      Clearing the _pages in R12 creates blank login page issue, as in R12 the jsp files does not get compiled automatically.

From Forntend
--------------

- go to "Functional Administrator" responsibility

- select Core Services => Caching Framework => Global Configuration => Clear cache

From backend
------------

- adopmnctl.sh stopall

- rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*

- rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*

- rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*

- adopmnctl.sh startall


Cabo
-----

Images and style sheets can be corrupted or out of sync in the cabo caches,you may need to clear the related directories after backup:

- $OA_HTML/cabo/images/cache
- $OA_HTML/cabo/styles/cache


For Portal
----------
- go to the url: http://<host.domain>:<port>/pls/admin_/gateway.htm or cache.htm
- click on "Cache Settings" option and note the "Cache Directory"
- go to this directory and delete all the cache files in the directory and sub directories

WebADI / BNE cache
------------------

For instance when enabling BNE log

- go to url: http://<host.domain>:<port>/oa_servlets/oracle.apps.bne.framework.BneAdminServlet
- click on the "clear-cache" link
- at the bottom of the page you should see 'Cache Cleared'



How to clear cache for Web Browsers
=============================

For Netscape:
------------

- go to menu Edit => Preferences…,
- choose 'Cache' in 'Advanced' category,
- click on buttons 'Clear Memory Cache' and 'Clear Disk Cache'.
- close all Netscape windows and restart new browser session.

For Internet Explorer:
---------------------

- go to menu Tools => Internet Options…,
- select Genera' tab,
- click on button 'Delete Files' in 'Temporary Internet files' zone
- close all IE windows and restart new browser session.

For Mozilla Firefox:
--------------------

- go to menu Tools
- select 'Clear Private Data...' to clear the entire cache
   or
- go to menu Edit or Tools
- select Preferences or Options.
- expand the Advance' options and choose Cach' or Privacy
- click the button called Clear Cache.

For Safari:
----------

- go to Safari menu
- select Empty Cache => Click 'Empty' in the dialogue box


For Jinitiator
-----------

Two possibilities depending of the Jinitiator version:

for 1.1.8.x versions:

 - delete all files in directory:

 C:\Program Files\Oracle\Jinitiator <version>\jcache\

for 1.3.1.x versions:

 - go to Start => Parameters => Control Panel
 - double-click on "Jinitiator <version>" icon
 - in the new pop-up window, click on "Cache" tab
 - click on "Clear Jar Cache " button. On prompt, click Yes.

 (you can also delete directly all files under directory: C:\Documents and Settings\<your user name>\Oracle Jar Cache)


For Java
--------

Java/JRE plug-in (Windows)

- go to Start => Parameters => Control Panel
- double-click on "Java" icon
- in the new pop-up window, click on "General" tab
- click on "Delete Files..." button (you can select Applets, Applications or other files before)

For JVM
--------

- go to responsibility "Functional Administrator"
- click on "Core Services" tab then the "Caching Framework" sub-tab
- click on "Global Configuration" link then click on "Clear all cache" button to clear all of the Java Cache's

HOW TO CHANGE THE STANDARD LOGO IN ORACLE APPLICATION

on



HOW TO CHANGE THE STANDARD LOGO IN ORACLE APPLICATION
==========================================================
The logo can be replaced in two ways .

1) You can replace Standard logo with Customize logo.

    * Take a backup copy of FNDSSCORP.gif file which is under $OA_MEDIA.             (like FNDSSCORP.gif.bak)

    * Create a customize image and name it as FNDSSCORP.gif .
    * Add this file to $OA_MEDIA directory.
    * Logout and Login into application to see the change.

2) Replacing the logo at Site level.

    * Upload a customize image to $OA_MEDIA .(like image.gif)
    * Login to application as sysadmin
    * Navigate to System Administrator Responsibility.
    * Profiles >> System.
    * Make sure the check box for “SITE” is checked.
    * Query the “Corporate Branding Image for Oracle Applications” profile.
    * Enter the name of customize image in “site” column.
    * Save the value.
    * Logout and Login into Application to view the change