Thursday 20 November 2014

EBS : Check which files will be affected when you Run autoconfig in appsTier

Solution:

Run $AD_TOP/bin/adchkcfg.sh by giving full $CONTEXT_FILE path and APPS pwd, it will generate a HTML file with which file will be changed

Example:

[applprod@driebsapp01 ~]$ sh $AD_TOP/bin/adchkcfg.sh
Enter the full path to the Applications Context file:
/appl/inst/apps/TEST_driebsapp01/appl/admin/TEST_driebsapp01.xml
Enter the APPS password:

The log file for this session is located at: /appl/inst/apps/TEST_driebsapp01/admin/log/01221047/adconfig.log

AutoConfig is running in test mode and building diffs...

AutoConfig will consider the custom templates if present.
        Using CONFIG_HOME location     : /appl/inst/apps/TEST_driebsapp01
        Classpath                   : /appl/apps/apps_st/comn/java/lib/appsborg2.zip:/appl/apps/apps_st/comn/java/classes

        Using Context file          : /appl/inst/apps/TEST_driebsapp01/admin/out/01221047/TEST_driebsapp01.xml

Context Value Management will now update the test Context file

        Updating test Context file...COMPLETED

        [ Test mode ]
        No uploading of Context File and its templates to database.

Testing templates from all of the product tops...
        Testing AD_TOP........COMPLETED
        Testing FND_TOP.......COMPLETED
        Testing ICX_TOP.......COMPLETED
        Testing MSC_TOP.......COMPLETED
        Testing IEO_TOP.......COMPLETED
        Testing BIS_TOP.......COMPLETED
        Testing AMS_TOP.......COMPLETED
        Testing CCT_TOP.......COMPLETED
        Testing WSH_TOP.......COMPLETED
        Testing CLN_TOP.......COMPLETED
        Testing OKE_TOP.......COMPLETED
        Testing OKL_TOP.......COMPLETED
        Testing OKS_TOP.......COMPLETED
        Testing CSF_TOP.......COMPLETED
        Testing IGS_TOP.......COMPLETED
        Testing IBY_TOP.......COMPLETED
        Testing JTF_TOP.......COMPLETED
        Testing MWA_TOP.......COMPLETED
        Testing CN_TOP........COMPLETED
        Testing CSI_TOP.......COMPLETED
        Testing WIP_TOP.......COMPLETED
        Testing CSE_TOP.......COMPLETED
        Testing EAM_TOP.......COMPLETED
        Testing FTE_TOP.......COMPLETED
        Testing ONT_TOP.......COMPLETED
        Testing AR_TOP........COMPLETED
        Testing AHL_TOP.......COMPLETED
        Testing OZF_TOP.......COMPLETED
        Testing IES_TOP.......COMPLETED
        Testing CSD_TOP.......COMPLETED
        Testing IGC_TOP.......COMPLETED

Differences text report is located at: /appl/inst/apps/TEST_driebsapp01/admin/out/01221047/cfgcheck.txt

        Generating Profile Option differences report...COMPLETED
Differences text report for the Database is located at: /appl/inst/apps/TEST_driebsapp01/admin/out/01221047/ProfileReport.txt
        Generating File System differences report......COMPLETED
Differences html report is located at: /appl/inst/apps/TEST_driebsapp01/admin/out/01221047/cfgcheck.html

Differences Zip report is located at: /appl/inst/apps/TEST_driebsapp01/admin/out/01221047/ADXcfgcheck.zip

AutoConfig completed successfully.



No comments:

Post a Comment

SQL Developer displaying Junk characters (??????)

Change the Encoding in SQL Developer Preferences as below Tools --> Preferences --> Environment --> Encoding --> UTF...