IWS Release Notes - Version 1.0.1.276

Initially released to IWS Test on 20140827

Enhancements

Added Ability for Adhoc Bind Generation for XSLT DB Lookup
IWS has been enhanced to include the ability for adhoc bind generation for XSLT DB Lookup. This can be used in cases where the proper event for stored procedure does not exist. The event generation can be set in the 'Object Setting' window of DB Lookup shape by enabling the 'create event bind' checkbox.

In read-only mode, you can see this setting in the Properties window.

You can enter up to two procedure names for OCI and OLE DB drivers manually or by using the 'Select procedure' window. After clicking the OK button, the procedure will be downloaded via DB request and the input variables will be loaded into DB Lookup object. The Exported XSLT translator will now include code such as the example below:

<EVENT> <MSG_TYPE>MTQUERY</MSG_TYPE> <SUB_MSG_TYPE>QS_CODES_TRANSLATIONS</SUB_MSG_TYPE> <IMPL DRIVER="OCI"SQLTYPE="PROCEDURE">PACE_MASTERDBO.ESTAR_CODES.QS_CODES_TRANSLATIONS</IMPL> <IMPL DRIVER="OLEDB"SQLTYPE="PROCEDURE">PACE_MASTER.DBO.QS_CODES_TRANSLATIONS</IMPL> <PARAMETERS>

This issue was tracked as Item #122100.

Software Fixes

Issue Opening Panel in the Destination Tab of Data Source
You were unable to open an Eagle panel in the destination tab in the Data Source form. The panel would not load because the file path to the panel was incorrect. The code was updated to resolve this issue.
This issue was tracked as Item #122096.


Expired Security Certificate
The Eagle Security Certificate originally expired on 8/15/2014. If you tried to open IWS in an environment that had the expired certificate, you were not able to log in. The code was updated to resolve this issue and the Eagle Security certificate has been updated.
This issue was tracked as Item #122098.