Showing posts with label adadmin. Show all posts
Showing posts with label adadmin. Show all posts

Wednesday, 12 August 2015

Oracle Applications Technology Stack 12.2.4 - Running adadmin to regenerate all product jar files

Oracle Applications Technology Stack 12.2.4  - Running adadmin to regenerate all product jar files

If you are facing issue with opening forms as highlighted here , you may run Adadmin to force re-generation of all product jar files.


         Generate Applications Files

   ----------------------------------------

   1.    Generate message files

   2.    Generate form files

   3.    Generate report files

   4.    Generate product JAR files

   5.    Return to Main Menu


Enter your choice [5] : 4

Do you wish to force regeneration of all jar files? [No] ? Yes

Forcing generation of all product jar files.

Creating and signing every jar file can take about thirty minutes depending on the hardware being used.

You can watch the file 

/sid/applmgr/fs_ne/EBSapps/log/adadmin/log/adadmin_force_regen.log to see the progress of jar file generation.

 Recording Adadmin action :ADADMIN_GEN_JARS


 Tokens:FORCE_JAR_GENERATION=Yes

Monday, 24 February 2014

APPS.OKL_ACCT_SOURCES_PVT PLS-00907: cannot load library unit APPS.OKL_ASE_PVT (referenced by APPS.OKL_ACCT_SOURCES_PVT)

APPS.OKL_ACCT_SOURCES_PVTPLS-00907: cannot load library unit APPS.OKL_ASE_PVT (referenced by APPS.OKL_ACCT_SOURCES_PVT)

After upgrading to R12.1.3, many objects are invalid 

This is due to the missing setup of _disable_fast_validate parameter during the upgrade.

1. Backup your environment
2. Add the following to the database intialization file to disable fast validation for PL/SQL recompilations:

_disable_fast_validate=TRUE

3. Bounce the database
4. Regenerate the apps invalid objects via adadmin or rdbms utlrp tool
5. Revert the change in the database intialization file