如何解决在11.5.10版本中无法通过dev60cgi/f60cgi登录的问题
上一篇 /
下一篇 2005-08-15 00:00:00
/ 个人分类:工作是快乐的
metalink解决方法:
This will be caused if you have Authentication mode set to 'SECURE' in Oracle E-Business Suite 11i(11.5.10) databases.
In order to login to any Oracle developement tools like Discoverer or enable for debugging purposes,
you will need to edit the $APPL_TOP/admin/<SID>_<hostname>.xml context file and look for the following context variable:
s_appserverid_authentication
By default in E-Business Suite 11.5.10, this is set to SECURE. In previous E-Business Suite 11i versions, this was set to OFF. As a workaround, you can set this to OFF from the default of SECURE.
There are 3 Modes of authentication:
- ON : Partial
- SECURE : activates full server security (SECURE mode)
- OFF : deactivates server security
Run Autoconfig to instantiate the changes.
还有一种解决方法:
进入后台数据库,找到fnd_nodes table,查找到node_name=AUTHENTICATION的那行数据,将字段server_ID改为ON或者OFF即可。
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: