Connecting Pega to external database (DB2)
I have encountered multiple errors
1) User ID: (unknown)
Last SQL: select pzPVStream from rules.pr4_base where pxObjClass = 'Data-Admin-DB-Name'
com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, SQLERRMC=RULES.PR4_BASE, DRIVER=4.24.92
2) 26-Jun-2018 09:52:20.631 SEVERE [http-nio-8080-exec-2] com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega. Problem during method invocation (doPost)
java.lang.ExceptionInInitializerError
at com.pega.pegarules.session.internal.PRSessionProviderImpl.getSimpleURLService(PRSessionProviderImpl.java:2601)
at com.pega.pegarules.web.impl.WebStandardImpl.isHttpSimpleURL(WebStandardImpl.java:1521)
at com.pega.pegarules.web.impl.WebStandardImpl.runStaticContentRequest(WebStandardImpl.java:1502)
at com.pega.pegarules.web.impl.WebStandardImpl.doPost(WebStandardImpl.java:369)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)....
Do i need to configure the prbootstrap.properties file?
I have only configure the prconfig.xml file.
Please refer to the attached log file and prconfig file for more informations.