IWS Release Notes - Version 1.0.1.800

Initially released to IWS Test on 20170517

Enhancements

Show SQL Feature in XPanels

In XPanels, a new option "Preview SQL for Extension" has been added. When you click on this button, you will see the SQL necessary to generate the new extension table.

Note: It does not actually generate the table. You will need to copy and paste this SQL into a file for your DBA team.
This issue was tracked as Item #138933. 

Software Fixes

Issue with Exec DB Request When Package Property Not Selected

If you used the Exec DB Request object without the package property selected, incorrect SQL was generated. The code was updated and the Exec DB Request handling and stability was improved.
This issue was tracked as Item #152783.
 
Incorrect Destination Condition Handling With Streaming Translator

There was incorrect destination condition handling while working from the streaming translator. The code was updated to resolve this issue.
This issue was tracked as Item #152784.
 
Issue with Parsing Data with Unsupported Characters

IWS could not process the '&' character in tag value input message. The code was updated to include the ability to parse data with unsupported characters such as '&' while defining translation
This issue was tracked as Item #152847.