Configuring a Temporary Folder
You can configure a temporary folder that Siebel CRM can use if you run a large number of reports.
To configure a temporary folder
Complete Step 1 through Step 4 of Enabling Scalable Mode.
Configure a temporary folder on Oracle Publisher Server. Use the following code:
<property name="system-temp-dir">path</property>
where path is the path to the temporary folder. For example:
<property name="system-temp-dir">d:\tmp</property>
This temporary folder provides Oracle Publisher Server with the disk space it requires to create complex reports. You must make sure the location of the temporary folder possesses adequate space for the temporary files. You can delete files from this folder after the reports finish running.
-
Save the xdo.cfg file.