Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to generate Keyring file as part of Password Encryption

SA-52010

Summary



User encounters error while creating the keyring file using keyring Algorithm with Business Intelligence Exchange (BIX) 7.1.6.


Error Messages



Could not find or load main class com.pega.pegarules.pub.PegaRULES


Steps to Reproduce



Call the keyringImpl java class to create the keyring file.

Root Cause



User was using the Split Schema few of the environment variables were missing.

Resolution


In prconfig.xml:

For split schema, add the following environment variables:

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

In prbootstrap.properties:

com.pega.pegarules.bootstrap.allclasses.schema=" rulesSchema_Name "
com.pega.pegarules.bootstrap.datatables.schema=" dataSchema_Name "

Note: Follow the steps given in the below PDN link for generating key ring file.

https://pdn.pega.com/how-encrypt-database-passwords-using-jce-keyring-file


Published April 24, 2018 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice