Running the Pega Customer Decision Hub Setup Utility
This content applies only to On-premises and Client-managed cloud environments
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.properties
file. It requires the appropriate JDBC driver file
for your database.
Pega Customer Decision Hub
Installation Guide
- Copy the JDBC JAR file for your database to ResourceKit/setup/core/lib.
- To interactively create the properties file, skip to step 4.
- To use a preconfigured properties file, create the file
database.properties
in the ResourceKit/setup folder, and set the properties as appropriate for your database. The filedatabase.properties.template
describes each property. You can use it as a template when you create your file. - 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.properties
file. The scripts are created under the Generated folder. - 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_<hostname>.log
file in the logs folder to make sure that there are no critical errors.
Previous topic Importing the application bundles Next topic Restarting the application server