Versions Compared

Key

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

...

MC2 team had changed the location for swagger API files.
But IWS was still using incorrect paths in export/publish process.
This problem was fixed by changing the default paths for swagger API files inside IWS.

This issue was tracked as Item IWSItem IWS-598

Lookup output parameters in Result Output Translation

When you mapped lookup output parameters in Result Output Translation subworksheet, dot symbol before tag number was not replaced with underscore in output rule file.
The code was updated to resolve this issue.

This issue was tracked as Item IWSItem IWS-536

Refresh EagleML Model button removes Native code at the end of Destination shapes

If the XSLT and Streaming translators have "NativeCode" in a last row of the EagleML grid then after refreshing EagleML grid all "NativeCode" would disappear.
The code was updated to resolve this issue.

This issue was tracked as Item IWSItem IWS-306

Enhancements

Raw Service - do not automatically generate new schema name

Raw Service shouldn't generate structure name automatically.
Sometimes Raw Service generates new schema name even if we didn't change the structure.
Due this issue, previously loaded data would become unavailable
In order to resolve this problem we removed the logic to generate new schema name at publish selected feed and added new ability to change the schema name manually in "Dimensions" tab.

This issue was tracked as Item IWSItem IWS-674

Raw Service (MT) - display errors

...

Previously, monitoring tool had no ability of executing streams via new "EagleMLWebService30" web service, all of the processing was working via the "EagleMLWebService20" web service.
To resolve this issue we added new option "Execute Workflow (MC2)" It can be found in the RunWithOverrides dialog.
This option allows you to execute the workflow by MC2 webservice by sending the request to eagle_ml-2-0_default_cm_wrkfl_listener stream.

This issue was tracked as Item IWSItem IWS-593