SeanHoppe.com > CLEO Tips > Cleo EDI Integrator > EXTOL EDI Integrator (EEI) - Copy data from one environment (EXTSYSF) to another

EXTOL EDI Integrator (EEI) - Copy data from one environment (EXTSYSF) to another

3rd January 2014

There are a couple different ways to copy data from on EXTOL EDI Integrator Environment (EXTSYSF) to another environment.

One such method is to use the following 2 commands:

Step ONE:

EXPNWRDTA CNNLOGNBR(0123456) FILE(QTEMP/R0123456) RCDLEN(1024) MBROPT(*REPLACE) CRTFILE(*YES)

  • When typing in the connection log number (CNNLOGNBR) make sure the value is 7 digits. In most cases we need to place a leading zero in front of the 6 digits.

Step TWO:

Change library list (LIBL) to ensure the correct files library (EXTSYSF) is present in interactive library list.

Step THREE:

CRTCNNIMP FILE(QTEMP/R0123456) FORMAT(*UNWRAP) NETID(TYPEOFDATA)

  • PARM: NETID is optional and gives users visibility at the connection level to the type of data that is present in the connection. (See below)

EXTOL EDI Integrator CRTCNNIMP PARM: NETID screenshot



Copyright 2013 @ www.seanhoppe.com


By: on
load('http://www.seanhoppe.com/EXTOL-Blog-Feed2/'); $feed2 = array(); foreach ($rss2->getElementsByTagName('item') as $node2) { $item2 = array ( 'title' => $node2->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node2->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node2->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node2->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed2, $item2); } $limit2 = 5; $rss3 = new DOMDocument(); $rss3->load('http://www.ebithree.com/EBIThree-RSS/'); $feed3 = array(); foreach ($rss3->getElementsByTagName('item') as $node3) { $item3 = array ( 'title' => $node3->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node3->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed3, $item3); } $limit3 = 5; $rss4 = new DOMDocument(); //$rss4->load('http://www.ebithree.com/EBIThree-RSS/'); $rss4->load('http://www.ebiworld.com/EBI-Feed/'); $feed4 = array(); foreach ($rss4->getElementsByTagName('item') as $node4) { $item4 = array ( 'title' => $node4->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node4->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed4, $item4); } $limit4 = 5; echo ' '; ?>