We have two application tier CM and UI
After setting s_forms_launch_method in all tiers with value jws (cm, ui), autoconfig runs successfully in cm tier but fails in ui tier.
In ui tier autoconfig keeps failing with jws, only successful if I changed the value of s_forms_launch_method to JWS.
CM and UI has the same OS platform and version,also the file version of txkChkFormsLaunchMethod.pl is the same.
cm - # $Header: txkChkFormsLaunchMethod.pl 120.0.12020000.2 2018/02/02 09:10:00 sbandla noship $
ui - # $Header: txkChkFormsLaunchMethod.pl 120.0.12020000.2 2018/02/02 09:10:00 sbandla noship $
Only deffrence between txkChkFormsLaunchMethod.log is
in txkChkFormsLaunchMethod.log on CM
SQL Command: select count(*) from fnd_profile_options where profile_option_name = 'FND_ENABLE_JAVA_WEB_START'
Java Web Start can be enabled as FND_ENABLE_JAVA_WEB_START profile exist.
while in in txkChkFormsLaunchMethod.log on UI
SQL Command: select count(*) from fnd_profile_options where profile_option_name = 'FND_ENABLE_JAVA_WEB_START'
Any idea,thanks.