Skip to main content

Posts

Showing posts with the label clone

adcfgclone.pl on appsTier failed with "AC-50207: Fatal: Failed to execute one or more of the config tools during Context Value Management"

Oracle EBS R12.1.3 clone configuration script failing while configuring config tools. This issue is reported on OracleEBS running on IBM-AIX 6.1. Environment details: OS Version             => IBM-AIX 6.1 (64-Bit) EBS version           => R12,1.3 Database Version   => 11.2.0.1 Error Stack while running adcfgclone.pl on appsTier: Setting LIBPATH to /oratest/R12_app/apps_st/comn/clone/oui/lib/aix Beginning application tier Apply - Mon Feb 2 11:11:30 2022 /oratest/R12_app/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /oratest/R12_app/apps_st/comn/clone/jlib/xmlparserv2.jar:/oratest/R12_app/apps_st/comn/clone/jlib/ojdbc14.jar:/oratest/R12_app/apps_st/comn/clone/jlib/java:/oratest/R12_app/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/oratest/R12_app/apps_st/comn/clone/jlib/oui/ewt3.jar:/oratest/R12_app/apps_st/comn/clone/jlib/oui/sha...

FRM-92101: There was a failure in form server during startup on IBM-AIX 6.1

After performing R12.1  EBS clone on IBM-AIX 6.1 for one of our customer we were not able to access EBS forms due to frm-92101 error. Forms was not launching. Cause: One of the application dependent library file is still exists with the old production OS username - oraprod where as system is expecting this link should be owned by oratest user (clone) [oratest@ORAEBSBKP[/oratest/R12_app/apps/tech_st/10.1.2/lib32]#ls -lrt ldflags lrwxrwxrwx 1 oraprod dba 44 Feb 5 15:42 ldflags -> /oraprod/R12/apps/tech_st/10.1.2/lib/ldflags Solution: 1) remove soft link for ldflags 2) create new softlink 3) stop application services 4)  run make command for form libraries 5) start application services >> Remove soft link: [oratest@ORAEBSBKP[/oratest/R12_app/apps/tech_st/10.1.2/lib32]#rm ldflags [oratest@ORAEBSBKP[/oratest/R12_app/apps/tech_st/10.1.2/lib32]#ls -lrt ldflags ldflags not found [oratest@ORAEBSBKP[/oratest/R12_app/apps/tech_st/10.1....