Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Complete the prerequisite tasks

Updated on December 20, 2021

This content applies only to On-premises and Client-managed cloud environments

Before you install your application, ensure that you complete all of the following tasks.

Pega Customer Decision Hub Installation Guide
Before you begin:
Important: If you plan to implement Pega Customer Decision Hub in a configuration with the Pega Customer Relationship Management suite of applications, the Pega Customer Decision Hub application should be created on a separate database cluster and a separate node from the Pega Customer Service and Pega Sales Automation applications. The Pega Customer Decision Hub application is a back-end analytical application with a typically smaller number of active users compared to the operational Pega Customer Service and Pega Sales Automation applications. Keeping the operational and analytical clusters separate helps ensure easier maintenance and decreases upgrade complexity.
  1. Ensure that you can stop and start the application server.
  2. In your external database, create the schema where your customer data resides, for example, ExternalMKTData, and ensure that the Pega Deployment User has full permissions for this schema.
  3. Before starting an installation, and before backing up your system, review the database policies and application permissions that are used by your Pega Platform installation. Determine whether the application is permitted to update the database automatically or if you must generate the database scripts that your organization will use to manually make schema changes.
  4. Install the latest version of Pega Platform 8.5, and ensure that you can log in as an administrator. For more information, see the Pega Platform Install Guide for your environment on the Deploy Pega Platform page.
    Note: During the Pega Platform installation process, do the following tasks:
    1. If you are setting up a single-node environment, set the node type to Universal. For more information, see Node types.
    2. Specify the schema where your customer data resides (CUSTOMERDATA).
      • If you use the Installation and Upgrade Assistant, specify the schema on the Database Connection page.
      • If you use the install script, include the –customerDataSchema command line option.
      The installer then creates the address, contact, and organization tables in the customer data schema. The tables created by the installer have the prefix P_.
    Note: If you are installing on a UTF-8 encoded database, see Issue: "Error: Commit failed" when loading CPM 6.1 RuleSets into a UTF-8 encoded database.
  5. Optional: Update the Pega Platform online help to the latest version from the Online Help Files section on the Pega Platform Update page. After you download the latest prhelp.war file, deploy it in your Pega Platform installation before continuing. For deployment information, see the Pega Platform Installation Guide for your application server.
  6. If the ExternalMKTData DADN is configured to use Configuration preferences, in Pega Platform, create the following Dynamic System Setting to specify the default schema used by the ExternalMKTData database rule:
    • Owning Ruleset - Pega-Engine
    • Setting Purpose - prconfig/database/databases/ExternalMKTData/defaultSchema/default
    • Value - name of the schema where the customer data resides
  7. If the ExternalMKTData DADN is configured to use Configuration preferences, in Pega Platform, create the following Dynamic System Setting to specify that the PegaRULES datasource should be used by the ExternalMKTData database rule:
    • Owning Ruleset - Pega-Engine
    • Setting Purpose - prconfig/database/databases/ExternalMKTData/datasource/default
    • Value - java:comp/env/jdbc/PegaRULES
  8. Restart Pega Platform to enable the setting.
  9. Before you install Pega Customer Decision Hub, ensure that you have the following database information available:
    • Such database connection information as:
      • Hostname or IP address
      • Database port
      • Database name
    • JDBC driver JAR file for your database type
    • PegaRULES schema name
    • If using split schema, PegaDATA schema name
    • Ensure that the Pega Customer Decision Hub external schema meets the following requirements:
      • This is the schema that contains your customer data repository and other marketing assets.
      • This schema must exist in the same database as the PegaDATA and PegaRULES schemas.
      • This schema must have the database privileges to create views and to select from tables in the PegaDATA schema.
    • Ensure that the Pega Customer Decision Hub external user and password meet the following requirements:
      • This user must already exist.
      • This is the user that Pega Platform uses to connect to the Pega Customer Decision Hub external schema.
      • This user must have full privileges to the Pega Customer Decision Hub external schema.
      • This user must have the database privileges to create views and to select from tables in the PegaDATA schema.
    • Ensure that the Pega Deployment user and password meet the following requirements:
      • This user must already exist.
      • This is the user that the setup utility will use to connect to the database.
      • This user must have permissions to create and modify objects in all Pega schemas.
      • If using Oracle, this user must have permission to create materialized views.
    • Ensure that the user associated with PegaDATA DB rule meets the following requirements:
      • This user must be set in application server configuration.
        • For Tomcat, this would typically be in the context.xml file.
      • The user that is mapped to the PegaDATA DB rule must already exist.
      • This user must have the following privileges on the PegaDATA schema:
        • Select, Create, and Drop on tables, indexes, and views
        • Insert, Update, and Delete on tables
        • Alter on tables and indexes
    • Ensure that the user associated with PegaRULES DB rule meets the following requirements:
      • This user must be set in application server configuration.
        • For Tomcat, this would typically be in the context.xml file.
      • The user that is mapped to the PegaRULES DB rule must already exist.
      • This user must have the following privileges on the PegaRULES schema:
        • Select, Create, and Drop on tables, indexes, and views
        • Insert, Update, and Delete on tables
        • Alter on tables and indexes
      • This user can be the same as the PegaDATA user, provided the user has permissions to both schemas.
  10. For IBM Db2 databases, if you use JDBC URL to connect to your external database, add the following parameters to the template URL and the prweb.xml file where the Pega DB connections are defined:
    • resultSetHoldability=1;
    • resultSetHoldabilityForCatalogQueries=1;
    • allowNextOnExhaustedResultSet=1;
    See below for an example of the syntax. The database in the example is set to MYDB and the marketing external schema is set to MKTDATA.
    jdbc:db2://localhost:50000/MYDB:fullyMaterializeLobData=true;
    fullyMaterializeInputStreams=true;
    progressiveStreaming=2;
    progressiveLocators=2;useJDBC4ColumnNameAndLabelSemantics=false;
    currentSchema=MKTDATA;
    resultSetHoldability=1;resultSetHoldabilityForCatalogQueries=1;allowNextOnExhaustedResultSet=1;
    Note:

    The setting values also apply to the PegaDATA and PegaRULES connections created by Pega Platform.

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us