Installation guide
51
1. Use your database tools to run SQL scripts that Pegasystems provides to
update the database schema
2. Specify the database connection information in the
setupDatabase.properties file.
3. Run upgrade.bat or upgrade.ksh to update the Process Commander rules
and classes
Note: Executing upgrade.bat or upgrade.ksh does not update the database to
the 6.1 SP2 schema. You must apply the SQL scripts provided by
Pegasystems to your Process Commander database before running the
upgrade script.
For complete information on upgrading Process Commander, see the
PegaRULES Process Commander Release V6.1 SP2 Upgrade Guide 5.x to 6.1
SP2. This guide is available in the Doc directory of your software distribution and
on the Pega Developer Network, pdn.pega.com.
Prerequisites
Before running these scripts, you must complete the following prerequisites:
1. You must have a JDK installed (Java 5 or later), and the path to that JDK
must be defined in a JAVA_HOME environment variable.
2. You must have the JDBC driver JAR file for your target database available.
3. For an installation, you must create a database with a minimum of 2GB for
the user tablespace and allow the database to grow. Create a user for this
database with full read and write permissions to create tables, procedures,
and views.
You provide connection information for this database to the script, including the location of the
driver file, the driver class name, the database connection URL and the user's username and
password.
Installation and Upgrade Setup
Complete these steps before either installing or upgrading Process Commander.
1. Extract the contents of the coreBuildDistributionImage.zip into a directory.
2. Open the command-line console for your platform and change directory into
the “scripts” subdirectory.
3. Edit the file setupDatabase.properties to provide the following property
values: