EBS 不能打开并发请求输出或者Log

EBS系统中提交的并发请求运行完成后,不能正常打开Output或者Log。

错误内容类似:An error occured while attempting to establish an applications file server connection with the node FNDFS


1,11i现象

Clone的环境,有两个主机ERP-A和ERP-B。错误参考下图:



解决方案:

以AP用户登陆,修改$ORACLE_HOME/network/admin/<SID>_erp/tnsnames.ora文件,搜索“FNDFS_ERP=”这个node,然后将node拷贝2个,把“FNDFS_ERP=”分别替换成“FNDFS_ERP-A=”和“FNDFS_ERP-B=”。

修改后,重新登陆系统就行,不需要重启应用。


2,R12

运行完并发请求,使用 Tools -> Copy,出现如下错误:

An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_. There may be a network configuration problem, or the TNS listener on node FNDFS_ may not be running. Please contact your system administrator.


解决方案:

系统管理员职责,Profile Option –>system –> RRA ->RRA: Enabled,修改为Yes,保存。

重新登陆系统,问题解决。


可参考metalink:

Troubleshooting the "Error Occurred While Attempting to Establish an Applications File Server Connection" [ID 117012.1]
An error Occurred While Attempting to Establish an Applications File Server Connection with Node FNDFS Error [ID 868163.1]
R12: Tools -> Copy Function fails with FNDFS Error after a fresh installation [ID 419142.1]


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章