Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

PEGA004 alert - PZGETBULKPROCESSINGACTIONS exhausting memory

SA-48730

Summary



PEGA004 alert occurs and PZGETBULKPROCESSINGACTIONS exhausts memory.


Error Messages



The number of database bytes input for this interaction has exceeded the WARNING level for Requestor H4A7DF7D1762FFE967960AFEA1A8B30AA, operator cstarin Maximum bytes: 20000000 Actual bytes: 20088905*


Steps to Reproduce

  1. Navigate to Bulk Actions in the Case Manager portal.
  2. Select Process.
  3. Select or Add filters.
  4. Select cases to process and select Action.


Root Cause



The fillter condition with null value was selected, the local varible values were overridden with incorrect results. This called the pzGetBulkProcessingActions (from pyGetRelevantActions), which consumed memory.


Resolution



Perform the following local-change:

Replace the existing When conditions in the initial stepof pyGetRelevantActions with:

1.
.pyPropertyName=="pyAssignedToOperator"&&pyBulkProcessingPage.pyConditionList(<CURRENT>).pyFilterValue != ""

2. .pyPropertyName=="pyAssignedToWorkBasket"&&pyBulkProcessingPage.pyConditionList(<CURRENT>).pyFilterValue != ""


Published January 14, 2018 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us