INC-182381 · Issue 664454
Updated dedicated index reindexing check
Resolved in Pega Version 8.5.6
Attempts to reindex were not successful after a dedicated index failed with the error "Not enough active shards for index work to meet write consistency of quorum". This has been resolved by updating the system to validate the cluster state for the dedicated index name instead of the work index name when performing a dedicated index Reindex.
INC-183553 · Issue 666394
Report Scheduler Email Notification column consistently populated
Resolved in Pega Version 8.5.6
The Email Notification column in the Report Scheduler was not being populated. Analysis showed that some standard rules were being skipped for some list view reports; this has been resolved by including the pzReportBrowserScripts js file under the scripts of the pyReportBrowser harness so that it will reload the pzReportBrowserInner while unloading the model popup.
INC-184303 · Issue 670402
Runshortcut updated to allow direct invocation for reporting
Resolved in Pega Version 8.5.6
After update, reports were not running as expected. This was traced to the checkbox for 'Allow direct invocation from the client or a service' not being checked in the final rule, preventing reports from working if they were called using the activity pxRunshortcut. This has been resolved by resetting the checkbox to checked.
INC-185565 · Issue 667507
Helper text added to improve close icon accessibility
Resolved in Pega Version 8.5.6
After opening a report, the "X" close icon was not read by JAWS and was not functional when JAWS was running. Investigation showed that the ReportEditorHeader section did not have Helper Text for the Close icon; this has been added to improve accessibility.
INC-185727 · Issue 668209
Updated replica management for search clusters
Resolved in Pega Version 8.5.6
When using a cluster with two Universal nodes in the cluster, a daily restart process where the second node was not started until the first was fully up resulted in Search initialization failing for the first node while becoming active on the second node. This was traced to the methods used in increasing and decreasing replicas. This has been resolved by revising the handling of ElasticSearch node lifecycle and replicas through a new option "Dindex.searchNodeCount " which includes a specification for the number of expected search nodes. If this option is not present, the old method will be used.
INC-186138 · Issue 668809
Charts sourced from Report Definition show correct color post-update
Resolved in Pega Version 8.5.6
After update, the color coding was not working on charts sourced from a report definition. This was due to the correct seriesType not being determined when function aliases were used in charts, and has been resolved by adding a condition in configuration.java to determine correct the SeriesType.
INC-189136 · Issue 679515
Dataflow with report definition source repaired
Resolved in Pega Version 8.5.6
After update, data flows using a report definition dataset as source were throwing a null pointer exception. This was traced to previous work done around retry handling for Oracle queries where there were issues identifying the correct column types; that previous work has been reverted to resolve this null pointer exception, and further work will be done to refine the solution to the Oracle CLOB DatabaseException.
INC-190876 · Issue 680190
Handling added for corrupted direct index
Resolved in Pega Version 8.5.6
A corrupted dedicated index was causing a null pointer error. Handling for this has been added by way of an additional condition check for an improper direct index with no fields in the metainfoindex document, along with a filter to check if the category is null.
INC-192769 · Issue 683000
Removed incorrect role from accessible filter logic
Resolved in Pega Version 8.5.6
When using JAWS, tabbing out from Close(X) and setting focus on the "filter by" section resulted in JAWS reading out "use arrows to move". This was not an available action, and has been resolved by removing role="listitem" from the RRFilters_logic.
INC-192879 · Issue 677822
Parameter added to allow skipping specific attachments during indexing
Resolved in Pega Version 8.5.6
An enhancement has been added which introduces the ability to control which attachments are indexed and which are skipped when attachment indexing is enabled. This is handled through the additional parameter called "purpose" which has the value "indexer", and it is included in the request to "D_pxGetFile" during incremental and batch indexing of attachments.