Initially released to IWS Test on 20180904 (patched)
sprint 5.2
Bug Fixes
Raw Service - Unchecked fields being imported
It is expected that unchecked fields will be excluded from the load, but apparently the value in "selected" column is being ignored. All the fields are loaded, regardless.
The code was modified to fix the issue.
This issue was tracked as Item IWS-607
MT - exception while using File Statistic tab
Sometimes you could receive exception while working with File Statistic tab.
It would happen if you call Context Menu for FileStatisticGrid while grid refresh in progress.
The issue has been resolved by adjusting the refresh functionality.
This issue was tracked as Item IWS-648
Enhancements
Raw Service - support for failure resubmission
Recently, Dimensions tab was added to Monitoring Tool.
It allowed you to view uploaded Raw Service data.
As part of this enhancement, we added abitliy to modify the previously loaded data and reprocess it as new batch.
Data for reprocessing is collected in a separete grid, where you can add and remove the cells to be reprocessed.
Statuses of the reprocessed data are displayed in Errors tab. where you can see error messages and locate corresponding cells in the original tab.
Dimensions tab also has the following features:
-Dynamic filter list consisting of key fields for the current batch
-Paging control for showing tables with more than 1000 records
This issue was tracked as Item IWS-614
Unbounded elements in Python translators
Earlier unbounded EagleML elements support was added to the regular and streaming IWS translator.
This feature now became available for Python translators as well and can be found in context menu of Destination object for elements that allow multiple occurrences
This issue was tracked as Item IWS-553
Python expression validation fix
After recent changes, Python translators can handle source fields that contain dot symbols, but validation error still was shown in IWS UI. The code was updated to resolve this issue
This issue was tracked as Item IWS-582
June 2018 EagleML Release object support
Following EagleML models support was added to the EagleML format forms, XPanels, Generic Extract and Transform source form: IssueFxRateDemand, PricingSystemSetting, PaceSystem (Reference group), Entitlement (User group).
This issue was tracked as Item IWS-569
Output file name customization in Python translators
Destination objects in Python translators now have ResultFileName parameter row. This feature allows you to set custom part of result file name instead of default generic load pattern.
This issue was tracked as Item IWS-579
Raw Service - delete feed
"Delete feed" action in Raw Service would only delete workflow files from disk, but would leave corresponding structure definition and data in the database.
This makes it impossible to reuse same structure name later.
In order to resolve this issue, additional stored procedure call was added to the end of "Delete feed" action. The procedure renames the structure by appending "OLD" and the date stamp
This issue was tracked as Item IWS-646
Add Comment