ADOP patch session fail form / report compilation

Error log :-

 An error occurred while generating Oracle Forms files.

***
Continue as if it were successful :
***

AutoPatch could not find a response to the above prompt
in the defaults file.

Solution:- 

 abandon=no restart=yes flags=autoskip

example:  adop phase=apply patches=25738975 abandon=no restart=yes flags=autoskip
 
 In addition to the autoskip option creates a new logfile called asautoskip.log 


Example:-


[testora@vtebz1 patch]$ adop phase=apply patches=25738975 abandon=no restart=yes flags=autoskip

Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:

Validating credentials.

Initializing.
    
     Run Edition context  : /u01/oracle/DEV/apps/fs1/inst/apps/DEV_vtebz1/appl/admin/DEV_vtebz1.xml
    Patch edition context: /u01/oracle/DEV/apps/fs2/inst/apps/DEV_vtebz1/appl/admin/DEV_vtebz1.xml
Reading driver file (up to 50000000 bytes).
    Patch file system free space: 204.38 GB

Validating system setup.
    Node registry is valid.
    [WARNING]   ETCC: The following required database fixes have not been applied to node vtebz1:
                  21286665
                  21967332
                Refer to My Oracle Support Knowledge Document 1594274.1 for instructions.

Checking for existing adop sessions.
    Continuing with existing session [Session ID: 22].
                Session Id            :   22
                Prepare phase status  :   COMPLETED
                Apply phase status    :   ATLEAST ONE PATCH IS ALREADY APPLIED
                Cutover  phase status :   NOT COMPLETED
                Abort phase status    :   NOT COMPLETED
                Session status        :   FAILED


===========================================================================
ADOP (C.Delta.7)
Session ID: 22
Node: vtebz1
Phase: apply
Log: /u01/oracle/DEV/apps/fs_ne/EBSapps/log/adop/22/adop_20170413_011817.log
===========================================================================

Applying patch 25738966.
   
    Log: /u01/oracle/DEV/apps/fs_ne/EBSapps/log/adop/22/apply_20170413_012422/DEV_vtebz1/25738966/log/u25738966.log
   
    [WARNING]   Some patching actions failed and were skipped
    [WARNING]   Refer to the autoskip logfile for the list of skipped jobs
    [WARNING]   Logfile: /u01/oracle/DEV/apps/fs_ne/EBSapps/log/adop/22/apply_20170413_012422/DEV_vtebz1/25738966/log/autoskip.log

Generating post apply reports.

Generating log report.
    Output: /u01/oracle/DEV/apps/fs_ne/EBSapps/log/adop/22/apply_20170413_012422/DEV_vtebz1/adzdshowlog.out

The apply phase completed successfully.


adop exiting with status = 0 (Success)

Refer:

Comments

Post a Comment

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to clear weblogic stuck threads in R12.2