Question
Deleting the DB cache after the rules import is mandatory?
Is it mandatory to truncate these DB tables everytime rules are imported into the instance? even after the deleting the file system cache and restarting the server?
pega_rules.pr_assembledclasses;
pega_rules.pr4_rule_sysgen;
pega_rules.pr_sys_appcache_entry;
pega_rules.pr_sys_appcache_dep;
pega_rules.pr_sys_appcache_shortcut;
pega_rules.pr_sys_cache_dep;
pega_rules.pr_sys_cache_entry;
pega_rules.pr_sys_cache_impl;
Are there any operations guide for Pega 7.1.9 that displays list of steps that need to be done after the import/deplyment?
Hi Veeranjan,
It is not mandatory to delete these, however, recommended in order to make sure that during rule resolution, only updated rules are picked.
I am afraid, we do not have operations guide at the moment.