Unable to obtain url for storage location

Inbound EDI De-envelope error, FileNotFoundException error. Unable to construct input stream


Scenario:

We are trying to transform EDI into a database table. Before the transformation can occur, EBI attempts to de-envelope the data.

Issue:

During the course of de-enveloping EXTOL incurs an error which references FileNotFoundException error. Unable to construct input stream

EXTOL error message 1:


Starting Transform
Starting Transformation Engine
Executing "EXTOL - EDI De-Enveloper / 2.1"
[ERROR] - Transformation ended in error, please refer to the information on the Translation Messages Tab.
Ending Transformation Engine
Completed Task.

EXTOL error message 2:


EXTOL Business Integrator 2 FileNotFoundException error. Unable to construct input stream


Resolution:

To resolve this issue we had to do the following:

  • Identify Function Acknowldgement Object for inbound document
  • Unattach 5010 validating schema and attach 4060 validating schema



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.