The source code for this blog is available on GitHub.

Blog.

How to Install Pega Customer Decision Hub in Pega Personal Edition

Cover Image for How to Install Pega Customer Decision Hub in Pega Personal Edition
Code Daddy
Code Daddy
Posted underPega

Here is the detailed video on How to Install and configure Pega Customer Decision Hub in Pega Personal edition 8.5 version.

Prerequisite
Install Pega Personal Edition 8.5v or later
Login as Administrator (username: administrator@pega.com, pwd: install)

Step 1: create new schema in database
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

Step 2: Database Information
Before you install Pega Customer Decision Hub, ensure that you have the following database
information available
Hostname or IP address (Example: localhost)
Database port (Example: 5432)
Database name (Example: postgres)

Step 3: Create Database rule
Create the ExternalMKTDatadatabase rule
Log in to Pega Platform by entering the administrative ID, for example, administrator@pega.com and the password install
Click Records SysAdmin Database.
Click Create.
Enter the following information:
Short description – External Marketing Data
Database – ExternalMKTData
Click Create and open.

Step 4: Create DSS
In Pega Platform, create the following Dynamic System Setting to specify the default schema used by the
ExternalMKTDatadatabase rule:
Owning Ruleset -Pega-Engine
Setting Purpose -prconfig/database/databases/ExternalMKTData/defaultSchema/default
Value-ExternalMKTData
*Restart Pega Platform to enable the setting

Step 5: Importing application bundles
Rules/PegaCDH_Core_0805.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

Step 6: Running the Pega Customer Decision Hub Setup Utility
The Pega Customer Decision Hub Setup Utility is used to run database scripts against your database. It can be run either interactively, or with a preconfigured database.propertiesfile.
This utility is located in the ResourceKit/setup folder
Run the script setup.bat (Windows) or setup.sh (Unix/Linux). The utility validates the DB connection and generates scripts based upon the properties set in the database.propertiesfile.
After the scripts are generated, you are prompted to execute the scripts or cancel setup. You can
review the scripts before executing them.
After running the scripts, you can review the run_sql_errors.log file in the logs folder to make sure that there are no critical errors.
If you are installing Pega Customer Decision Hub for the first time, you may see a Drop Procedure error. You can ignore this error.

Step 7: Restarting the application server
At the end of the installation process, restart the application server.
Log out of Pega Platform.

Step 8: Verifying that you can create the Pega Customer Decision Hub application
To verify that the installation process has completed successfully, check that the New Application
wizard shows the option to create a new Pega Customer Decision Hub or Pega Operations Manager
application.
In Dev Studio, click Application New Application.
In the New Application wizard, verify that you see the options to create a new Pega Customer
Decision Hub or Pega Operations Manager application
Stop and start the application server

Step 9: Create CDH application
At the end of the installation process, restart the application server.
Log out of Pega Platform.
Stop and start the application server

Taggedcdhcustomer decision hubpegapega cpdcpega installationpega marketingpega pcdc


More Stories

Cover Image for How to Convert String to DateTime using Python Codes | Python Programs Tutorial

How to Convert String to DateTime using Python Codes | Python Programs Tutorial

In this video, learn How to Convert String to DateTime using Python Codes | Python Programs Tutorial. Find all the videos of the 100+ Python Programs in this playlist: https://www.youtube.com/watch?v=78FsbjYSWIU&list=PLjVLYmrlmjGf3jtxG8lSo-zaPktQ7YbUw GitHub Link: https://github.com/wscubetech-india/Python-Programs-/blob/main/StringtoDatetime.py 💎 Get Access to Premium Videos and Live Streams: https://www.youtube.com/channel/UC0T6MVd3wQDB5ICAe45OxaQ/join WsCube Tech is a leading Web, Mobile App & Digital Marketing company, […]

Code Daddy
Code Daddy
Cover Image for Kubernetes Deployment strategies | Blue-Green Deployment | Argo rollout | ADAM

Kubernetes Deployment strategies | Blue-Green Deployment | Argo rollout | ADAM

Got a question on the topic? Please share it in the comment section below and we will answer it for you. For more information, please write back to us at scmlearningcentre@gmail.com or call us at +91-9739110917 / 7829633132 In this session we will understand the details on how deployment happens in Kubernetes cluster. Below are […]

Code Daddy
Code Daddy