Understanding xdo.cfg File
BI Publisher system properties settings are defined in the xdo.cfg file. The default xdo.cfg file is located in the $PS_HOME/appserver directory, which is shared by all application server and process scheduler domains by default.
Note:
In PeopleTools 8.4x, the xdo.cfg file is used to define all types of properties (system and non-system). In PeopleTools 8.50 and later releases the file should be used for system properties and fonts only. The result is unpredictable if the same property is defined in xdo.cfg and other levels.
This is an example of the xdo.cfg file:
<config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
<properties>
<!-- System level properties -->
<property name="xslt-xdoparser">true</property>
<property name="xslt-scalable">true</property>
<property name="system-cachepage-size">50</property>
<property name="system-temp-dir"></property>
</properties>
<!--<fonts>-->
<!--<font family="3 of 9 Barcode" style="normal" weight="normal">-->
<!--<truetype path="C:\WINNT\Fonts\3of9.ttf" />-->
<!--</font>-->
<!--</fonts>-->
</config>See Report Designer's Guide for Oracle Business Intelligence Publisher, “Introduction to Designing Reports,” About Setting Run-Time Properties.”