Don't force an error in Application Analysis Ruleset BPS

Don't force an error in Application Analysis Ruleset BPS

If you are running outbound EBI data sets via an EXTOL Application Analysis Ruleset Business Process Script (Launcher), do no force an error on the transformation task. This will cause the whole batch to error.

In the Failure column, just choose NEXT.


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.