11.3 Post-Installation Steps

After successfully deploying the RPD and Catalog files, perform the following steps:

  1. Apply the patch Bundle Patch for OBIEE 12.2.1.4.0. See the Readme packaged with the patch for further instructions on how to install the patch. See the Doc ID 2070465.1 for more information about the bundle patch.
  2. Do the following changes in the instanceconfig.xml file:
    1. Backup and edit the instanceconfig.xml file located at:

      $ORACLE_HOME/user_projects/domains/bi/config/fmwconfig/biconfig/OBIP S

      Table 11-3 Tags and Changes for instanceconfig.xml File

      Tag to be changed or added Changes

      Change the following tag:

      <Views>

      <Charts>

      <DefaultWebImageType>html5</DefaultWebImageType>

      <MaxVisibleColumns>10000</MaxVisibleColumns>

      <MaxVisiblePages>600000</MaxVisiblePages>

      <MaxVisibleRows>900000</MaxVisibleRows>

      <MaxVisibleSections>600000</MaxVisibleSections>

      <JavaHostReadLimitInKB>8192</JavaHostReadLimitInKB>

      </Charts>

      <Cube>

      <CubeMaxRecords>9999999</CubeMaxRecords>

      <CubeMaxPopulatedCells>999999999</CubeMaxPopulatedCells>

      </Cube>

      Change the followingtag:

      <Security>

      <Security>

      <CheckUrlFreshness>false</CheckUrlFreshness>

      <EnableSavingContentWithHTML>true</EnableSavingContentWithHTML>

      </Security>

      Add the following tag:

      <ServerIns tance>

      <Prompts>

      <MaxDropDownValues>256</MaxDropDownValues>

      <ResultRowLimit>65000</ResultRowLimit>

      <AutoApplyDashboardPromptValues>true</AutoApplyDashboardPromptVal ues>

      <AutoSearchPromptDialogBox>true</AutoSearchPromptDialogBox>

      <AutoCompletePromptDropDowns>

      <SupportAutoComplete>true</SupportAutoComplete>

      <CaseInsensitive>true</CaseInsensitive>

      <MatchingLevel>MatchAll</MatchingLevel>

      <ResultsLimit>50</ResultsLimit>

      </AutoCompletePromptDropDowns>

      <ShowNullValueWhenColumnIsNullable>never</ShowNullValueWhenColumn IsNullable>

      </Prompts>

    2. Save and close the file.
    3. Restart the presentation server for the changes to take effect.
  3. Do the following changes in the NQSConfig.INI file.

    Evaluate function is used in filters of many reports. To support the evaluation function in reports, the value of EVALUATE_SUPPORT_LEVEL must be set as 2 instead of 0 in the NQSConfig.INI file of the OBIEE server present in the $ORACLE_HOME/user_projects/domains/bi/config/fmwconfig/biconfig/OBIS directory.