i am using Oracle forms & reports 12c
Forms [64 Bit] Version 12.2.1.2.0 (Production)
Oracle Toolkit Version 12.2.1.2.0 (Production)
PL/SQL Version 11.2.0.3.0 (Production)
Oracle Procedure Builder V12.2.1.2.0 - Production
PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
Oracle Query Builder 12.2.1.2.0 - Production
I have followed all the steps in this Thread
But I am not succeeded in running my report through form.
it gives me error
REP-52266: The in-process Reports Server rep_wls_reports_<Host_name> failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
My biggest confusions are these names. Which one exactly my report server.
1 - REP_WLS_REPORTS_<HOSTNAME>
Or
createReportsToolsInstance(instanceName='reptools1',machine='AdminServerMachine')
createReportsServerInstance(instanceName='HRMS',machine='AdminServerMachine')
If run StartComponent HRMS is shows
e this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
<Nov 11, 2016 11:12:57 PM PKT> <Info> <Security> <BEA-090909> <Using the configu
red custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSH
ostnameVerifier$NullHostnameVerifier.>
Successfully Connected to Node Manager.
Starting server HRMS ...
Successfully started server HRMS ...
Successfully disconnected from Node Manager.
But when I run report it says unable to connect to report server HRMS.
Starting server sequence is.
NodeManager.
WeblogicServer.
WLS_FORMS
WLS_REPORTS
C:\Middleware\Oracle_Home\user_projects\domains\base_domain\reports\bin\namingservice.bat 14021
C:\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startComponent.cmd HRMS
Can't figure out what's remaining....