Configure Oracle 12C - Starting Services Step-3

1.Start Node Manager:

After Creating Domain goto 
D:\Oracle\Middleware\user_projects\domains\insight\bin\startNodeManager.cmd

If you got message: 
<Secure socket listener started on port 5556 , host localhost/127.0.0.1>
then  you are right

2.Weblogic :

D:\Oracle\Middleware\user_projects\domains\insight\bin\startWebLogic.cmd

enter Weblogic server User name & Password

Once server state changed to RUNNING 
You are right


3.Weblogic (EM) :

  1. Open Internet Browser  and goto: http://localhost:7001/emEnetr Username: weblogic
    Password:
    click SIGN IN
  2. In the Upper Left ,click the navigation Menu beside insight(server name)
    It expands to display, multiple componnets ,
    expand HTTP Server, then click ohs1
  3. Under Servers part in middle of page :
    Click on WLS_FORMS wait until it loads..... click start Up --upper left
  4. wait until it loads.....click start Up --upper left
  5. Once Oracle HTTP Server  started successfully:
    Browse to : C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Oracle FMW 12c Domain - insight- 12.2.1.3.0** send  following Shortcuts to Desktop:
    Start Node Manager
     Stop Node Manager
    Start Weblogic Admin Server
    Stop Weblogic Admin Server
  6. Inside folder Oracle Forms Services - WLS_FORMS :
    ** Send the following shortcuts to Desktop :
    Start Weblogic Server - WLS_FORMS
    Stop Weblogic Server - WLS_FORMS
    ** Make a Copy of these shortcuts on the Desktop :
    Start Weblogic Server - WLS_FORMS  and RENAME it to Start Weblogic Server - WLS_REPORTS
    Stop Weblogic Server - WLS_FORMS and RENAME it to  Stop Weblogic Server - WLS_REPORTS
    ** Change properties of  Start Weblogic Server - WLS_REPORTS  file :
    Target :D:\Oracle\Middleware\user_projects\domains\insight\bin\startManagedWebLogic.cmd WLS_REPORTS** Change properties of  Stop Weblogic Server - WLS_REPORTS  file :
    Target:D:\Oracle\Middleware\user_projects\domains\insight\bin\stopManagedWebLogic.cmd WLS_REPORTS
  7. Run  : d:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd
  8. Wait until it loads.... , then type:connect ("weblogic" , "OrAcLe_2016" , "localhost:7001")
    --where "weblogic" is Server Name and "OrAcLe_2016" is the password 
    press Enter to connect to Weblogic 
  9. Create reports tools by typing the following code [ becareful as it's case-sensitive] :
    createReportsToolsInstance(instanceName='insight_Reports_Tools'  ,  machine='AdminServerMachine')press Enter
    ****** files must be created in this path
    D:\Oracle\Middleware\user_projects\domains\insight\config\fmwconfig\components\ReportsToolsComponent\***********************************************************
    Name Report  Server Name by typing the following code [ becareful as it's case-sensitive] :
    createReportsServerInstance(instanceName="Insight_Rep_Srvr", machine="AdminServerMachine")
    press Enter
  10. Once you are finished , exit by typing:
    exit()
  11. Stop all services now  from STOP shortcuts on the desktop , Enter User name and password if required
  12. Open Notepad and type the following  and save file as boot.properties :
    username=weblogic
    password=OrAcLe_2016
  13. Copy the boot.properties file to these destinations:
    ** D:\Oracle\Middleware\user_projects\domains\insight\servers\AdminServercreate folder : security
    Paste boot.properties file here and in the following folders too:
    D:\Oracle\Middleware\user_projects\domains\insight\servers\WLS_FORMS\securityD:\Oracle\Middleware\user_projects\domains\insight\servers\WLS_REPORTS\securityNow , you can run Weblogic , Forms and Reports too without inserting User Name even Password.
  14. Goto :D:\Oracle\Middleware\user_projects\domains\insight\reports\bin\rwbuilder.batsend it as a shortcut to Desktop to run report Builder 
  15. To change Icon , Goto : 
    D:\Oracle\Middleware\bin
    and choose rwbuilder

No comments:

Post a Comment

Remove unused Layouts in Oracle Apex

 Tables used : APEX_XXXXXXX.WWV_FLOW_REPORT_LAYOUTS APEX_XXXXXXX.WWV_FLOW_SHARED_QUERIES use the following query to delete unused Layouts. ...