When attempting to export an Analysis to excel the following error occurs (using OBIEE 12c):
There was an error processing your download. Please check with your administrator.
The OBIEE Server log $OBIEE_Domain/servers/obips1/logs/(saw#.log) generated the following exception:
com.siebel.analytics.utils.InputStreamWithLimit$ReadOverTheLimitException.
Solution:
- Increase the InputStreamLimitInKB limit:
- Browse to $OBIEE_Domain/config/fmwconfig/biconfig/OBIJH
- Open the config.xml in a text editor
- Find the following lines:
8192
true
- Example:
2048000
true
- Browse to $Middleware_Home/bi/modules/oracle.bi.cam.obijh/env
- Open obijh.properties in a text editor
- Find the following line:
- OBIJH_ARGS=-server -Xmx1024M -Xrs -Djava.security.manager=default...
- Increase the maximum heap value to 2048M:
- Example:
- OBIJH_ARGS=-server -Xmx2048M -Xrs -Djava.security.manager=default...
- Save and close the file
No comments:
Post a Comment