Enabling Scalable Mode
This topic describes how to set the scalable mode for all reports. Setting the scalable mode prepares the Publisher-FO Processor to handle a large amount of data, longer processing times, time-outs, and so on. Scalable mode is slower than nonscalable mode but it makes sure data loss does not occur even with a large, complex report.
It is recommended that you enable scalable mode only if many users must access the same, large report at the same time. Scalable mode consumes more resources and might degrade performance. If your deployment commonly uses large reports, then it is recommended that you set the scalable mode for all reports.
For information about the Publisher-FO Processor, see About How Siebel Runs Reports in Clients.
To enable scalable mode
Log on to the Oracle Publisher Server.
Navigate to the following folder:
\BI\user_projects\domains\bifoundation_domain\config\bipublisher\repository\Adm in\Configuration
The path for the Java installation folder varies depending on where you install JRE.
Use a text editor to open the xdo.cfg file.
Locate the properties tag.
Make sure the Scalable Mode parameter is set to true:
<property name="xslt-scalable">true</property>
Save the xdo.cfg file.