Oracle 10g Report Server Configuration: (Windows 7,8.1,10)
Step -1:
E:\Ora11GDevSuite\Middleware\asinst_1\bin\opmnctl createcomponent -adminUsername weblogic33 -adminHost S0020002L -adminPort 7001 -oracleInstance
E:\Ora11GDevSuite\Middleware\asinst_1 -instanceName asinst_3 -componentNameRPRTSRVR33 -componentType ReportsServerComponent
Step-2:
E:\Ora11GDevSuite\Middleware\asinst_1\bin\opmnctl startproc ias-component=RPRTSRVR33
Step -3:
rwserver server=RPRTSRVR33
Step -4:
Check Diagnostic of Report server :
E:\Ora11GDevSuite\Middleware\asinst_1\config\reports\bin\rwdiag.bat -findall
- Go to c:\DevSuiteHome_1\reports\conf\rwservlet.properties
- Remove the # Comment and add Server=myrpserv
- Now go to the Command Prompt. e.g. Run> cmd
- Now set the home:
- set ORACLE_HOME=c:\DevSuiteHome_1
- PATH=%ORACLE_HOME%\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jlib;%ORACLE_HOME%\jdk\bin
- Now run the server from CMD.
- C:\DEVSUITEHOME_1\BIN\rwserver server=myrpserv autostart=yes
Oracle 11g Start Oracle Report Server :
Step -1:
E:\Ora11GDevSuite\Middleware\asinst_1\bin\opmnctl createcomponent -adminUsername weblogic33 -adminHost S0020002L -adminPort 7001 -oracleInstance
E:\Ora11GDevSuite\Middleware\asinst_1 -instanceName asinst_3 -componentNameRPRTSRVR33 -componentType ReportsServerComponent
Step-2:
E:\Ora11GDevSuite\Middleware\asinst_1\bin\opmnctl startproc ias-component=RPRTSRVR33
Step -3:
rwserver server=RPRTSRVR33
Step -4:
Check Diagnostic of Report server :
E:\Ora11GDevSuite\Middleware\asinst_1\config\reports\bin\rwdiag.bat -findall