Tuesday, February 10, 2015

Large PDF Export Issues in OBIEE 11.1.1.7.x

During my latest frenzy of patches to fix issues in OBIEE 11.1.1.7.x I found that in the README files with the patches it states to edit the config.xml file, which is located under directory
$INSTANCE_HOME\config\OracleBIJavaHostComponent\coreapplication_obijh1 to the following:

<XMLP>
 <InputStreamLimitInKB>0</InputStreamLimitInKB>
 <ReadRequestBeforeProcessing>false</ReadRequestBeforeProcessing>
</XMLP>

Now comes my experience part, if you have large PDF exports that your are running out of OBIEE make sure you use the following settings in that same above config file:

<XMLP>
 <InputStreamLimitInKB>0</InputStreamLimitInKB>
 <ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing>
</XMLP>

If you don't you will get errors on the PDF exports and will be looking at the patch as the culprit.

1 comment:

  1. Thanks! Kept running into a generic error exporting tables with subtotal ands prompts to PDFs and the setting resolved the issue.

    ReplyDelete