Hello everyone,
I did the installation of Forms and Reports 12.2.1.3 and Weblogic server 12.2.1.3 using the following documentation : https://docs.oracle.com/middleware/1221/formsandreports/install-fnr/install.htm#FRINS101
For Forms, I have no trouble to run it, it works fine.
But I have troubles with reports 12c.
At the end of the documentation, I used WLST to create the reports tool and reports server
connect("weblogic","welcome1", "localhost:7001")
createReportsToolsInstance(instanceName='reptools1', machine='AdminServerMachine')
createReportsServerInstance(instanceName='<rep_server1>', machine='AdminServerMachine')
exit()
I started WLS_REPORTS and then I followed this :
Oracle Reports 12c - The missing configuration steps ~ Dirk Nachbar: Oracle Fusion Middleware & Application Server
But when I try to access to my reports server ..
http://localhost:9002/reports/rwservlet/getserverinfo?server=rep_server1
REP-51002: Bind to Reports Server failed
I tried to fix it with this documentation : https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=557013762257656&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&…
But without success.
Just for information :
Also, running the command "rwdiag.sh -findAll" gives error:
REP-50503 No server found in the network
It found something, as I have a forms/reports 11 installation on another server
So I wanted to enable the trace to see what happened and I followed this : https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=557136992344907&id=2070743.1&_afrWindowMode=0&_adf.ctrl-…
But the reptools1 entry is not displayed. I only have domain: base_domain, server: AdminServer, server: WLS_FORMS and server: WLS_REPORTS
Do you have any idea please ? I'm pretty sure I missed something but I don't see what.
Best regards.