SFTP MGET Logging - Successful transmission

SFTP MGET Logging - Successful transmission in EBI 2.6

Below is a log of a successful log inbound SFTP transmission.

EXTOL MGET log in DEBUG Mode

[DEBUG] - Attempting to find Active Process: 6a158c5ea48f413e88becd9b4aad740d
[DEBUG] - Attempting to look up State Map : DefinitionId=9119b16f668a413ea98bb6fb1c9fcfff, StepId=d5556ab050ca413bb74f82a22c71e8dc, Status=20
[DEBUG] - State map found : DefinitionId=9119b16f668a413ea98bb6fb1c9fcfff, StepId=d5556ab050ca413bb74f82a22c71e8dc, Status=20
[DEBUG] - Attempting to locate pass state : DefinitionId=9119b16f668a413ea98bb6fb1c9fcfff, StepId=19cc36ad668c413eb8509c6689dacddf, Status=20
[DEBUG] - Mapping value 25754 to Argument "4" BPSID_var class(class java.lang.String)
[DEBUG] - Mapped shoppe; class - java.lang.String to shoppe; class - java.lang.String
[DEBUG] - Mapped Password1; class - java.lang.String to Password1; class - java.lang.String
[DEBUG] - Mapped asiftp.answers-sys.com; class - java.lang.String to asiftp.answers-sys.com; class - java.lang.String
[DEBUG] - Mapped 22; class - java.lang.String to 22; class - java.lang.String
[DEBUG] - Mapped /ftpasisnap4/shoppe/Inbound/; class - java.lang.String to /ftpasisnap4/shoppe/Inbound/; class - java.lang.String
[DEBUG] - Mapped D:\ebicustom\Outbound\AFS; class - java.lang.String to D:\ebicustom\Outbound\AFS; class - java.lang.String
[DEBUG] - Mapped Pricing_*.*; class - java.lang.String to Pricing_*.*; class - java.lang.String
[DEBUG] - Mapped false; class - java.lang.Boolean to false; class - java.lang.Boolean
[DEBUG] - Mapped 30; class - java.lang.String to 30; class - java.lang.String
[INFO] - Starting SFTPClient
[INFO ] - Establishing SFTP connection on:
[INFO ] - Host: sftp.remotesystem.com
[INFO ] - Port: 22
[INFO ] - SFTP connection established.
[INFO ] - Establishing SFTP channel...
[INFO ] - Establishing SFTP channel... Complete.
[DEBUG] - Retrieving list of file names from server...
[DEBUG] - Retrieving list of file names from server... Complete.
[DEBUG] - Starting transfer of file: //Pricing_20130426.psv
[DEBUG] - Transfer of file: /ftpasisnap4/shoppe/Inbound//Pricing_20130426.psv complete.
[DEBUG] - Creating archive file for: /ftpasisnap4/shoppe/Inbound/\Pricing_20130426.psv
[DEBUG] - Creating archive file for: /ftpasisnap4/shoppe/Inbound/\Pricing_20130426.psv complete.
[INFO] - Completed Task.


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.