...
Streaming mode for unsupported extracts would generate invalid workflow
Extra check has been added to verify if selected feed type is supported in the streaming mode.
Error message is displayed if the validation fails
This issue was tracked as Item IWSItem IWS-292.
IWS -- unnecessary warning when closing unchanged solution
Every time when solution is closed, the studio would prompt you to save changes, even if no changes were done.
The issue was fixed by ignoring the parts of workflow definition which would always change, like update date.
This issue was tracked as Item IWSItem IWS-56
Parse Info From Header/Footer lines for streaming tasks
Parse Info From Header Lines and Parse Info From Footer Lines options are now hidden for Delimited and STAR format forms when using Streaming mode as they are not implemented there.
This issue was tracked as Item IWSItem IWS-296.
IWS cache stream deletes extra files
If multiple requests sent simultaneously to IWS cache stream, one request could clean up data from another one
IWS will synchronize execution of the background cache requests for temporary resolving this issue.
To resolve this issue, IWS cache stream was modified to properly handle multiple requests, by synchronizing the requests.
This issue was tracked as Item IWSItem IWS-303.
EBS button inside IWS Ribbon causes application error.
Resolved issues with EBS Application.
This issue was tracked as Item IWSItem IWS-313.
Enhancements
Integrate monitoring tool into Automation Center
Monitoring Tool components have been separated and re-organized into reusable units within Monitoring Controls DLL.
It is possible to use selected MT components inside other projects.
Automation Center is to start using these components in its Monitoring section for EJM tasks.
This issue was tracked as Item IWSItem IWS-266
XML Bind format for Task Extractor
XML Bind destination format was added to the Task Extractor workflow activity.
This feature allows you to execute DB request using selected XMLDBAPI event bind.
This issue was tracked as Item IWSItem IWS-238
Existing tasks filtering
'Search' field value now can be used to filter Existing Tasks list in Solution Explorer.
This issue was tracked as Item IWSItem IWS-302
Result File Pattern
Result File Pattern property is now implemented for Python translators.
Also inFileName and inKeyFileName parameters can be set in CustomCMParams form.
This issue was tracked as Item IWSItem IWS-298
Raw Service: Add ability to get parameters from file name
Changed the profile structure for file name parameters.
It is now possible to specify the separator character, which would parse incoming file name into separate parameters.
This issue was tracked as Item IWSItem IWS-308
Auto-Restart On End flag not working
Auto-Restart On End property was not working for Schedule Begin objects once it is returned to unchecked state.
The code was updated to resolve this issue.
This issue was tracked as Item IWSItem IWS-289