Support Article
Error "remove D_pzErrorList[pageName" when saving sections.
SA-56786
Summary
Error is embedded in a section rule when saving or performing a check-in or check-out of a rule. The error persists on all rule forms until the browser is closed.
Error Messages
remove D_pzErrorList[pageName:<< Primary Page >>] to ensure latest data
Steps to Reproduce
Not Applicable
Root Cause
For these error types, the error stack must be verified to identify the rule which caused the section rule problem (for example, Property, Declare, Section).
For example, if the below occurs in the log:
Caused by: java.lang.ArithmeticException: / by zero
at java.math.BigDecimal.divideAndRound(BigDecimal.java:4106)
This determines that a declare expression is used for a division on one of the properties displayed in the section which is modified with an @if condition in the expression.
Resolution
Perform the following local-change to test that the value of the divisor is not null or equal to zero:
Add an @if condition to the declare expression.
Published December 29, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.