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-B79139 · Issue 337182

Listener restart logic improved

Resolved in Pega Version 7.4

File listener was not processing the subsequent file after encountering an incorrect file. Processing resumed after re-starting the listener, but the error message resulting from the incorrect file was then added to the next successfully completed file. This has been fixed by reordering the reset logic to complete before resuming the parsing.

SR-B80397 · Issue 338678

Fixed hash map size for secure SOAP connectors

Resolved in Pega Version 7.4

A memory leak for secure SOAP connectors was traced to multiple objects with the same key being added in the hashMap during SSL processing. This was due to the PegaSecureSocketFactory class missing equals and override checks, and these have been added.

SR-B81394 · Issue 335095

Fixed hash map size for secure SOAP connectors

Resolved in Pega Version 7.4

A memory leak for secure SOAP connectors was traced to multiple objects with the same key being added in the hashMap during SSL processing. This was due to the PegaSecureSocketFactory class missing equals and override checks, and these have been added.

SR-B83049 · Issue 337923

Expose API works in multitenant environment

Resolved in Pega Version 7.4

Invoking the OOB Service-REST "Expose" from Pega API threw a bad class definition error when run in a multi-tenant environment. This was due to the expose operation in a multi-thread environment running in shared context instead of tenant context, and an enhancement has been added to run it in tenant context instead of shared to solve this issue.

SR-B85654 · Issue 337379

Response timeout fixed in REST

Resolved in Pega Version 7.4

The "Response Timeout" option in REST connectors was controlling only the SO_TIMEOUT attribute, which defines a socket timeout, and did not set the CONNECTION_TIMEOUT. This caused REST connectors with this setting set to not time out as expected, and was due to the HttpClient connection time out setting being missing in the client initialization. To fix this, the connection timeout has been added and will be the same as the socket timeout in HttpClient.

SR-B85973 · Issue 338040

Cleaned up unneeded Connect-REST logging

Resolved in Pega Version 7.4

Each Connect-REST execution was writing a log entry in the Pega rules log file. Though there was no functional impact, these error messages were misleading and were filling the log. To resolve this, the PRServiceUtils has been modified to use startRecursiveTiming().

SR-B86561 · Issue 342186

Local List Property created by Create SOAP Integration Wizard

Resolved in Pega Version 7.4

The Create SOAP Integration wizard was not creating the local list in a property after the WSDL import. This has been fixed.

SR-B86735 · Issue 339582

Connector rule persists after Revalidate and Save

Resolved in Pega Version 7.4

A Sub-strategy was not propagating results to the calling Strategy due to a connector rule disappearing after Revalidate and Save. This appears to have been an issue with the ID (pyMOId) of the connectors being overwritten incorrectly in the process of revalidate and save, since in that process the IDs of the connectors are regenerated. To correct this, the ID has been made unique by using the form: type + "from" + fromShapeId + "to" + toShapeId + "_" + timestamp.

SR-B88388 · Issue 340601

Resolved tracer exception on REST

Resolved in Pega Version 7.4

An exception was generated when running the tracer on the out-of-the-box Pega API data REST Service stating "The page or property dataPage.pxObjClass is unmodifiable.". This was traced to the method used to change the page class, and the code has been modified to use the alternate clipboard API to resolve this issue.

SR-B90299 · Issue 339920

Logic added to handle empty operator value in FCM stepup

Resolved in Pega Version 7.4

As part of FCM step up, trying to 'Retrieve information' from the stub case in the master instance did not return any result. This was traced to the operator parameter value not being mapped and therefore passed as blank to the service activity pxDiscoverCaseTypes, which resulted in the activity being skipped. Logic has now been added to handle cases where the mapped value is not available.

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