Inbound EDIFACT CONTRL Collaboration Error

Inbound EDIFACT CONTRL Collaboration Error


Scenario:

EBI receives an inbound EDIFACT Functional Acknowledgement, known as a CONTRL Message.

Issue:

EBI throws an exception error when CONTRL message is received. Due to the the the CONTRL message not existing for this specific EDIFACT standard, and error occurs.

EXTOL error message:


EXTOL email message:


Interchange Control#: 1847
Collab Name: EXTOL - EDIFACT - Functional Acknowledgement - CONTRL
Error: (15) - Not supported in this position, - Message

EXTOL Server Log message:


Message ID: 268
Primary: Transaction set "CONTRL" for version "2 1 " not supported.
Secondary: Raw data record/byte position: 1/60 - 1/60. Raw data byte position: 60/0. Parsed data record position: 2

EXTOL Server Log message:


Message ID: 268
Primary: Transaction set "CONTRL" for version "2 1 " not supported.
Secondary: Raw data record/byte position: 1/60 - 1/60. Raw data byte position: 60/0. Parsed data record position: 2

Resolution:

Current EDIFACT version is not standard:

  • UNH+184700001+CONTRL:2:1:UN'





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.