9.2.8.3 OBIEE Server Configuration for Upgrade
- Execute the following steps to implement the Writeback feature:
- Add the tag <LightWriteback>true</LightWriteback> in between
<ServerInstance></ServerInstance> in the instanceconfig.xml file.
For example:
<ServerInstance><LightWriteback>true</LightWriteback>……………………..………………………</ServerInstance> - Copy the
writeback.xmlfile available in the$FIC_HOME/OFS_HM_DASHBOARDS/12.2.1.4.0/content/msgdb/ directoryto the following OBIEE server directories. If customMessages directory is not present, create the directory manually.Path1:
<BI Domain Home>/bidata/components/OBIPS/custommessagesFor example:
/scratch/oraobiee/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bidata/components/OBIPS/custommessagesPath2:
<BI Domain Home>/bidata/service_instances/ssi/metadata/content/msgdb/l_en/customMessagesFor example:
/scratch/oraobiee/Oracle/Middleware/Oracle_Home/user_projects/domains/bi/bidata/service_instances/ssi/metadata/content/msgdb/l_en/customMessages - Restart BI Services.
- Login to OBIEE Analytics and navigate to Administration section on the right top corner.
- Click Manage Privileges and scroll down to Writeback.
- Grant Writeback to Database privilege to Authenticated User and BI Administrator roles.
- Add the tag <LightWriteback>true</LightWriteback> in between
<ServerInstance></ServerInstance> in the instanceconfig.xml file.
- Perform the following OBIEE presentation server configuration steps:
- Navigate to the
<<Oracle BI Instance Home>/config/fmwconfig/biconfig/OBIPSdirectory. - Edit the file
instanceconfig.xml. - Insert the following code within the XML tag
<Views> </Views>.<Charts><MaxVisibleColumns>50000</MaxVisibleColumns><MaxVisiblePages>25000</MaxVisiblePages><MaxVisibleRows>10000000</MaxVisibleRows><MaxVisibleSections>50000</MaxVisibleSections><JavaHostReadLimitInKB>10240</JavaHostReadLimitInKB></Charts> - Insert the following code within the XML tag
<Views> </Views>.<Table><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery><DefaultRowsDisplayedInDownload>6500</DefaultRowsDisplayedInDownload><MaxCells>4000000</MaxCells><MaxVisibleRows>140000</MaxVisibleRows></Table><Narrative><MaxRecords>500000</MaxRecords><DefaultRowsDisplayed>25</DefaultRowsDisplayed></Narrative> - Save the file and restart the BI services.
Note:
Take a backup of the instanceconfig.xml file before making any changes.
- Navigate to the
- Perform the following RPD changes, to set the Early Warning Indicators 1 and
2:
- Open the Repository in Online or Offline mode.
- Select Manage and then select Variables.
- Navigate to hierarchy Repository, select Variables, and then select Static.
- Modify EARLYWARNIND1 and EARLYWARNIND2 variable values as required.
- Save and commit the changes to RPD.
Note:
You must redeploy the RPD on the BI server if you have made changes in the offline mode.
- For OBIEE reporting, configure the following:
- Navigate to the
<<obiee <<Oracle BI Instance Home>/config/fmwconfig/biconfig/OBIJHdirectory. - Modify the config.xml file.
- Increase the parameter value for the following tag:
<XMLP><InputStreamLimitInKB>40000</InputStreamLimitInKB><ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing></XMLP><DVT><InputStreamLimitInKB>40000</InputStreamLimitInKB></DVT> - Save the
config.xmlfile. - Navigate to the
<<obiee <<Oracle BI Instance Home>/config/fmwconfig/biconfig/OBIPSdirectory. - Modify the instanceconfig.xml file.
- Increase the parameter value for tag if already exists or add the
following
code:
<Charts><MaxVisibleColumns>50000</MaxVisibleColumns><MaxVisiblePages>25000</MaxVisiblePages><MaxVisibleRows>100000</MaxVisibleRows><MaxVisibleSections>50000</MaxVisibleSections><JavaHostReadLimitInKB>10240</JavaHostReadLimitInKB></Charts>and<Pivot><MaxCells>1920000</MaxCells><MaxPagesToRollOutInDelivery>10000</MaxPagesToRollOutInDelivery><MaxVisibleColumns>50000</MaxVisibleColumns><MaxVisiblePages>100000</MaxVisiblePages><MaxVisibleRows>10000000</MaxVisibleRows><MaxVisibleSections>50000</MaxVisibleSections><DefaultRowsDisplayed>100000</DefaultRowsDisplayed></Pivot>under <Views> tag - Save the
instanceconfig.xmlfile. - Restart the BI Services.
- Navigate to the