I cannot execute the adopt prepare, after cloning the environment.
Posted by msantaana on Jan 16, 2017; 9:50pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/I-cannot-execute-the-adopt-prepare-after-cloning-the-environment-tp1922.html
Hello Erman, can you help me with this issue.
I recently made a postclone of my environment, at the moment I want to run the adop phase = prepare, it generates the following error.
[UNEXPECTED] Error occurred running "perl /u01/install/APPS/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl -contextfile = / u01 / install / APPS / fs1 / inst / EBSPRE_sebscomp1lx / appl / admin / EBSPRE_sebscomp1lx.xml -phase = prepare -logloc = / u01 / install / apps / EBSPRE_sebscomp1lx / appl / admin / EBSPRE_sebscomp1lx.xml -patchctxfile = / u01 / install / Fs_ne / EBSapps / log / adopt / 75 / 20170116_183726 / prepare / validate / sebscomp1lx -promptmsg = hide "
[UNEXPECTED] Error 1 occurred while Executing txkADOPValidation script on sebscomp1lx
Try attach all the directories with the command bellow, and the error is the same
--fs1
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs1 / EBSapps / 10.1.2 ORACLE_HOME_NAME = "EBSPRE_TOOLS__u01_install_APPS_fs1_EBSapps_10_1_2"
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs1 / FMW_Home / oracle_common ORACLE_HOME_NAME = 'FMW_oracle_common_fs1_OH'
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs1 / FMW_Home / webtier ORACLE_HOME_NAME = 'FMW_webtier_fs1_OH'
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs1 / FMW_Home / Oracle_EBS-app1 ORACLE_HOME_NAME = 'FMW_Oracle_EBS_app1_fs1_OH'
--fs2
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs2 / EBSapps / 10.1.2 ORACLE_HOME_NAME = "EBSPRE_TOOLS__u01_install_APPS_fs2_EBSapps_10_1_2"
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs2 / FMW_Home / oracle_common ORACLE_HOME_NAME = 'FMW_oracle_common_fs2_OH'
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs2 / FMW_Home / webtier ORACLE_HOME_NAME = 'FMW_webtier_fs2_OH'
./runInstaller.sh -silent -attachhome ORACLE_HOME = / u01 / install / APPS / fs2 / FMW_Home / Oracle_EBS-app1 ORACLE_HOME_NAME = 'FMW_Oracle_EBS_app1_fs2_OH'
My full log-work is this
su - applmgr
E-Business Suite Environment Information
----------------------------------------
RUN File System : /u01/install/APPS/fs1/EBSapps/appl
PATCH File System : /u01/install/APPS/fs2/EBSapps/appl
Non-Editioned File System : /u01/install/APPS/fs_ne
DB Host: sdatcomp2lx.bancocredicoop.coop Service/SID: EBSPRE
Sourcing the RUN File System ...
[applmgr@sebscomp1lx ~]$ adop phase=prepare
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
Validating credentials.
Initializing.
Run Edition context : /u01/install/APPS/fs1/inst/apps/EBSPRE_sebscomp1lx/appl/admin/EBSPRE_sebscomp1lx.xml
Patch edition context: /u01/install/APPS/fs2/inst/apps/EBSPRE_sebscomp1lx/appl/admin/EBSPRE_sebscomp1lx.xml
Patch file system free space: 71.61 GB
Validating system setup.
Node registry is valid.
[WARNING] ETCC: The following required database fixes have not been applied to node sdat2122lx:
21286665
22338374
Refer to My Oracle Support Knowledge Document 1594274.1 for instructions.
[WARNING] MTCC has not been run. Apply Patch 17537119 and run checkMTpatch.sh.
Checking for existing adop sessions.
No pending session exists.
Starting new adop session.
===========================================================================
ADOP (C.Delta.8)
Session ID: 75
Node: sebscomp1lx
Phase: prepare
Log: /u01/install/APPS/fs_ne/EBSapps/log/adop/75/20170116_183726/adop.log
===========================================================================
Validating configuration on node: [sebscomp1lx].
Log: /u01/install/APPS/fs_ne/EBSapps/log/adop/75/20170116_183726/prepare/validate/sebscomp1lx
[UNEXPECTED]Error occurred running "perl /u01/install/APPS/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl -contextfile=/u01/install/APPS/fs1/inst/apps/EBSPRE_sebscomp1lx/appl/admin/EBSPRE_sebscomp1lx.xml -patchctxfile=/u01/install/APPS/fs2/inst/apps/EBSPRE_sebscomp1lx/appl/admin/EBSPRE_sebscomp1lx.xml -phase=prepare -logloc=/u01/install/APPS/fs_ne/EBSapps/log/adop/75/20170116_183726/prepare/validate/sebscomp1lx -promptmsg=hide"
[UNEXPECTED]Error 1 occurred while Executing txkADOPValidation script on sebscomp1lx
[STATEMENT] Please run adopscanlog utility, using the command
"adopscanlog -latest=yes"
to get the list of the log files along with snippet of the error message corresponding to each log file.
adop exiting with status = 1 (Fail)
Thank you for advanced.