IWS Release Notes - Version 1.0.1.974

Initially released to IWS Test on 20180101

sprint 2.3

Bug Fixes

Stream parameter for task_loader is empty after you change the EagleML destination

It is possible to edit simple transfrom and generic load templated solution by changing destination EagleML type, but in this case task loader still uses initial stream for loading.
Only for solutions with simple transfrom and generic load IWS now can resolve new transform output type and change task loader default stream.
It means IWS will automatically change generic loader to selected transfrom EagleML output type.

This issue was tracked as Item IWS-236.

 

Not possible to uncheck the “Allow extra files per load sub-processes”

If you uncheck 'Allow extra files per load sub-processes' property of scheduled Begin object, its value would not be saved and used in export.
The code was updated to resolve this issue.

This issue was tracked as Item IWS-251

 

Crash when creating PC Price Transform-Load workflow

When you create a solution via Transform and Generic Load solution template, you may get an exception message.
The code was updated to resolve this issue.

This issue was tracked as Item IWS-281.

 

Unable to cancel creation of deprecated transform

"Non-streaming transformation is deprecated" warning message is now changed to a dialog that has 'Cancel' option.
Also this message is now hidden for tasks that don't support 'Streaming' type.

This issue was tracked as Item IWS-285.

 

Creation of new task translator from 'existing' list creates empty shape

The issue was fixed by adding necessary initialization logic.

This issue was tracked as Item IWS-286.

 

Streaming with prf generates invalid workflow

If you use streaming Task Translator as a first step of workflow with MC stream cascading export type, data file name will be incorrectly processed in generated preprocessing and transformation rules.
The code was updated to resolve this issue.

This issue was tracked as Item IWS-287.

Enhancements

 

MT - Location Info for tracking execution path

Message Center Console displays location info.
For most lines in status tab it is possible to see where that line is originated from - the name of the rule or include file and line number in it.
The feature has now been added to Monitoring Tool as well.
The location info is displayed in the bottom of the Message Details screen.

This issue was tracked as Item IWS-243

 

MT-Insert lastDateTime before first delta run

It is sometimes necessary to set a lastdatetime before the first delta is run in order to continue from the last run of the old system.
Added new "Insert LastDateTime" toolbar button on the Maintenance tab.
By using this new option you can inserting LastDateTime, for default case or by using specific DeltaBased UID.

This issue was tracked as Item IWS-246

 

Session management via EagleSessionID - SSO, and new login form

Currently IWS supports EagleSessionID token for managing secure connections only in servers with BASIC authorization type.
Eagle.Core library were integrated to the IWS project.
IWS for now supports all types of authorizations across all servers - PING SSO, SiteMinder SSO, NTLM Kerberos.
Also new legacy code for managing SSO connections were changed for using default WebBrowser control.

This issue was tracked as Item IWS-279