Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How BI Server Understand Conf Files

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
-
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
0 -
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>
0 -
this file is owned by em.
Check this Configuring and Managing Analyses and Dashboards - 11g Release 1 (11.1.1)
0 -
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.
0 -
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
0