Upgrading BIX
If you previously enabled the Business Intelligence Exchange (BIX) ruleset and you have upgraded Pega Platform, update the BIX ruleset for your application.
For Pega Cloud Services clients, continue to Procedures for BIX extractions in Pega Cloud environments.
For on-premises clients, you may need to accomplish the following tasks:
- If you were pegarules.keyring to extract the rules, perform the
following steps:
- For on-premises deployments, regenerate the pegarules.keyring file.
- Copy the Extract rule XML to the appropriate path.
- Validate the ANT build file with the sample build file provided in the distribution package.
-
Reconfigure your stand-alone command-line environment:
- Download the BIX distribution archive and expand it into a directory.
- Configure a JVM environment with access to the Pega Platform jar files and the appropriate database driver files
- Configure the prconfig.xml, prbootstrap.properties, and prlog4j2.xml files provided in the configuration directory of the BIX distribution to specify the source and target databases and split schema setup. For more information, see Configuring the extraction environment.
- Update custom work tables if they do not have the pxCommitDateTime
and pxSaveDateTime columns and are using
pxUpdateDateTime for incremental extracts. Incremental extracts are
done using pxCommitDateTime. For more information, see BIX Performance.
- Update your work tables to include the new columns.
- Populate the new columns by running the resave utility.