Hi all
I am exporting a OBIEE 11.1.1.7 dashboard page to PDF by making use of the Print -> Printable PDF functionality. The export however results in one blank page.
The dashboard page consists of 2 pivots. One is +- 300 lines and the other +- 10 lines across 8 columns. So the data volumes are not large at all.
The smaller of the two pivots exports to PDF without any issues. This means that volume is the issue.
We have another environment where the export works and I have duplicated all parameters in the <pivot> tag in the InstanceConfig.xml file to the environment where it does not work and restart the BIServer and Presentation Services components but with no success.
I do not see any errors being reported in the Presentations Services log file.
Does anyone know where else I can investigate this issue? Below is an extract of the Pivot tag in the InstanceConfig.xml file.
<Pivot>
<!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control -->
<DefaultRowsDisplayedInDelivery>40000</DefaultRowsDisplayedInDelivery>
<!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control -->
<DefaultRowsDisplayedInDownload>100000</DefaultRowsDisplayedInDownload>
<!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control -->
<DisableAutoPreview>false</DisableAutoPreview>
<MaxVisibleColumns>50000</MaxVisibleColumns>
<MaxVisiblePages>1048400</MaxVisiblePages>
<MaxVisibleRows>500000</MaxVisibleRows>
<MaxCells>1500000</MaxCells>
<MaxVisibleSections>55000</MaxVisibleSections>
</Pivot>
Thank you
Johan