We are getting the following error message when we are trying to download data more than 2500 rows from the obiee12c analytics.
There was an error processing your download.
Please check with your administrator
OBIEE version: 12.2.0.4
To resolve this issue, InputStreamLimitInKB setting in OBIEE will need to be increased.
To increase the InputStreamLimitInKB limit:
Browse to $OBIEE_Domain/config/fmwconfig/biconfig/OBIJH Open the config.xml Find the following lines:
<XMLP>
<InputStreamLimitInKB>8192</InputStreamLimitInKB>
<ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing>
</XMLP>
Change the InputStreamLimitInKB value from 8192 to 1024000.
Save and close the file. Then restart the OBIEE12c services.