SR-A24411 · Issue 257220
Fastloader update error handling improved
Resolved in Pega Version 7.2.2
An issue was found where the FastLoader failed when an update to the vw table modified 0 instances. The update.bat script has been modified to better handle encountering data that did not get updated as expected.
SR-A76982 · Issue 253572
pyRuleSet added to fields of listview filter if not explicitly set
Resolved in Pega Version 7.2.2
Data Instances were not included in product jar when a Developer included ListView Rule with certain Filter criteria in Product Rule to extract Data Instances. When a listview filter is added to RAP, the instances returned by listview must be packaged by Rule-Admin-Product, but this was not happening if the listview filter did not have pyRuleSet in its fields. When a pyRuleSet is not included in listview, records returned by listview filter will be treated as invalid by export process in InstanceInfo class. To avoid unexpected behavior, .pyRuleSet will now be added to fields of listview filter if it doesn't exist.
SR-A90125 · Issue 258542
Index reference synchronizer upgraded to capture previously shipped rulesets during upgrade
Resolved in Pega Version 7.2.2
During upgrade, some sites were seeing an SQLIntegrityConstraintViolationException error. This was caused by the presence of rulesets (e.g. PegaUVU, PredictiveAnalytics-UI) that were once shipped but are no longer, but that have rules that are still shipped. To correct this problem, the index reference synchronizer has been upgraded to capture those previously shipped rulesets.
SR-A97991 · Issue 268664
Index reference synchronizer upgraded to capture previously shipped rulesets during upgrade
Resolved in Pega Version 7.2.2
During upgrade, some sites were seeing an SQLIntegrityConstraintViolationException error. This was caused by the presence of rulesets (e.g. PegaUVU, PredictiveAnalytics-UI) that were once shipped but are no longer, but that have rules that are still shipped. To correct this problem, the index reference synchronizer has been upgraded to capture those previously shipped rulesets.
SR-A23701 · Issue 257746
Archive/ Purge JVM dependence removed
Resolved in Pega Version 7.2.2
If the JVM was shut down in the middle of the purge and archive process, some SLA queue items remained in a 'now-processing state' and were not automatically picked up by the SLA agent for rescheduling when the JVM was brought up again. This has been fixed by redesigning the the Archive/ Purge flow to run in the background in queue batches so SLA queue items will be updated immediately with their next goal. With this approach, updates of SLA queue items will not depend on purge and archive process duration, and SLA queue items will always be in a scheduled state.
SR-A89765 · Issue 260524
Archive/ Purge JVM dependence removed
Resolved in Pega Version 7.2.2
If the JVM was shut down in the middle of the purge and archive process, some SLA queue items remained in a 'now-processing state' and were not automatically picked up by the SLA agent for rescheduling when the JVM was brought up again. This has been fixed by redesigning the the Archive/ Purge flow to run in the background in queue batches so SLA queue items will be updated immediately with their next goal. With this approach, updates of SLA queue items will not depend on purge and archive process duration, and SLA queue items will always be in a scheduled state.
SR-A91805 · Issue 259301
Archive/ Purge JVM dependence removed
Resolved in Pega Version 7.2.2
If the JVM was shut down in the middle of the purge and archive process, some SLA queue items remained in a 'now-processing state' and were not automatically picked up by the SLA agent for rescheduling when the JVM was brought up again. This has been fixed by redesigning the the Archive/ Purge flow to run in the background in queue batches so SLA queue items will be updated immediately with their next goal. With this approach, updates of SLA queue items will not depend on purge and archive process duration, and SLA queue items will always be in a scheduled state.
SR-A91805 · Issue 265722
Archive/ Purge JVM dependence removed
Resolved in Pega Version 7.2.2
If the JVM was shut down in the middle of the purge and archive process, some SLA queue items remained in a 'now-processing state' and were not automatically picked up by the SLA agent for rescheduling when the JVM was brought up again. This has been fixed by redesigning the the Archive/ Purge flow to run in the background in queue batches so SLA queue items will be updated immediately with their next goal. With this approach, updates of SLA queue items will not depend on purge and archive process duration, and SLA queue items will always be in a scheduled state.
SR-A97582 · Issue 270053
Resolved error in importing code jar with tracer on
Resolved in Pega Version 7.2.2
Importing a code jar with tracer on intermittently failed and showed a blank screen. This was caused by pxCheckCodeSet closing the archive even through import is in progress, and has been fixed by modifying the CheckCodeSet activity to mark the import progress as true so that passivation doesn't cause archive to be closed.
SR-B469 · Issue 273774
Improved performance for installing schema related raps
Resolved in Pega Version 7.2.2
Performance improvements have been made relating to installing schema related raps.