EBS R12.2.4 AutoConfig could not successfully execute the following scripts followed by error "txkGenADOPWrapper.pl INSTE8_APPLY 1"
issue: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:
Apps Tier:
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
This happens occasionally when old nodes are left in 12.2 tables.
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)
- login and source enviorment file
- Run adautoconfig
- verify nodes by select node_name from fnd_nodes;
- Start service (if it is stopped)
- Autoconfig on Patch fs --ignore errors
- Autoconfig on Run fs --Should complete successfully now
Comments
Post a Comment