Parsing Delimiter Not Supplied to Connector -- Outbound EDI Collaboration


Scenario:

User is attempting to run an Outbound Launcher Business Process Script (AARS) to create an outbound EDI document. When reviewing status of process in the EXTOL Auditor Log, user sees:
Parsing Delimiter not supplied to Connector.

Issue:

In the Outbound EDI Collaboration, there is a Source Endpoint but a Target Endpoint is not present.

EXTOL error message:


EXTOL Business Integrator Parsing Delimiter not supplied to Connector screenshot



Resolution:

To correct this issue, open up the EXTOL Outbound EDI Collaboration. Once opened select an outbound EDI Target Endpoint.



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.