How to Configure Report in Oracle Forms and Reports 12c.
===================================================================================
=====================
Step -1 (How to Set username and password in (boot.properties) using (cmd command))
=======
(Before Submit This Path Carefully Check In This Path Same to with Your Directory
Path)
(run as administrator by (cmd command)
(Then Past The Under Path In Your (cmd command) Then Enter
Default
Path:------------------------------------------------------------------------------
----------
MKDIR C:\Oracle\Middleware\user_projects\domains\base_domain\servers\WLS_REPORTS\
security
echo username=YOUR_WEBLOGIC_USERNAME> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\WLS_REPORTS\security\boot.properties
echo password=YOUR_WEBLOGIC_PASSWORD>> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\WLS_REPORTS\security\boot.properties
===================================================================================
=====================
Step -2 (How to Run Forms Reports using (cmd command))
=======
cd C:\Oracle\Middleware\user_projects\domains\base_domain\bin then Enter
startManagedWebLogic.cmd WLS_REPORTS then Enter
===================================================================================
=====================
Step -3 (How to Create Reports Tools Instance)
=======
go to in this Location:- C:\Oracle\Middleware\oracle_common\common\bin
Then open (wlst.cmd) by run as administrator
then past the under code:------
wls:/offline> connect ("weblogic1","weblogic1","localhost:7001") then enter
createReportsToolsInstance(instanceName='ittechbdReportsTools',machine='AdminServer
Machine')
===================================================================================
=====================
Step -4 (How Create Reports Builder Shortcut and Change Icon)
=======
After some time will create Reports Folder in under url:-
C:\Oracle\Middleware\user_projects\domains\base_domain
then go to In this url C:\Oracle\Middleware\user_projects\domains\base_domain\
reports\bin
Then Right click on (rwbuilder.bat) and send to Desktop Shortcut
Then Rename and and set Reports Icon then Run the Report
===================================================================================
=====================