OBIEE Server Configuration for Upgrade
- 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