OBIEE 11.1.1.6.0 coreapplication doesn't start due to the error : MBean attribute access denied

Hello


 I happened to install OBIEE 11.1.1.6.0 on my machine. Installation went fine and I could log in to the front end for the first time. Today when i started the BI services - even after waiting for a long time I could not see the starting page of OBIEE 11.1.1.6.0 , so i checked the EM and saw this error MBean attribute access denied due to which coreapplication was not up.

I found this note -[ID 1439413.1] in oracle support knowledge database, As per this note I just had to change one setting in the configuration file.

Search for dms_config.xml in

C:\OBI11g\user_projects\domains\bifoundation_domain\config\fmwconfig\servers\AdminServer

And

Change this entry: 
<dump intervalSeconds="10800" maxSizeMBytes="75" enabled="true"/>
 to:
<dump intervalSeconds="10800" maxSizeMBytes="75" enabled="false"/>

I restarted the BI services and could log in to the front end without any errors.

Thanks to Oracle Support.

No comments: