Showing posts with label custom links in obiee.. Show all posts
Showing posts with label custom links in obiee.. Show all posts

Thursday, July 9, 2015

Enabling Custom Links


  1. Go to ‘customlinks.xml’ file in following path
/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1

Add following code to this file

<link id="l1" name="Gmail" description="Gmail" src="https://mail.google.com" target="blank" />
And save it.


  1. Add following code to Instanceconfig.xml

<CustomLinks>
<Enabled>true</Enabled>
<filePath>/u01/Middleware/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/customlinks.xml</filePath>
</CustomLinks>


  1. Once this is done, restart the services and you will be able to see custom link on dashboard.