Question
2
Replies
92
Views
American Express
Posted: November 13, 2020
Last activity: November 16, 2020
Deleting the external jar
Hi Team,
I have imported an external jar using import wizard. How can i delete that or backout without having a db backup and restore.
PEGA keeps all external jars in a DB table called pr_engineclasses, mapped to System-Runtime-Code class. You can delete the relevant rows from the table, and do a server restart. That should fix the issue.
Also, please take a DB backup whenever you install a new external JAR. That is the correct way to do it.