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 - Deleting a Report Server

If you want to delete the report server, perfrom the following steps:
1- Stop opmn [example ORACLEMT_HOME\opmn\bin> opmnctl stopall ]
2- Stop EM console [ D:\> emctl stop iasconsole ]
3- Take the backup of opmn.xml. [ located at ORACLEMT_HOME\opmn\conf ]
4- Open the opmn.xml, there must be the entry related to your report server, carefully delete the whole tag
5- Validate opmn.xml [ ORACLEMT_HOME\opmn\bin> opmnctl validate path\opmn.xml ]
6- Take the backup of targets.xml [ located at ORACLEMT_HOME\sysman\emd ]
7- Open targets.xml, there must be the entry related to your report server, carefully delete the whole tag
8- Start opmn [example ORACLEMT_HOME\opmn\bin> opmnctl startall ]
9- Start EM console  [  D:\> emctl start iasconsole ]

Go to your AS enterprise manager and you should not see your deleted report server.

No comments: