How BI Server Understand Conf Files — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How BI Server Understand Conf Files

Received Response
11
Views
5
Comments
dilek
dilek Rank 6 - Analytics Lead

Hi,

I want to find instanceconfig.xml file in our obiee system (presentation server), however there are lots of instanceconfig.xml when I search the whole system. I want to find the correct version of that file. Is there a start file and written the path of conf files?

Regards,

Dilek

Answers

  • SriniVEERAVALLI
    SriniVEERAVALLI Rank 6 - Analytics Lead

    Check the file location ex: \OFM\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1

    You may go with timestamp to identify OOB or modified xml file with other files' timestamps

  • dilek
    dilek Rank 6 - Analytics Lead

    Thx Shrini, but when I look at this path, yes there is an instanceconfig.xml file, but the parameters value is not same with the running system. :S

    That is, <DefaultRowsDisplayedInDelivery> value is seen 75. But I can send agents with more than 75 rows. This file is not seen active file. So that I am asking this question. Also, there is a file called instanceconfig.xml.bak in this path. That file's parameters are more suitable. Is there a possibility that instanceconfig.xml.bak file is used for the running system?

    <Views>

              <Pivot>

                <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->

                <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>

                <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->

                <DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>

                <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->

                <DisableAutoPreview>false</DisableAutoPreview>

                <MaxVisibleColumns>50000</MaxVisibleColumns>

                <MaxVisiblePages>10000</MaxVisiblePages>

                <MaxVisibleRows>500000</MaxVisibleRows>

                <MaxCells>400000</MaxCells>

                <MaxVisibleSections>55000</MaxVisibleSections>

            </Pivot>

            <Table>

                <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->

                <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>

                <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->

                <DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>

                <MaxVisiblePages>10000</MaxVisiblePages>

                <MaxVisibleRows>500000</MaxVisibleRows>

                <MaxCells>400000</MaxCells>

                <MaxVisibleSections>55000</MaxVisibleSections>

            </Table>

            <Charts>

                <MaxVisibleColumns>50000</MaxVisibleColumns>

                <MaxVisiblePages>10000</MaxVisiblePages>

                <MaxVisibleRows>100000</MaxVisibleRows>

                <MaxVisibleSections>55000</MaxVisibleSections>

                <JavaHostReadLimitInKB>10240</JavaHostReadLimitInKB>

            </Charts>

            <Cube>

                <CubeMaxRecords>10000000</CubeMaxRecords>

                <CubeMaxPopulatedCells>100000000</CubeMaxPopulatedCells>

            </Cube>

    </Views>

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Not necessarily. There are loads of parameter which are not controlled by EM at all but as it used to be by direct file modifications!

    Also: The normal documentation does not cover all config tags in there. There are a lot more which aren't publicly documented and covered by MOS documents or the likes. All tags are defined in the xsd for the instanceconfig.xml.

  • Joel
    Joel Rank 8 - Analytics Strategist

    You'll need to specify the version of OBIEE that you're running in order to be assisted as each major versions as its own path for the instanceconfig.xml file