IWS Release Notes - Version 1.0.1.407

Initially released to IWS Test on 20150610

Software Fixes

Removed XML to EagleML Option for Task Translator Object Only

In the Task Translator object, if you select XML as your source, Delimited is now the only available format option for the Destination. The EagleML format option was removed. The Task Translator object uses Message Center translations and Message Center does not support XML to XML translations. Please note that the overall ability to translate from XML to XML still remains. You should use the XSLT Translator object for this though, not the Task Translator object.
This issue was tracked as Item #130809.


Added Cancel Option to EagleML Refresh

When you refreshed EagleML in an existing workflow, if any data would be lost as a result of the refresh, a warning appeared with the details. This was for informational purposes only though and you were not able to cancel the refresh. The code was updated to include a cancel option so that you have the ability to cancel instead of proceeding with the refresh.
This issue was tracked as Item #130810.


Issue with File Masks in Run EJM Process

If filenames did not match the exact case used in the defined file mask, they would only show under the Other File section in the Data Files tab of Run EJM Process. The logic for matching file masks with file names in Run EJM Processes window was improved. It no longer matters whether the file mask is in upper case or lower case. In addition, file names now are independent from case sensitivity as well.
This issue was tracked as Item #130834.


Issue with Empty Width or Height of Navigation Window

If you entered a blank value in either the Width or Height of the Navigation Window, IWS could close unexpectedly. The code was updated to resolve this issue.
This issue was tracked as Item #130964. 


Ability to Show Message Details 

IWS was enhanced so that when you use the Run option from the toolbar, you are now able to see Message Details for a desired task step in workflow. To do this, right click on the task step record and select Show Messages. The Message Details screen will appear in separate tab.
This issue was tracked as Item #130992.