Thursday, April 9, 2020

EBS R12.2.4 AutoConfig could not successfully execute the following scripts followed by error "txkGenADOPWrapper.pl INSTE8_APPLY 1"

ssue:txkGenADOPWrapper.pl    INSTE8_APPLY       1

WARNING: [AutoConfig Error Report]
The following report lists errors AutoConfig encountered during each
phase of its execution.  Errors are grouped by directory and phase.
The report format is:
      <filename>  <phase>  <return code where appropriate>
  [APPLY PHASE]
  AutoConfig could not successfully execute the following scripts:
    Directory: /u01/applprod/fs2/FMW_Home/webtier/perl/bin/perl -I /u01/applprod/fs2/FMW_Home/webtier/perl/lib/5.10.0 -I /u01/applprod/fs2/FMW_Home/webtier/perl/lib/site_perl/5.10.0 -I /u01/applprod/fs2/EBSapps/appl/au/12.0.0/perl -I /u01/applprod/fs2/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /u01/applprod/fs2/inst/apps/PRODDB_epc-apps12-node41v/admin/install
      txkGenADOPWrapper.pl    INSTE8_APPLY       1

AutoConfig is exiting with status 1

Solution:
This happens occasionally when old nodes are left in 12.2 tables.

Autoconfig Error: ORA-01422: Exact Fetch Returns More Than Requested Number Of Rows (Doc ID 2212698.1)

This should be resolved by running:
check by bellow query if any misconfiguration node added in fnd_nodes
select node_name from fnd_nodes;
on DB Tier:

execute fnd_conc_clone.setup_clean
Autoconfig on DB (adautocfg.sh)

Apps Tier:
login and source enviorment file
Run adautoconfig
verify nodes by select node_name from fnd_nodes;
Start service (if it is stopped)
 for patch FS
Autoconfig on Patch fs --ignore errors
Autoconfig on Run fs --Should complete successfully now

No comments:

Post a Comment

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files.

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files. I got the issue below wh...