Configuring optional prconfig.xml settings
You can add optional parameters to the prconfig.xml file that filter the data by any property, including date ranges, enable or disable chaining, and specify whether records added to the database while the extract is running are included in the extract.
Add the following settings to the end of the prconfig.xml file:
- Optimize XML output – Set to true by default to facilitate extracting a large number of class instances to XML:
<env name= “compatibility/BIXUseOptimizedClipboardXML” value= “true” />
- Disable forward chaining – Enable or disable forward chaining calculations of properties when loading the clipboard for BIX extract:
<env name= “compatibility/BIXUseOptimizedClipboardXML” value= “true”>
The default setting is TRUE.
- Disable backward chaining – Enable or disable backward chaining of properties when loading the clipboard for BIX extracts:
<env name=”compatibility/BIXdisableForwardChaining” value = “true” />
The default setting is TRUE.
- Disable declarative processing – Enable or disable declarative processing:
<env name=”declarative/enabled” value = “false” />
The default setting is TRUE.
Open topic with navigation