Upgrade/update fails if PostGIS is applied to PegaRULES or PegaDATA schema
Valid from Pega Version 7.2.1
If you use the PostGIS extension to a PostgreSQL database, upgrading or updating the Pega 7 Platform fails if the extension has been applied to either the PegaRULES or PegaDATA schema. PostGIS can be applied to any other schema.
Ability to set default values when importing data
Valid from Pega Version 7.3
You can now set default values for data that you import for a data type from a .csv file. By setting defaults, you can ensure that even when the .csv file data is incomplete, all of the data is imported. In addition, you can set default values for custom fields that do not have a matching source column in the .csv file. This feature is available for the Add and update and Add only import options. For mapped fields, the default value is used for new records if the source field is blank, and for existing records if both the source and target fields are blank. For custom fields, the default value is used for new records if a default value is provided, and for existing records only if the target field is blank.
For more information, see Importing data for a data type.
Support for Amazon Web Services Direct Connect
Valid from Pega Version Pega Cloud
Pega® Cloud supports the Amazon Web Services (AWS) Direct Connect service between your Pega Cloud virtual private cloud (VPC) and your physical infrastructure within a geographical region without need for a virtual private network (VPN). Use this service to connect to:
- A data center provider that is located with AWS within the same geographical region.
- A multiprotocol label switching (MPLS) network or other type of wide area network (WAN).
For more information, see Configuring Amazon Web Services (AWS) Direct Connect in your Pega Cloud virtual private cloud.
This functionality is available as of QII 2016.
VPN backup for Amazon Web Services Direct Connect
Valid from Pega Version Pega Cloud
On Pega® Cloud, you can configure redundancy for the Amazon Web Services Direct Connect service in your network. Pega Cloud supports the following options for redundancy:
- An additional AWS Direct Connect service (redundant direct connection)
- Failover to customer VPN
For more information, see Pega Cloud VPN service and Configuring Amazon Web Services (AWS) Direct Connect in your Pega Cloud virtual private cloud.
This functionality is available as of QII 2016.
Analyze intentions in text analytics
Valid from Pega Version 7.3
You can now analyze text content to determine whether it contains any underlying intention. Through intent analysis, you can determine whether your customers are likely to continue subscribing to your services, want to know more about your products, or whether you are facing customer churn. Based on the detected intentions, you can take appropriate actions to ensure the growth of your business and minimize customer churn. Intent analysis is supported only for the English language.
For more information, see Intent analysis and filtering.
Support for round icons in Android 7.1 mobile apps
Valid from Pega Version 7.3
To improve the look and feel of Android mobile apps, round icons are now supported in apps that are created for Android 7.1. You can add the icons to the assets.zip file during the customization stage when you build the app in the Pega® Platform.
For more information, see Branding mobile apps.
Primary key constraint error when using JBoss
Valid from Pega Version 7.1.9
A primary key constraint violation exception might occur in the following situation: you use JBoss EAP 6.4 and SQL Server 2012 with a JDBC 4 driver, and you use two or more file listeners or JMS MDB listeners with concurrent threads that create work objects that use multiple files. If a primary key constraint violation exception occurs in this situation, update the data source configuration file to set the jta parameter to true. For example, set <datasource jta="true" jndi-name-"java:/jdbc/PegaRULES>.
Decision Analytics portal replaces Predictive Analytics Director portal
Valid from Pega Version 7.3
The Decision Analytics portal replaces the Predictive Analytics Director (PAD) portal, the Text Analytics landing page, and the Adaptive Models Reporting landing page. In this new work area for predictive analytics and text analytics, the business scientist can control the full model life cycle by building predictive models, importing PMML models, building sentiment analysis and text classification models, creating and monitoring adaptive models, and updating any existing models.
For more information, see Overview of the Decision Analytics work area.
Virtual private cloud (VPC) peering connection support
Valid from Pega Version Pega Cloud
You can now use a virtual private cloud (VPC) peering connection to access your systems of record or transfer data between your Pega® Cloud VPC and your Amazon VPC. VPC peering is a virtual connection within the Amazon Web Services (AWS) architecture that enables one-to-one networking connections between VPCs within the same region.
For more information, see Requesting a virtual private cloud (VPC) peering connection.
This functionality is available as of Q2 2017.
Remotely start automation server jobs to perform branch operations
Valid from Pega Version 7.3
You can remotely start a job on your automation server, such as Jenkins, after an activity has occurred, for example, after you push a branch to a remote system of record. You can configure a continuous delivery pipeline on the job by using the branches REST service and merges REST service to detect conflicts, merge branches, and return the status of the merge. By remotely starting a job to detect conflicts and merge branches, you can more quickly deliver higher-quality software.
For more information, see the following PDN articles:
- Using branches with Pega repositories in a continuous integration and development pipeline.
- Remotely starting automation jobs to perform branch operations and run PegaUnit tests.
- Performing branch operations in a continuous integration and delivery pipeline with REST services.