Skip to main content

Resolved Issues

View the resolved issues for a specific Platform release.

Go to download resolved issues by patch release.

Browse release notes for a selected Pega Version.

NOTE: Enter just the Case ID number (SR or INC) in order to find the associated Support Request.

Please note: beginning with the Pega Platform 8.7.4 Patch, the Resolved Issues have moved to the Support Center.

SR-C92171 · Issue 446290

Updated unique ID hashing to account for extended class names

Resolved in Pega Version 8.1.5

Multiple history classes were pointing to one database table because the historical hash method only used the the first 32 characters of a class name to create a unique identifier. This created duplicates if the class extended past this limit. To correct this, the unique ID hashing has updated in SQLGenerator to account for long identifier names: if the supplied name is greater than 32 chars, the system will hash the entire name to create a unique identifier.

SR-C92863 · Issue 436152

Catch added to handle invalid locale exceptions related to localized rulesets

Resolved in Pega Version 8.1.5

If an InvalidLocaleException was encountered while parsing through the localized rulesets in the runtime ruleset list, the system was setting the step status to fail. Localized rulesets are identified as having an underscore followed by a 2 character locale code(s). Some rulesets have an underscore in them causing them to get validated, which ends up failing as the locale is invalid. To resolve this, a catch has been added that will back out the failed step status and recover gracefully if the exception is encountered.

SR-C92901 · Issue 436503

Check added to maintain date entry error state rather than default to current date

Resolved in Pega Version 8.1.5

When both Calendar and Text Input was enabled, typing special characters or an invalid date into the Date Time control generated an error on submit while the system silently overwrote the incorrect value with the current date. On refresh/save, no further error was thrown and the current date was submitted without warning. To resolve this, a check has been added that will not reformat if the date has error attribute.

SR-C93726 · Issue 435287

Work status icons work correctly when using localization

Resolved in Pega Version 8.1.5

The pyWorkAssignmentStatus control was not displaying the status flags/icons for localized work status values due to a match failure caused by the system using the localized text for the pyAssignmentStatus to perform a string comparison against the hard-coded English values. To correct this, the control pyWorkAssignmentStatus has been modified to run the comparisons with the new string "assignmentStatus" instead of with the localized text.

SR-C93802 · Issue 436138

Rounding added to avoid exception for ADM number too small to save to Oracle

Resolved in Pega Version 8.1.5

An exception was thrown when trying to save ADMSnapshot agent predictor bin data that was too small (below 1 x 10-130) for the Oracle Number column it was written into. This blocked up-to-date reporting on adaptive models. To resolve this issue, the code has been modified to round the double type numbers to an acceptable scale before writing to the database.

SR-C94042 · Issue 432440

Resolved JSON exception with refreshrow used for navigation

Resolved in Pega Version 8.1.5

After upgrade, a custom implementation of a grid that had a menu configured on right click of the row for the category/description in the uploaded case attachments was not working. This was traced to the RefreshRow(non-list) action generating quotes that made the JSON invalid for a navigation rule, and has been fixed by modifying pzProcessRefreshRowItem to remove quotes from navigation refreshrow action generation.

SR-C94047 · Issue 432969

Updated Static Progress Bar Control to resolve parse error

Resolved in Pega Version 8.1.5

When configured in a section with no parameters, the Static Progress Bar control was refreshing every second. After 5-10 seconds, a parse error appeared. This has been resolved by updating the value of bUseProcess to check for both string and boolean.

SR-C95187 · Issue 433825

IO exception logging enhanced

Resolved in Pega Version 8.1.5

In order to improve diagnosing problems such as DDS nodes not joining a cluster despite Cassandra nodes being run successfully, logging enhancements have been added that include details about IO exceptions.

SR-C95253 · Issue 435788

Custom datetime controls correctly appended to Excel export

Resolved in Pega Version 8.1.5

The timezone was not being appended to datetime when exporting to Excel if a custom control was used. This has been corrected.

SR-C95532 · Issue 435981

Improved handling for deleting dedicated index instances

Resolved in Pega Version 8.1.5

If the dedicated index instance was deleted from the ‘Custom search properties’ tab rather than from the dedicated tab of the search tab, then that instance was unexpectedly deleted from the instances of custom search properties and resulted in a blank row with the re-index button disabled and delete button enabled. This was a missed usecase related to handling the deletion of a dedicated index created from D-CP-S on a class whose immediate parent class is an abstract class or class that doesn't have a dedicated index, and has been resolved by setting the pySaveFromUI Flag when delete is invoked from the Data-CustomProperties-Search instance.

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

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us