While extracting transactional data from the Pega Platform database to external data store with the Business Intelligence Exchange (BIX) rueset, how do you avoid recalculating declarative properties from its source properties?
A.
Log in to Dev Studio, and then withdraw declarative rules processing during the BIX extraction.
B.
Configure the BIX command line argument '-D' to turn off declarative processing.
C.
Use the BIX command line with disableBackWardChaining and disableForwardChaining options.
D.
By default, BIX does not recalculate the declarative properties.
To avoid recalculating declarative properties when extracting data with BIX:
BIX Command Line Options:
The BIX extraction process can be configured to disable recalculating declarative properties by using specific command line options.
The options disableBackwardChaining and disableForwardChaining prevent the recalculation of declarative properties during the extraction.
Configuration:
Include these options in the BIX command line execution to ensure that declarative properties are not recalculated from their source properties during the extraction process.
References:
Pega Business Intelligence Exchange (BIX) User Guide
Pega Documentation on Declarative Rules
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit