Please see my other blog for Oracle EBusiness Suite Posts - EBMentors

Search This Blog

Note: All the posts are based on practical approach avoiding lengthy theory. All have been tested on some development servers. Please don’t test any post on production servers until you are sure.

Tuesday, March 30, 2010

OAS - Install A Standalone Report Server On MS Windows 2000/2003

Following solution for Oracle Application Server 10g Release 2 on Microsoft Windows 2000/2003.

If you want to create a standalone reports server and you do not want to administer it via OPMN and EM, please use the following syntax:
$ORACLE_HOME\BIN>rwserver server=reports_server_name batch=yes

If you want to create a standalone reports server and you DO want to administer it via OPMN and EM then please use the following steps.
1- MIDTIERHOME\BIN> addNewServerTarget.bat reports_server_name
2- MIDTIERHOME\opmn\BIN> opmnctl reload
3- MIDTIERHOME\opmn\BIN> opmnctl startproc ias-component=reports_server_name
4- MIDTIERHOME\opmn\BIN> opmnctl status

No comments: