Installation guide
53
jdbc:sqlserver:// <your_sql_server_host>:1433; databaseName=<your-
DBname>;SelectMethod=cursor; SendStringParametersAsUnicode=false;
Note: Be sure to include the SelectMethod and
SendStringParametersAsUnicode parameters for SQL Server.
– pega.jdbc.username=
pega.jdbc.password=
The user name and password to use when connecting to your database.
– user.temp.dir=
The full path to a temporary directory for the script process to use while
loading the Process Commander rules. If not specified, the installer uses
the user system temporary directory.
Important: At least 3 GB of space is required during the installation
process.
– run.assembler=true/false
If true, the installer pre-assembles the Process Commander Classes and
makes them available in a cache.
If false, classes are assembled as they are requested during Process
Commander use, slowing response time for users.
Pre-loading the cache makes the system perform better for the initial
Process Commander users but adds up to 90 minutes to the installation
process.
– #bypass.pega.schema= (Install only)
To skip schema creation in the Installation Assistant, remove the hash
mark, #, at the beginning of this line in the setupDatabase.properties file.
Use this option if you have previously created the schema in the
database using the SQL scripts provided by Pegasystems.
Setting this property corresponds to clearing the Create Schema check-
box in the Install Assistant user interface.
Important: The bypass.pega.schema property is ignored by the upgrade
script. Before upgrading the database, you must apply SQL scripts,
provided by Pegasystems, to your the Process Commander database to
update the data schema. See your Upgrade Guide for more information.