Reprocessing Inbound EDI Data

Reprocessing Inbound EDI Data

When reprocessing inbound EDI data make sure the EDI Endpoints are set-up correctly.


Check EXTOL EDI Endpoints


Depending on what EDI level you are re-processing EDI data, ensure you have the respective inbound EDI endpoints set-up correctly. If you re-process the data from the Interchange level, make sure the GCN and TSCN EDI endpoints are set to TRUE for Process duplicate values.
EDI data has three separete levels of data checking.

  • Interchange -- ICN
  • Group -- GCN
  • Message (Transaction) -- TSCN




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.