IWS Release Notes - Version 1.0.4.24 (MT: 1.0.4.7)

Initially released to IWS Test on 201807040

sprint 4.4

Bug Fixes

 

Incorrect expression isn't shown as an issue in the Warning shape

In some cases, validation error was not shown when entering invalid MC expressions.

The code was updated to resolve this issue.

This issue was tracked as Item IWS-390

 

Streaming tasks not reflected in MC Console

For "stream cascading" types of workflows, streaming tasks were now displayed in MC Console and EJM Monitoring Tool when called from streaming-based subprocesses.

The issue was fixed by adding code to register the streaming steps properly for PRF-based workflows.

This issue was tracked as Item IWS-367

 

Enhancements

 

Raw Service - report load status in TSR

Originally, any Raw Service load would be reported as success even if there are errors.

Raw Service workflow has been modified to get detailed status of loaded records and display them in the Final Status area of EJM Monitoging Tool.

This issue was tracked as Item IWS-555

 

Specify expression for REMOVEFILE in GETREPLY channels

In the past REMOVEFILE parameter of the MSGEXCHANGE REPLY node could only be a constant - Yes or No.

To fix the problem we added REMOVEFILEXPR parameter to MSGECHANGE shapes.

It is now possible to construct complex conditions for REMOVEFILE property.

Regular REMOVEFILE property still exists, but would be ignored if REMOTEFILEEXPR is specified.

This issue was tracked as Item IWS-567

 

Raw Service - Make Raw Service exported package compatible with MCE import

Raw Service export was not compatible with MC Editor import functionality.

The following changes were done to resolve the issue

- Changed path to exported EJM and json feed files (added "tpe/dynamic/msgcenter" part to import and publish paths);

- Added logic to change all the file names to lower case;

This issue was tracked as Item IWS-577

 

Support for Entitlements

Eagle User Administration module will support IWS center role starting with version 2017 r2.6

IWS and MT have been changed to read the center roles from Eagle core API and apply the entitlement restrictions to their functionality.

For backward compatibility, if IWS Center Role is not supported in the environment, IWS and MT will work in full access mode.

This issue was tracked as Item IWS-580

 

Enhancement in publish performance  

In solutions with big number of translations, publish screen could take long time, up to 20 seconds.

The delay was caused by the code responsible for validation warnings.

After the code change, the performance of publish step significantly improved. It became 30-40% faster.

This issue was tracked as Item IWS-581

 

Ability to launch IWS and MT from core shell 

In cases when IWS and MT are regularly used, the need to open them in separate URL becomes a nuisance.

To resolve this usability issue, IWS and MT now can be launched from external application, such as Eagle Shell, and can reuse existing user session without need to re-login.

Support for special IWS and MT links in Eagle Shell with standard search capability is expected to be released in 2017 r2.6

This issue was tracked as Item IWS-480