Ruleset: Force Transformation Error

Ruleset: Force Transformation Error


Scenario:

In out outbound EDI ruleset, in EXTOL Business Integrator, we set-up a rule condition to force a transformation error.

Issue:

We have conditioned EXTOL to force an error if a certain data value is not returned from a SQL look-up. Due to the data missing a transformation error has occurred.

EXTOL error message:




Screenshots from EBI Auditor
EXTOL Business Integrator Auditor Forced Transformation Error screenshot
EXTOL Business Integrator Auditor Forced Transformation Error in Ruleset Message screenshot



Resolution:

Review the ruleset and the SQL look-up occurring to satisfy the ruleset condition.



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.