Target Delimiter not Defined Error

Target Delimiter not Defined Error


Scenario:

EXTOL Business Integrator user just created an inbound SAP EDI->iDoc ruleset. When it comes time to test the user calls the Inbound Collaboration Business Process Script. During transation the user gets the error:

  • The target delimiter was either not set or could not be found.

Issue:

The ruleset properties were set-up for Multiple Format Delimited Flat File.

EXTOL error message:


EXTOL Business Integrator Target Delimiter Not Found error screenshot



Resolution:

To correct this issue, the user needs to update the ruleset and change the Target Connector to: Multiple Format Fixed Length Flat File


For more information on a setting up properties in an EXTOL Flat File Ruleset.

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.