Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 42 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 277 Oracle Analytics and AI News
- 50 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Idea Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 19 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
BIP has limitation of 100000 active cells for an EXCEL template
In Oracle_Analytics_Server_Linux_5.9.0 for BIP Report, the maximum number of active cells is Excel Template is only 100000.
There are many reporting requirements for example SAMA BASEL 4(Regulatory report) template where the number of cells is more than this limit.
Hence this limitation must be removed, or at least a patch must provide to the project where this issue is been faced.
Comments
-
This issue can be resolved by updating xdo.cfg at below path and added <property name="excel-template-max-fields">
Path: /Oracle_Home/user_projects/domains/bi/config/fmwconfig/biconfig/bipublisher/Admin/Configuration
Here is an example:
[oracle@vmoap2024 Configuration ]$ cat xdo.cfg
<config version="1.0.0" xmlns=http://xmlns.oracle.com/oxp/config/>
<properties>
<property name="webservice-optimization">true</property>
<property name="html-use-svg">false</property>
<property name="html-use-data-uri">false</property>
<property name="server.WS_REPORT_OUTPUT_PATH_ENABLED">true</property>
<property name="xdk-secure-io-mode">true</property>
<property name="excel-template-max-fields">2000000</property></properties>
</config>
Restart all the services and retest the issue.
Regards
Rahul K
0 -
Thanks, Rahul, for this information. Is it possible to share the official oracle documentation or blogs where above steps are documented? Appreciate your help!
0


