Platform 7.0.0.20 resolved issues

Total: 2 issues

----------------

PLAT-9491

In this release, data replication support was added for additional WFM tables for Birst analytics.

Note: For upgrading customers who are already using data replication, the object schemas and the data flow must be re-imported using ION Desk.

When importing the updated WFM data flow, an additional prompt will be displayed indicating the import contains duplicate items, with options to skip the existing document flow items or rename the duplicate items. The Rename duplication option should be selected. After importing, a dialog will be displayed:

Renamed 'WFM_Datalake_Flow' to 'WFM_Datalake_Flow_1'

Note that 1 may be a higher number if a data flow with the name WFM_Datalake_Flow_1 already exists.

WFM_Datalake_Flow_1 is the newly imported data flow. WFM_Datalake_Flow is the previous data flow. Ensure that WFM_Datalake_Flow is inactive and WFM_Datalake_Flow_1 is active. You can delete WFM_Datalake_Flow.

See these topics in the Infor Workforce Management Configuration Guide for Infor Operating Service – Cloud Edition:

  • Importing all WFM object schemas
  • Importing and configuring the Data Lake flow
  • Tables supporting data replication

----------------

PLAT-9881

IMS Publish Retry Task Thread Not Closed, causing out of memory

ImsPublishRetryTask call creates new threads and threads are not garbage collected unless the executor is explicitly shutdown based on documentation. This is not done, therefore repeated call on the retry task causes out of memory.

Outcome

Fixed by adding code to close the threads.

----------------