Hi All,
I am developing an application in Oracle Forms 11g R2.
Now i need to upgrade my application to Oracle Forms 12c.
In Oracle 11g I just configured in Formsweb.cfg and placed all my .fmb, .fmx, .rdf, .rep in location D:\forms11g\
and used my url like
http://localhost:8888/forms/frmservlet?config=myapp
for reports
http://localhost:8888/reports/rwservlet/showjobs?
Now I have installed fmw_12.2.1.0.0_infrastructure and fmw_12.2.1.0.0_fr_win64_Disk1_1of1
after that i have run the rcu.bat and Config.bat files. I am created domain mode as deployment
its creates the adminserver url as http://localhost:7001/console. its works
http://localhost:9001/forms/frmservlet/ is works
My issue is
http://localhost:7001/em is not working
http://localhost:9001/forms/frmservlet?config=myapp is not working
its shows FRM-93131: Cannot find base HTML file basejpi.htm.
How to configure my application in Oracle forms 12c?
Thanks in Advance,
Su.gi