Question
2
Replies
117
Views
Atos Syntel
Posted: February 7, 2018
Last activity: February 9, 2018
Closed
Solved
Difference between Reload Candidates and Reassemble Candidates
what is the difference between Reload Candidates and Reassemble Candidates button in Virtual Table cache management
Hi,
Using the Reload Candidates button you can force a reload of the candidates from the database (pr_sys_rule_impl).
Using the Reassemble Candidates button you will reload and reassemble in one step by discarding the implementation class reference, and next time they are run assembly will be rerun. (note that when you do this the implementation class name changes – it looses the package name; this is normal & ok).
Using the Reassemble Candidates button you can force reassembly of rules that have been assembled wrong (they throw an UnresolvedAssemblerError because of missing rules – does not work with streams (not vtable)).
Thank You