IWS Release Notes - Version 1.0.6.17 (MT: 1.0.6.8)

Initially released to IWS Test on 2018-12-19, patched on 2018-12-27

sprint 6.4

Bug Fixes

 

Invalid workflow when SetParameter is a first step

Using SetParameter object as a first step would generate invalid workflow, which would not be possible to launch.
The code was updated to resolve this issue.

This issue was tracked as Item SDP-14277

 

Issue with Horizontal scrolling in the Activities tab.

Horizontal scrolling in Activities tab was only affecting the grid content, without the header.
The code was updated to resolve the issue.

This issue was tracked as Item SDP-14114

 

Incorrect correlation id processing in MC stream cascading solutions

When you run stream-based process by sending file to its incoming folder, you can get duplicate task runs due to incorrect Correlation ID parsing.
The code was updated to resolve this issue.

This issue was tracked as Item SDP-13973

 

Minor usability fixes for Dimensions tab.

Some minor usability improvements have beed ond to the Dimensions screen:
- Renamed "Commit status" tab to "Edits"
- added grey background for read-only columns and
- made sure the grid properly reflects data after "Discard Selected" command

This issue was tracked as Item SDP-13912

 

RAW Service (MT) - details of errors not displayed

In some situations "Dimension" tab in Monitoring Tool might not display all the errors occurred during the load.
The code responsible for parsing the list of errors has been updated to fix the issue

This issue was tracked as Item SDP-13895

 

Quote symbol in Generic Extract date parameters 

Single quote symbol was not allowed for keyboard input in date filters of Generic Extract parameters form.
The code was updated to resolve this issue.

This issue was tracked as Item SDP-9225

 

Enhancements

 

Improve performance of MT list request

A number of changes allowed us to significantly improve memory usage and response times of the "EJM Processes" requests
In our comparison tests we have seen 20% less memory usage and 7-9 times faster responses.
The following underlying changes have been done:
-- Stopped using Web Service request with stream invocation, to avoid overhead. Instead integrated all the necessary logic into in MT application
-- Retrieving information for "EJM Processes" is now done in 4 independent parallel requests.
-- SQL requests running via TPEsend
-- Changed internal memory structures for storing the tree to more effective ones.

This issue was tracked as Item SDP-14193

 

New run form for Raw Service

In order to simplify user experience, "Run" dialog has been redesigned.
We plan to start using it in all the applicable places eventually, but for now it has been implemented in the Raw Service only.
The features are:
- simpler view, hidden unrelated controls
- ability to preview RTR to be sent
- Dynamically enabled/disabled buttons and hint to add data file when required.

This issue was tracked as Item SDP-13910

 

Raw Service - deployment of DB scripts

DataBase installation scripts for Raw Service are now available in the following artifactory location:
/rd-release-local/IWS_RawService_DB/2018_12_12
There are two sub-folders - EDM and DBA. You can use either of them.
EDM represents installation package which should be launched from a Linux machine, similar to regular Eagle core database installer.
DBA folder contains a word document with embedded scripts. This approach may be suitable for DBA, who is more comfortable running the scripts directly in Oracle IDE.

This issue was tracked as Item SDP-8996