Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BIP Report fails with Maximum Limit Exceeded even after applying all filters

BIP Report fails with Maximum Limit Exceeded even after applying all filters
Content (please ensure you mask any confidential information):
Hi Team,
Greetings!
We are getting below error for one of the payroll reports - even after providing the limited values of date range and applying values to all the filters -
Stopped processing the report. Report data size of 16106127838 bytes exceeds the maximum limit of 16106127360 bytes.The estimated XML data size exceeds the 16106127360 bytes.Review your data model SQL queries. Add more filters to limit the data fetch size.
if anyone has any inputs to get this working - please let me know.
Thanks
Parag
Answers
-
Hello @Parag Hiremath,
The error message still says that the report output size has exceeded the maximum limit, So you still need to apply more filters to restrict the amount of the data generated in the report.Thanks,
Praveen0 -
are you calling OTBI report from BIP data model? or issue is related to OTBI report?
0 -
There are memory guard limits that are set on the BI server which helps in performance and limits the chance of a BI server crash.
These parameters are set fleet wide and cannot be changed.Solutions to Reduce Report Size & Prevent Errors:
- Optimize Data Model SQL Queries
- Reduce Output File Size
- Choose Alternative Delivery Methods
Review below KM note which might be helpful:
oracle.xdo.memoryguard.XDODataSizeLimitException: Report data size (1240583079 bytes) exceeds the maximum limit (524288000 bytes). Stopped processing. (Doc ID 2581748.1)
Why Error Detail oracle.xdo.memoryguard.XDODataSizeLimitException: Report data size (X bytes) exceeds the maximum limit (X bytes). Stopped processing occurs? (Doc ID 2853652.1)
BI Publisher Memory Guard Error "Report Data Size Exceeds The Maximum Limit" (Doc ID 2370893.1)
0