You are here: Business Intelligence Exchange (BIX) > Configuring the extraction environment > Setting up split schema

Setting up split schema

Both the prconfig.xml and prbootstrap.properties file must be updated when using split schema.

  1. Add the following environment variables to the prconfig.xml file:
  2. <env name="database/databases/PegaRULES/defaultSchema" value="rulesSchema_Name"/>

    <env name="database/databases/PegaDATA/defaultSchema" value="dataSchema_Name" />

  3. For a split schema setup, add the following properties to the prbootstrap.properties file:
  4. 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.