Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Nordea
SE
Last activity: 31 May 2021 9:30 EDT
Changes in prConfig.xml file for Dual User Setup
Hi,
I am setting up Pega 8.2.1 environment using dual user configuration. I have already gone through the installation guide for websphere & oracle and made relevant changes. The only thing I am not sure about making changes in prconfig.xml as there are 2 data source now - one for base user and another for Admin user.
Current prconfig.xml file have below entry for data source:--
<env name="database/databases/PegaRULES/dataSource" value="java:comp/env/jdbc/PegaRULES"/> <env name="database/databases/PegaDATA/dataSource" value="java:comp/env/jdbc/PegaRULES"/>
Do I need to add additional data source for Admin user as well in the below format? Installation guide does not have any information about this.
<env name="database/databases/PegaRULES/dataSource" value="java:comp/env/jdbc/AdminPegaRULES"/> <env name="database/databases/PegaDATA/dataSource" value="java:comp/env/jdbc/AdminPegaRULES"/>