Pega 8.2 Upgrade error
Hi All,
We were trying to upgrade pega from 8.1 to 8.2. While running the upgrade script, we are getting the below error and the installer is stopping. We have updated the value of bypass.pega.schema property in the setupDatabase.properties file and retried the upgradation but its throwing the same error.
Exception in thread "main" java.lang.RuntimeException: Problem during method invocation (main)
[java] at com.pega.pegarules.boot.internal.extbridge.AppServerBridgeToPega.invokeMethod(AppServerBridgeToPega.java:279)
[java] at com.pega.pegarules.pub.PegaRULES.main(PegaRULES.java:85)
[java] Caused by: com.pega.pegarules.pub.database.NonexistentTableException: Database-NonexistentTable rules.pr4_rule_connect_robot PegaRULES
***Edited by Moderator: Lochan to update platform capability tags***
Are you performing in-place upgrade? Please attach the entire upgrade log. The referenced table is new to pega82 I wonder if the DDLs have been correctly applied - check the database if that table is created or not.