Closed
Solved
Unable to delete old external jar file
Hi we are facing issue in deleting old external jar file. Even if we delete manually from app server automatically it is getting created after server restart.Please do the needful asap.Thanks.
***Edited by Moderator Marissa to update SR details***
Hi,
You can delete the old jars from the pr_engineclasses table using the following query
SELECT * FROM [DB_NAME].[RULES_SCHEMA].[pr_engineclasses] where pzcodeset='06-01-01' and pzjar ='your jar file'.
To install the import the jar file again using import functionality or Place the jar file in either tomact/lib or webinf/lib or any location and add the path in the default paths in compiler landing page menu.