prbootstrap.properties: Unable to load phase 2 bootstrap class: com.pega.pegarules.internal.bootstrap...
Hello,
I'm trying to configure the file prbootstrap.properties with credentials of my database (SQL Server) to encrypt db user password. Can anyone help me with this? The prbootstrap.properties content is:
com.pega.pegarules.bootstrap.allclasses.dbcpsource=microsoft.sqlserver
microsoft.sqlserver.url=<url>
microsoft.sqlserver.username=<username>
microsoft.sqlserver.password=<password>
microsoft.sqlserver.class=com.microsoft.sqlserver.jdbc.SQLServerDriver
com.pega.pegarules.bootstrap.allclasses.schema=PEGARULES
com.pega.pegarules.bootstrap.datatables.schema=PEGADATA
I understand that the variable "name" in property "com.pega.pegarules.bootstrap.allclasses.dbcpsource=<name>" is a alias that I choose to reference my database configuration and credencials below, it's that right?
***Moderator Edit-Vidyaranjan: Updated Platform Capability***