Deleting connection parameters in the prconfig file
For Pega Platform versions that are earlier than 8.6, if you
modified the connection parameters in your prconfig
file, delete the
parameters from the file to avoid parameter overrides.
- Extract the
prconfig
file.- Stop Pega Platform.
- Undeploy Pega Platform.
- Extract the current
prconfig.xml
file from the WAR file or EAR file.
For more information, see Changing node setting by modifying the prconfig.xml file. - Open the
prconfig
file in an XML or text editor. - Find and delete the following parameters:
- For the DSS that specifies each database user connection pool size, find and delete prconfig/database/databases/<database name>/connectionPoolSize.
- For the DSS that specifies the connection timeout in seconds, find and delete prconfig/database/databases/<database name>/MaxConnectionTime.
- For the DSS that specifies the leak detection threshold in miliseconds, find and delete prconfig/database/databases/<database name>/leakDetectionThreshold/default.
- For the DSS that specifies the default schema of the external database, find and delete prconfig/database/databases/<database name>/defaultSchema/default.
- Repackage the WAR file or EAR file.
- Redeploy Pega Platform with the application server facilities.
- Implement the changes to the
prconfig
file by restarting the application server.
Previous topic Deleting dynamic system settings connection parameters Next topic Creating database instances for JDBC connection pools