Hi all.
I'm using Forms and Reports 12c.
I created a standalone report server and calling reports from forms have been running fine until now.
When calling reports from Forms i get frm-41214 and frm-41217.
I also tried run the the report from the command line using rwclient and get REP-0178 using either standalone report server or in-Process report server:
[weblogic@Tarkus oracle]$ cd /u02/app/oracle/product/12.2.1/user_projects/domains/frsdomain/reports/bin/
[weblogic@Tarkus bin]$ ./rwdiag.sh -findall
Reading the rwnetwork.conf from :/u02/app/oracle/product/12.2.1/user_projects/do mains/frsdomain/config/fmwconfig/components/ReportsToolsComponent/reptools1/rwnetwork.conf
Broadcast mechanism used to locate servers
------------------------------------------
Channel address = 228.5.6.7
Channel port = 14021
(1) Name = rep_wls_reports_tarkus : Type = server : Host = Tarkus.rioturbio.com. ve
(2) Name = rep_server1 : Type = server : Host = Tarkus.rioturbio.com.ve
[weblogic@Tarkus bin]$ $ORACLE_HOME/bin/rwclient module=/home/developer/app/bin/ORDENES userid=curso/passwd@beta server=rep_server1 desformat=pdf destype=cache
REP-0178: Reports Server rep_server1 cannot establish connection.
[weblogic@Tarkus bin]$ $ORACLE_HOME/bin/rwclient module=/home/developer/app/bin/ORDENES userid=curso/cursito@beta server=rep_wls_reports_tarkus desformat=pdf destype=cache
REP-0178: Reports Server rep_wls_reports_tarkus cannot establish connection.
Nothing is really sent to the report server queue (nothing on showjobs page).
How to debug error?
Have tried to start and shutdown report server and even the whole infrastructure, but no luck.
Thanks in advance!!!!