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

Column Populator Not Working As Expected

SA-55950

Summary



When running a column population job to populate the old cases data to the existing cases, data does not populate. data populates in to the index tables when creating new cases.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a concrete class derived from the Index- base class.
  2. Create Single Value properties in the new class to hold values of the embedded values.
  3. Create a Declare Index rule with an embedded Page Context value that copies the embedded values to a new Index- instance.
  4. Save the Declare Index rule. It executes immediately, adding and deleting instances of the new class.
  5. Expose database columns corresponding to the Index- class.

Root Cause



A defect or configuration issue in the operating environment.

If a pagelist property is optimized, an Index class and a declare index are created automatically. This is followed by the column population job. This extracts data to the table that is mapped to the Index table. In this case, all the classes and properties are created manually.
Column population was run using Index-Classes. Since, tables mapped to Index classes do not have a BLOB column, regular column population will not work.



Resolution



Perform the following local-change:
  1. Provide work classes to the expose.classes property and access group for the class to which the declare index belongs.
  2. Run the column population.
expose.classes.included=Work-    [Work class containing the source properties]
expose.declareIndex.accessgroup=  AccessGroup
expose.reindex=true

Published July 23, 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