Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

lower-case letters make autoconfig failed when implenment JWS

Benny Gong-OracleMay 20 2019 — edited Feb 9 2021

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.

Comments

702619
这个需要在portal administration中设置,好像是最右边的菜单下
702619
sorry!我没有这方面的材料。你提的这个很简单,在我说的那个地方通过下拉框,把你自己设置的ldap加进来即可,默认只有bea自带的那个ldap
702619
就是这个地方,不可以?!
我用的是RDBMS模式,没有问题的;我觉得别的模式都应该是同样的原理。
另外你看看建立TDSAuthentication时,设置的控制标志是什么
702619
终于搞定了,都是眼泪啊。。。。55555555
702619
重新配置provider的顺序,把你的ldap放到最上面。
702619
恭喜!能否将出错原因和最终解决方法写出来。
以方便后来者,谢谢
702619
配置基本是参考http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=101&threadID=26607&tstart=0 这个帖子里面的配置方法,配好以后,我调整了其他的东西没有重启portal server,每次做一个修改都需要重启才可以生效
702619
很简单,你这种情况,将原来缺省的授权的控制选项改为OPTIONAL , 就OK了!
1 - 8

Post Details

Added on May 20 2019
0 comments
41 views