Posts

Showing posts with the label Ariba

Replacing Ariba DTT Integration Toolkit - Part 1

Recently, I got an opportunity to work on SFTP to HTTP interface. To be specific I was working on replacing the existing Ariba Data Transfer Tool (Ariba DTT) which transfers spend reporting files from different source systems, as Ariba had sent the notification that Ariba DTT will no longer be supported by Ariba and the customers using the Ariba DTT shall either migrate to the CIG or get their custom solution in place.  HTTP can be very useful in uploading large files from a server. The content-type = multipart/form-data can be used to upload binary data in the form. Files like csv, zip, image, etc. can be uploaded using the form-data.  The Ariba Data Transfer tool (Ariba DTT) has three components. Once you download the Ariba data transfer tool from Ariba, you will find these three components, once you unzip the zar. Options File data-download data-upload spend-visibility Wrapper Script aribafiletransfer uploadutils downloadutils toolslib encryptstring CoreCode You will have ...