Question
Cognizant Technology Solutions India PVT Ltd
IN
Last activity: 23 May 2019 2:17 EDT
PEGA 8.1 Installation with PostgreSQL 9.6 DB
Hi Team,
We are trying to install our sandbox PEGA 8.1 instance with PostgreSQL 9.6 V Database.
Issue:
Hi Team,
We are trying to install our sandbox PEGA 8.1 instance with PostgreSQL 9.6 V Database.
Issue:
We did below mention steps for to resolve above issue
We did set environment variable JAVA_HOME and JRE_HOME use JDK 1.8.0_202.
You should keep pljava.jar and pljava.dll from ResourceKit\PLJava folder to the installed PostgreSQL\9.6\lib\ folder. Then do the changes in PostgreSQL\9.6\data\postgresql.conf like follows: (location can be changed based on your installation)
pljava.classpath='C:\\Program Files\\PostgreSQL\\9.6\\lib\\pljava.jar'
pljava.vmoptions = '-Xms32M -Xmx64M -XX:ParallelGCThreads=2'
work_mem = 5MB
pljava.libjvm_location = 'C:\\Program Files\\Java\\jdk1.8.0_181\\jre\\bin\\server\\jvm.dll'
Execute vcredist-2013_x64.exe, which available on\ResourceKit\PLJava\9.6\Windows\
Restart the Postgress from the windows service.
Now create the DB, create your schema from PostgressSQL console.
after that started PEGA installation steps followed with PEGA 8.1 installation guide.
Could you please help us as soon as possible.