Overview of BIX extractions in Pega Cloud environments
After enabling the built-in Business Intelligence Exchange (BIX) ruleset on Pega Platform, you can extract data from your Pega Platform application with an Extract or Job Scheduler rule in your Pega Cloud environment.
After enabling BIX, you can configure BIX data extractions using Pega Platform application class data for manual or automatic extract processes. Performing BIX extractions in Pega Cloud Service environments contain key differences compared to on-premise deployments:
- The BIX extraction configuration for XML or CSV formats and their manifest files places
the extract files into your Pega Cloud File Storage repository. Clients do not have
direct access to the Pega Cloud File Storage repository. To obtain your BIX extract files,
you must move the files to a location in your enterprise network using one of the
following SFTP-based methods:
- Configure an SFTP server in your enterprise to integrate the Pega Cloud SFTP service to pull your BIX extractions off the Pega Cloud File Storage repository.
- Configure a BIX-specific FTP listener in Pega Platformto push your BIX extractions to an SFTP server in your enterprise network.
- CSV extract files can be password protected.
- Pega Cloud environments do not support running the BIX extraction process from the command-line.
- BIX extractions to a target database require generating a DDL file referenced through a URL in your Pega Platform, which you must then share with your database administrator (DBA) in order for the DBA to format the required database tables in the target database.
SFTP-based methods to obtain extract files in Pega Cloud
If you have upgraded from Pega Platform 7.3 or earlier, or you have previously used an FTP listener to receive BIX extract files, it is recommended that you pull the extract files from the Pega Cloud File Storage repository using the Pega SFTP service. For details, see Post-upgrade tasks following Pega Platform upgrades (7.x to 8.x) in Pega Cloud environments.DSS for SFTP-based methods to obtain extract files in Pega Cloud
DSS | DSS fields to pull files from Pega Cloud File Storage using your SFTP server (default) | DSS fields to push files to your SFTP server using an FTP listener |
BIX/useCustomersSFTP | false | true |
BIX/sharedPath | N/A | file://pegacloudrepository:/bix |
BIX/ignoreValidation | N/A | true |
For more information about configuring a BIX SFTP Server, see Configuring the Pega Cloud SFTP service to access BIX extract files. | For more information about configuring a BIX FTP listener, see Configuring an FTP listener to access BIX data extracts in Pega Cloud environments. |
For more information about running a BIX extraction in Pega Cloud applications, see Procedures for BIX extractions in Pega Cloud environments.
- Procedures for BIX extractions in Pega Cloud environments
After enabling the built-in Business Intelligence Exchange (BIX) ruleset on your Pega Platform application, BIX extractions are available to run through an Extract or Job Scheduler rule. XML & CSV extractions and their manifests must be obtained via an SFTP Server or an FTP listener.
- Configuring the Pega Cloud SFTP service to access BIX extract files
After a Business Intelligence Exchange (BIX) extraction process in a Pega Cloud environment, obtain the BIX extract files from your Pega Cloud File Storage repository. You can use the Pega Cloud SFTP service to pull the extract files onto your enterprise SFTP server.
- Configuring an FTP listener to access BIX data extracts in Pega Cloud environments
After a Business Intelligence Exchange (BIX) extraction process in a Pega Cloud environment, obtain the BIX extract files from your Pega Cloud File Storage repository. You can use an FTP listener rule to push the extract files to your enterprise SFTP server.
- Configuring an activity to access BIX extract files
After a Business Intelligence Exchange (BIX) extraction process completes in a Pega Cloud environment, obtain the BIX extract files from your Pega Cloud File Storage repository. You can use an activity to pull the extract files onto your enterprise local storage. The activity can be helpful when the BIX FTP listener encounters an error, a transfer fails, or if you do not subscribe to the Pega SFTP service.
- Troubleshooting BIX in Pega Cloud environments
When you run a Business Intelligence Exchange (BIX) extraction process in Pega Cloud from a Pega Platform Extract rule or from a Pega Platform Job Scheduler rule, learn to recognize the most common errors in the extraction process in Pega Cloud environments. Refer to the following tables to troubleshoot the root causes and resolve or prevent problems with extractions.
Previous topic Unique run identifier Next topic Procedures for BIX extractions in Pega Cloud environments