Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.Note:

Info

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:

Code Block
<EVENT> 
<MSG_TYPE>MTQUERY</MSG_TYPE><SUBTYPE>
<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>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.

...