EBIworld.com > EBI/Clarify Tips > EXTOL Business Integrator - How to Set-up SFTP Retry

EXTOL Business Integrator - How to Set-up SFTP Retry

TAGS: EXTOL Business Integrator / EXTOL Business Process Script / EXTOL SFTP /


Out of the box, EXTOL does not have the retry capabilities. In our example below we will set-up the following:

  • SFTP MGET Adapter - If SFTP Session is successful, we GOTO ‘pass1’ label.
  • Sleep - 20 seconds
  • Add - Add 1 to decimal variable
  • Compare Values - We will attempt to send 5 times. If after the 5th time fails, we GOTO 'FAILURE’ label.

EXTOL Business Integrator (EBI) Business Process Script screenshot


For more information on EXTOL Business Integrator How to’s and Tips


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.