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:
<env name= “compatibility/BIXUseOptimizedClipboardXML” value= “true” />
<env name= “compatibility/BIXdisableForwardChaining” value= “true”>
<env name=”compatibility/BIXdisableBackwardChaining” value = “true” />
<env name=”declarative/enabled” value = “false” />
<env name=”bix/useHistoryClasses” value=”true” />
Important! bix/useHistoryClasses
only works when using the Use Last Updated Time as Start filter option. If command line parameters such as –u, -U, -d, and -D are passed while running the BIX script, bix/useHistoryClasses
will not have any effect even if it is set to true
.
Note: This functionality is available when you purchase and install the BIX application.