TXK/ADOPValidationUtils.pm Use of uninitialized value $result in split at /u01/applprod/fs2/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line 1294.
ADOP prepare phase failed with below error:
[UNEXPECTED]Error 1 occurred while
Executing txkADOPValidation below error reported in log adop logfile:
/u01/applprod/fs2/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line
1294.
No such file or directory /u01/applprod/fs2/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line
230.
solution: To fix this issue test the following to upload the missing PATCH
context file to the database: step 1. Get the value of your patch context file.
set the patch enviorment echo $CONTEXT_FILE
step2 : Execute the following
command on the run filesystem to upload the patch context file to the database.
$ADJVAPRG oracle.apps.ad.autoconfig.oam.CtxSynchronizer action=upload
contextfile='/u01/applprod/fs1/inst/apps/TESTDB2_ebs_appnode28v/appl/admin/TESTDB2_ebs_appnode28v.xml'
logfile=/tmp/patchctxupload.log
Step 3: Following query to check the updated
context file
SQL> select distinct(PATH) from FND_OAM_CONTEXT_FILES where NAME
not in ('TEMPLATE','METADATA','config.txt') and CTX_TYPE='A' and (status is null
or upper(status) in ('S','F')) and
EXTRACTVALUE(XMLType(TEXT),'//file_edition_type') = 'patch';
PATH
--------------------------------------------------------------------------------
/u01/applprod/fs1/inst/apps/TESTDB2_ebs_appnode28v/appl/admin/TESTDB2_ebs_appnode28v.xml
Comments
Post a Comment