The alert occurs when a work item is saved to the PegaRULES database and is stored in the pr_other
table, instead of the standard pc_work
table or another table identified in a DB table data instance. (The pr_other
table is the default catch-all table for instances of classes not explicitly mapped.)
The pr_other
table has only a few exposed columns; it does not have columns for all the work item properties that are typically visible (exposed) as columns in a database table. Using pr_other
for work item is undesirable if your application requires frequent searching of rows of this table. Therefore, if you do not map a Work- class to an appropriate database table, your work items may have unpredictable behavior.
The message identifies the class of work item that is being stored in the pr_other table.
Work object Sample-1 of class Work-Sample- is being written to pr_other
This alert has no configurable Prconfig settings.
Create the correct Data-Admin-DB-Table instance for the relevant class group class (pc_work
or a copy). See the PDN article 20451: Troubleshooting: Work objects incorrectly saved into the pr_other table.
alert log, prconfig.xml file | |
Understanding alerts Working with the PegaRULES database — Tables for work items Atlas — Initial Database Tables (Data-Admin-DB-Table) About Database Table data instances |