IWS Release Notes - Version 1.0.5.24 (MT: 1.0.5.10)

Initially released to IWS Test on 2018-10-03

sprint 5.4

Bug Fixes

 

Change location for swagger files

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 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 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 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 IWS-674

 

Raw Service (MT) - display errors


In the past "Dimensions" tab inside MT had no ability to view the errors text for failed records.
The following enhancements have been added:
- Cells which failed to properly load are shown in red.
- All the the errors with descriptions are displayed at the bottom of the grid
- Locate link at the end of each error message allows you to locate the corresponding cell in he grid

This issue was tracked as Item IWS-672

 

Add WS timeout parameter

Due to different client server configuration, it is possible that Directory Poll Interval for Message Streams is set to 60 seconds.
Since IWS uses web service call in the authentication step, the login request can time out because of the "up to 60 seconds" delay in the corresponding stream.
To avoid this issue, we defaulted the timeout in IWS to 2 minutes and made the IWS timeout configurable.
The value can be changed in the "Settings" tab of the login screen.

This issue was tracked as Item IWS-668

 

EJM Monitor - Need to support MC2 Mode when creating EJM Profiles

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 IWS-593