Error in Expression - Error in saving Database Binding with Newly Created Variable

Error in Expression - Error in saving Database Binding with Newly Created Variable

Scenario:

in EXTOL Business Integrator 2.x we are able to set-up a variable in the Database Binding. The Name Argument Variable would be applied to the SQL Selection Criteria.

Issue:

When we apply the variable parameter and we CLICK 'Save', an error occurs; a dialog window appears.

EXTOL error message:


In the example below we are trying to perform Select on the F47046.EDOC field. We want to pass-in a specific EDOC that will be passed to us, from the Business Process Script.

EXTOL Business Integrator Database Binding Error; Error in expression

Resolution:

Due to how EBI 2.x is written, users need to click somewhere else in the window for the the variable set-up to occur. After clicking elsewhere, users will be able to save the set-up



By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.