甲骨文表格和报告:REP-51002

Oracle Forms and Reports : REP-51002

我尝试从 Oracle Forms and Reports 中的表单调用报表,但出现以下错误:

"REP-51002: Echec de liaison avec le serveur Reports Server repsrvr"

任何人都知道这可能是什么原因?我需要你的帮助。

提前致谢。

我找到了解决方案(终于!)..对于那些可能遇到同样问题的人:

1) 搜索文件 rwnetwork.conf

2) 更改行:

<multicast channel="228.5.6.7" port="14021" timeout="1000" retry="5"/>
<!--namingService name="Cos" host="127.0.0.1" port="14021"/-->

进入

<!--multicast channel="228.5.6.7" port="14021" timeout="1000" retry="5"/-->
<namingService name="Cos" host="127.0.0.1" port="14021"/>

3) 启动命名服务:命名服务 14021

来自 community.oracle.com

的 Denis Segard-Oracle 致谢