Importing the application bundles
This content applies only to On-premises and Client-managed cloud environments
Import the application bundles from the distribution media, in the order they are listed below.
Rules/PegaCDH_Core_0806.zip
. This contains the Pega Customer Decision Hub framework application which consists of schema changes, JAR files, and rulesets required by Pega Customer Decision Hub that are not shipped separately.Rules/PegaCDH_Upgrade_0806.zip
. This contains the upgrade version of the Pega Customer Decision Hub implementation application. This version will not overwrite configuration settings that may have been made to your existing implementation application.PegaCDH_FS_Upgrade_0806.zip
. This contains the upgrade component for customers upgrading from Pega Customer Decision Hub for Financial Services.
Pega Customer Decision Hub
Update Guide
- On IBM Db2 environments, run the
ResourceKit/upgrade/DB2/upgrade_pre_import.sql
script by doing the following tasks:- If your database schema is different from PegaDATA, edit the
ResourceKit/upgrade/DB2/upgrade_pre_import.sql
script and change all references to PEGADATA to refer to your database schema. - Log in to your database client as a user who can create and drop objects in your database schema.
- In your database client, run the upgrade_pre_import.sql script.
- If your database schema is different from PegaDATA, edit the
- Log in to Pega Platform as [email protected].
- To open the Import wizard, in Dev Studio, click .
- Click Choose File, browse for the
Rules/PegaCDH_Core_0806.zip
file from your distribution media, and follow the wizard instructions. - Based on the review of the database policies and application permissions that are used
by your Pega Platform upgrade, perform the appropriate step:
- Select the Automatic check box and complete the wizard.
- Select Manual and complete the following steps:
- Click View/Download DDL SQL. This produces a text file containing Data Definition Language (DDL) statements for the needed changes.
- Save the DDL file and deliver it to a database administrator to make the required changes. Depending on your organization’s policies, database administrators might need to review these DDL files to determine what changes will occur prior to applying the DDL to your database.
- After the database administrator has applied the DDL, repeat the Import wizard steps.
- To import the
Rules/PegaCDH_Upgrade_0806.zip
file, repeat steps 2-4. - On IBM Db2 environments, run the
ResourceKit/upgrade/DB2/upgrade_post_import.sql
script by doing the following tasks:- If your database schema is different from PegaDATA, edit the
ResourceKit/upgrade/DB2/upgrade_post_import.sql
script and change all references to PEGADATA to refer to your database schema. - Log in to your database client as a user who can create and drop objects in your database schema.
- In your database client, run the upgrade_post_import.sql script.
- If your database schema is different from PegaDATA, edit the
- Optional: For best performance and initial user experience, run the Static Assembler utility to pre-assemble the rules in the application. For more information, see Preassembling rules in an application by using the Static Assembler utility.
- Apply the required hotfixes. For more information, see Pega Customer Decision Hub hotfixes page.
Previous topic Updating the application Next topic Restarting the application server