Mayusu
Mayusu

Reputation: 111

Oracle Forms and Reports : REP-51002

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.

Upvotes: 2

Views: 22137

Answers (1)

Mayusu
Mayusu

Reputation: 111

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

Upvotes: 2

Related Questions