Saturday, December 20, 2014

How To remove Box Shadow in OBIEE Dashboard


I have received below requirement from customer. He was excepting to remove the box shadow in dashboard level not for global. How to achieve this ?

 

Using the below code we can remove the box shadow in dashboard page level.

<style>

 .DashboardPageContentDiv {

   background-color:white;

   padding:0px

   }

 .SectionTable {

  background-image:none;

  border-left:none;

  border-right:none;

  border-bottom:none;

  border-top:none;

  margin-right:0px;

  margin-left:0px;

  -webkit-box-shadow:none;

  box-shadow:none

  }

</style>

 

Step 1 :

 Edit à Dashoard à Drag text object à and apply the above custom code and check the HTML check mark and save it then run it . Hurry box shadow is gone.
 
Here Is Screen shots for your reference:



 

 
 

 
Hope this Help's

Thanks,
Satya Ranki Reddy
 

 

 

 

 

Saturday, February 1, 2014

11g Error getPrincipal When Trying To Delete a Custom Role Or Group In Enterprise Manager

11g Error getPrincipal When Trying To Delete a Custom Role Or Group In Enterprise Manager

You log into enterprise Manager 11g as the web logic Administrative user. When you try to delete a custom LDAP Role
or a custom LDAP Group, which is associated with a custom role, you get the following error

The custom Role or Group did not have an associated GUID attribute for the custom Role or Group entries. The GUID
attribute should be present in both users and groups. From the stack trace, the Delete action is failing when fetching
the GUID attribute for a role or group.

For more information, see Bug 13800776 - bug 13147048

For solving this issue please follow the below steps, I have tested OBIEE (11.1.1.7.1) version. Might this solution will work OBIEE 11.1.1.5 and 11.1.1.6.

1. Backup the {Middleware_Home}/user_projects/domains/bifoundation_domain/config/fmwconfig/system-jazndata.
xml file.

2. Edit the system-jazn-data.xml file and remove the custom group entries and custom role entries in the file.

3. Save the file.

4. Restart WLS & BIEE services and test.

Thanks,
Satya Ranki Reddy