Configuring optional prconfig.xml settings
You can add 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/BIXdisableForwardChaining” 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/BIXdisableBackwardChaining” value = “true” />
The default setting is TRUE.
Disable declarative processing – Enable or disable declarative processing:
<env name=”declarative/enabled” value = “false” />
Include class instances added during a batch run – Enable or disable whether class instances added to the Pega Platform database after a batch run begins execution are included in the extract:
<env name=”bix/useHistoryClasses” value=”true” />
Previous topic Configuring the target database for BIX command-line extractions Next topic Configuring BIX logs for command-line extractions