Oracle Forms and Reports : REP-51002

老子叫甜甜 提交于 2019-12-12 20:26:13

问题


I try to call a report from a form in Oracle Forms and Reports, but I get the following error :

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

Anyone has an idea what could be the reason of this ? I need your help.

Thank you in advance.


回答1:


I have found the solution (finally !) .. for those who may encounter the same problem :

1) Search the file rwnetwork.conf

2) Change the lines :

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

Into

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

3) Start the namingservice : namingservice 14021

Credits to Denis Segard-Oracle from community.oracle.com



来源:https://stackoverflow.com/questions/34547679/oracle-forms-and-reports-rep-51002

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!