Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Latest build: 2020.06.30.2

...

SDP-39201 MC2 Service Installer Fails To Install Services On All Nodes

As of version 2020.06.30.2

Corrected Issues With MC2 Services Installer On Environments With Multiple Nodes

MC2 Services Installer was failing to install the services on all nodes on environments with several nodes. To correct this issue the following changes were implemented:
The extraction of MC2 Services Installer was changed so that it occurs only once.
The MC2 Service Installer logs will be written in separate files for each of the nodes in the environment
The extraction of installation files from the installer was changed to update the timestamp of the files to current time,
to prevent the purge processes from removing the installation files before the installer completed the installation.

...

New version of Pace ReportService client

...

Updated EDS delta cache to allow additional filters to be defined for delta cache updates. This is intended primarily for time series objects, for example to use effective date in addition to update date. See EDS Delta Cache Update

...

SDP-37057 Trim spaces for columnAliases

...

We made a change for the EDS query generation in terms of NUMBER data base field. Additional logic was added for such fields, in order to make some formatting on the query step instead of validate and convert each number on transformation step. The only noticeable change is that decimal numbers where float piece is equal 0, will look in output like this:

  • 255 instead on 255.0

  • 0 instead of 0.0for all other numbers there should be no changes.

How query looks before and after changes on REC_COUPON field: Before: MASTERTABLE.REC_COUPON REC_COUPON,
*After: * CASE WHEN MASTERTABLE.REC_COUPON IS NULL THEN NULL WHEN MASTERTABLE.REC_COUPON = 0 THEN '0' WHEN MASTERTABLE.REC_COUPON < 1 AND MASTERTABLE.REC_COUPON > -1 THEN TO_CHAR(MASTERTABLE.REC_COUPON, 'FM0.099999999999') ELSE TO_CHAR(MASTERTABLE.REC_COUPON) END REC_COUPON,

...

Created new package to enable installing all rules without installing AllServices from panel.
(mc2rules-.zip and mc2rules-wo.zip (without overlays) packages)

...

OLAP REST API supports multiple output formats as JSON, CSV and TSV. Along with that JSON2 was added and supported now. Any OLAP report will support with all 4 output formats like JSON, JSON2, CSV and TSV (JSON2 being an additional format in JSON produced by OLAP reports).