Both the
prconfig.xml
and
prbootstrap.properties
files must be updated when using split schema.
-
Add the following environment variables to the prconfig.xml file:
env name="database/databases/PegaRULES/defaultSchema" value="
<rulesSchema_Name>
"/>
env name="database/databases/PegaDATA/defaultSchema" value="
<dataSchema_Name>
" />
-
For a split schema setup, add the following properties to the
prbootstrap.properties file:
com.pega.pegarules.bootstrap.allclasses.schema=
<rulesSchema_Name>
com.pega.pegarules.bootstrap.datatables.schema=
<dataSchema_Name>
Note: This functionality is available when you purchase and install
the BIX application.