txkGenADOPWrapper.pl INSTE8_APPLY 1 AutoConfig is exiting with status 1 - Autoconfig Error: ORA-01422
During cloning when running autoconfig on application node in R12.2.5:
[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /appclone/r12crp2/fs1/FMW_Home/webtier/perl/bin/perl -I /appclone/r12crp2/fs1/FMW_Home/webtier/perl/lib/5.10.0 -I /appclone/r12crp2/fs1/FMW_Home/webtier/perl/lib/site_perl/5.10.0 -I /appclone/r12crp2/fs1/EBSapps/appl/au/12.0.0/perl -I /appclone/r12crp2/fs1/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/aix-thread-multi-64all /appclone/r12crp2/fs1/inst/apps/infrcrp2_cndarupgdbop01/admin/install
txkGenADOPWrapper.pl INSTE8_APPLY 1
AutoConfig is exiting with status 1
AutoConfig execution completed on Wed Apr 17 16:11:48 2019
Time taken for AutoConfig execution to complete : 4 mins 16 secs
Cause: This happens occasionally when old nodes are left in 12.2 tables and might be "fnd_conc_clone.setup_clean" was not executed.
Solution 1:
This should be resolved by running:
fnd_conc_clone.setup_clean;
Autoconfig on DB
Autoconfig on Patch fs --ignore errors
Autoconfig on Run fs --Should complete successfully now
Solution 2:
If above does not work then follow following document:
Autoconfig Error: ORA-01422: Exact Fetch Returns More Than Requested Number Of Rows (Doc ID 2212698.1)
Disable the "s_web_admin_status" parameter on the application context file of the recently cloned node and
Rerun autoconfig and confirm the issue is solved.
Comments