参考文档:
http://forums.oracle.com/forums/message.jspa?messageID=1129424
Please check the variable value in $APPL_TOP/admin/
variable:
s_appserverid_authentication
By default in 11.5.10, this is set to SECURE. In previous 11i versions, this was
set to OFF. Set this value to OFF , run autoconfig and test the application login.
for any change in context file you need to run autoconfig and bounce the apps instance to see the changes to instance. There are three modes of authentication you can configure your applications by setting the parameter s_appserverid_authentication to
ON : Partial
SECURE : activates full server security (SECURE mode)
OFF : deactivates server security
解决方案:
Solution 1:
修改$APPL_TOP/admin/
然后运行app的autoconfig command:
重新启动应用,搞定
Solution 2:
Oracle ebs 11.5.10默认不推荐使用cgi,但是有些时候为了方便起见一般临时设置为off,可以通过下面方式修改,但是一旦重新运行autoconfig,就又会变为SECURE(因为xml文件里面默认是SECURE)
$java oracle.apps.fnd.security.AdminAppServer apps/apps
AUTHENTICATION SECURE DBC=/T3/VIS/app/visappl/fnd/11.5.0/secure/VIS_sun750/vis.dbc
另外还可以通过下面方式察看目前的方式
Such as:
$ java oracle.apps.fnd.security.AdminAppServer apps/apps
> STATUS DBC=/T3/VIS/app/visappl/fnd/11.5.0/secure/VIS_sun750/vis.dbc
Database Server
---------------
DATABASE_ID: vis
AUTHENTICATION: SECURE
Application Server
------------------
APPL_SERVER_STATUS: VALID
APPL_SERVER_ID: 1A78FDE21B9C10A5E0440003BA0B0A8317245370401314746525442660242638
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
$ java oracle.apps.fnd.security.AdminAppServer apps/apps AUTHENTICATION off DBC=/u01/test/testappl/fnd/11.5.0/secure/TEST_erpapptest/test.dbc
AUTHENTICATION OFF executed successfully - /u01/test/testappl/fnd/11.5.0/secure/TEST_erpapptest/test.dbc
$ java oracle.apps.fnd.security.AdminAppServer apps/apps AUTHENTICATION off DBC=/u01/test3/test3appl/fnd/11.5.0/secure/p570a_test3.dbc
AUTHENTICATION SECURE executed successfully - /u01/test3/test3appl/fnd/11.5.0/secure/p570a_test3.dbc
$
SELECT server_id FROM fnd_nodes
沒有留言:
張貼留言