IWS Release Notes - sprint 3.6 (IWS: 1.0.3.64)

Initially released to IWS Test on 20180503

sprint 3.6

Bug Fixes

 

MT - error viewing message details if log level "errors only"

If log level property for the message stream was set to errors only, Monitoring Tool couldn't properly display log details and raised exception.
The code for log parser was changed to handle any log level

This issue was tracked as Item IWS-449.

 

Raw Service - miscellaneous fixes

-Added popup message with an ability to save selected feed before closing tab\window.
-Added "Properties" window in "Translate" tab.
-Added popup warning message if structure was changed before "publish" process (only if Raw Serviced generated a new structure name).
-Added new option to compare worked and changed structures (added "Key Field" column into comparison logic).
-Added warning popup message if a dimension name was not set before "publish" process.

This issue was tracked as Item IWS-440

 

Multiple re-login dialogs

Multiple religion dialogs would be shown user session is expired
Changes were made in Request Manager to support request cancellation and resubmit.
New code ensures that re-login dialog is only shown once, and last submitted request is resent if necessary

This issue was tracked as Item IWS-438

 

Issue with cash activity extension.

When creating extension for Cash Activity interface, IWS would generate incomplete definition files.
some elements were missing in warehouseCashActivity.xsl and warehouse_extension.xsl.
The code was changed to ensure all the necessary configuration is written into the definition files.

This issue was tracked as Item IWS-436

 

Enhancements

 

Incorporate EBS support into IWS

While EBS and IWS applications have the same code-base, there are still a lot of differences since they have been developed in parallel for long time.
Under this defect, shared projects for EBS and IWS have been merged.
The changes did not affect GUI in any way, but they build the ground for important future enhancements,
for example, IWS now has access to all the new controls from EBS namespace, such as new fast Drawing Canvas.

This issue was tracked as Item IWS-428

 

Hide Raw Service GUI if back-end is not supported

From IWS it is possible to login to environments, which do not support Raw Service functionality in the back end.
To prevent any confusion and unnecesasry errors, we added code to verify whether the database has structures required to support Raw Service Loads.
If it does not, the Raw Service components will not be available in GUI.

This issue was tracked as Item IWS-423

 

EagleML elements instead of DB column names

Source data objects in custom extract transformation translators now show EagleML element names and descriptions instead of DB column names.
The feature is available for EagleML objects that have updated meta info defined in recent EagleML package.

This issue was tracked as Item IWS-409

 

CustomCMParams for unpacker shape

Task Unpacker workflow activity was missing CustomCMParams property available, same way as in other workflow tasks.

This issue was tracked as Item IWS-402

 

Set Parameters object

New Set Parameter workflow activity was added to the EJM workflows.
The feature allows to set one or more global parameters using Parameters grid in Properties form.

This issue was tracked as Item IWS-80