WhiteWave's Integrated Managed File Transfer (MFT)

Size: px
Start display at page:

Download "WhiteWave's Integrated Managed File Transfer (MFT)"

Transcription

1 WhiteWave's Integrated Managed File Transfer (MFT) Spotlight on webmethods ActiveTransfer Scott Jaynes ecommerce Architect, WhiteWave Foods Ramesh Venkat Director, Product Management, Software AG 10/17/12

2 October 24, Agenda WhiteWave Foods Introduction File transfer environment & Requirements Lessons Learned File Transfer Patterns & Challenges Introducing webmethods ActiveTransfer Key Take-aways

3 October 24, WhiteWave Foods CPG company Based in Broomfield, Colorado SAP is company s ERP system (7 years) previously disparate inherited systems webmethods selected as middleware (7 years) B2B Platform Many Standard EDI doc types as well as XML over AS2 Web Services FTP Scott Jaynes ecommerce Architect (7 years)

4 WhiteWave Foods North American Brands October 24,

5 WhiteWave European Brand October 24,

6 October 24, What is the need for file transfers? Financial documents (secured / encrypted) POS detail (sales reporting / trending) Flat File data feeds from 3 rd party partners

7 October 24, Typical qualities of file transfers Traverse different networks - LAN/WAN (not same subnet) Usually no processing involved (don t have to open file) Often orders of magnitude larger data than typical ecommerce transactions (EDI, XML, etc.) resulting in long transfer times File polling usually involved at some point during process Very large files (+1GB) not uncommon

8 October 24, What could go wrong? FTP process picks up file before it is finished writing Network connection severed midstream Login times out Too much traffic at the same time - network bandwidth can be exceeded

9 October 24, Project Perform bi-directional flat file transfers of sensitive data between WhiteWave and 3 rd party vendor over the internet Only secure protocol 3 rd party vendor supports is FTPS implicit (not common) -current webmethods IS built-in services do not support FTPS implicit Some files over 1GB Event driven architecture desired Tight SLA on some transfers (for FTP)

10 October 24, Possible architectures 1. Find java libraries to support FTPS implicit, build IS services to perform needed functionality All functionality, including low level services supported in-house Longer time to deliver solution Any issues require core personnel to drop everything and support 2. Use 3 rd party solution to handle FTPS and transport to target systems Usually requires file polling for back-end systems to get file Event driven architecture requires APIs into all systems leading to increased complexity Sub-optimal error handling / notification 3. Hybrid - use 3 rd party solution to handle FTPS and hand off to webmethods to trigger back end system (SAP) 3 rd party solution seeds good APIs / messaging to properly handle all scenarios (esp. errors) Already good APIs / messaging between SAP and webmethods Future ease in replacing 3 rd party solution with integrated wm solution

11 October 24, Hybrid solution architecture Outbound data flow example 1. SAP generates file and writes it to NFS mount on webmethods server (same network) 2. SAP calls RFC in webmethods to trigger event 3. webmethods calls API in 3 rd party software to trigger event 4. 3 rd party software connects to target external vendor, initiates FTPS session and transfers file Inbound data flow example 1. 3 rd party partner generated file and writes it to their FTP server 2. 3 rd party FTP client software polls (via FTP) for file and transfers it to local directory. At completion, writes done.txt file 3. webmethods polls local directory for done.txt file 4. When found, webmethods service moves and renames file to shared SAP directory (NFS mount) and triggers SAP processing via RFC call

12 October 24, Conclusions Lessons Learned Traversing 4 systems makes it hard to implement comprehensive consistent error handling 3rd party FTP solutions are not always enterprise ready Added 3 more servers to administer / monitor (Dev, QA, Prod) without adding more personnel Error messaging not consistent messaging out of the 3 rd party solution not as informative as what we can build in webmethods Troubleshooting is complicated, usually requiring logging in and looking at all 4 systems. Usually no one person has access to all involved systems

13 October 24, Next Steps Interested in upcoming webmethods ActiveTransfer MFT solution Leverage existing webmethods environment batch servers dedicated IS cluster for large, slow, low SLA interfaces Unified error messaging Reports Trending are we heading for a future bottleneck? When? By interface / endpoint is one particular interface slow compared to the rest? (if so, issue is probably not on our side) Points out infrastructure issues (bandwidth, time of day chokepoints, etc.) Simplified troubleshooting

14 File Transfer Patterns & Challenges

15 File Transfer Patterns October 24, B2B A2A Cloud Ad hoc Supply Chain Payroll Processing Insurance reimbursements Expense reimbursements Multi-Site Integration (Store/Bank and Headquarters) synchronization File transfer between Open systems and Mainframe Back-up data to the Cloud Data synchronization between Cloud and On-premise apps Human to System File Transfer through a Web interface Human to Human Send files through

16 File Transfer Challenges October 24, B2B A2A Cloud Ad hoc Standards support Automated & Process driven Flexible security Control & Visibility Batch Process Automated & Event driven Multiple Operating environments Control & Visibility Batch Driven Large file transfers Control & Visibility Audit and Governance Ease of Use Onboarding Control & Visibility

17 File Transfer Spaghetti Look Familiar? October 24, Public Internet Trusted Zone FTP Public Cloud Private Cloud FTP Suppliers SFTP HTTP Legacy Systems Customers Shippers etc. FTP HTTP Unix, Linux & Windows Servers

18 October 24, Introducing ActiveTransfer Secure and Control your file transfers Public Internet DMZ Trusted Zone SFTP Private Cloud Public Cloud ActiveTransfer Web Client HTTP/S ActiveTransfer Proxy ActiveTransfer Server Legacy Systems FTP/S Suppliers WebDAV/S Customers SCP Unix, Linux & Windows Servers

19 ActiveTransfer Server

20 ActiveTransfer Server: Centralized Administration October 24, Configure and manage all server instances centrally Broad protocol support IP Banning Filename/Folder restrictions Manage users and their access privileges Prioritize file transfers Restrict file transfer actions Inherit user settings from templates

21 ActiveTransfer Server: Centralized Administration cont d October 24, Post-processing & Alerting File transfer criteria based triggers Perform basic file operations Invoke webmethods services (IS, TN, Broker) Execute native scripts (JCL, ETL jobs) Scheduling & Event-driven transfers Trigger file transfers based on a set schedule Monitor folders for file events and trigger transfers

22 ActiveTransfer Server: File Acceleration October 24, Accelerate File transfers Accelerate file transfers in high latency connections Accelerate files through HTTP(S) or FTP much more firewall friendly than UDP 15 to 20x increase in speed Active Transfer Tunnel Active Transfer Server

23 ActiveTransfer Server: Centralized Monitoring October 24, Track all file transfers Filter transactions based on transfer criteria View meta data on files exchanged (Filename, Status, Size, Date & Time, etc.) Manually retransfer failed transfers View audit trail of all activities related to file transfer Track file transfer activities including post-processing actions.

24 ActiveTransfer Server: MFT Analytics October 24, Executive Dashboards Actionable intelligence on file transfers Analyze key metrics based on file transfer volume, average transfer rates, etc. Present Charts/graphs with drill-downs Slice/dice data displayed through filters Export data as CSV or images

25 ActiveTransfer Proxy Server & Web Client

26 Trusted Zone October 24, ActiveTransfer Proxy Server Runs on Reverse Gateway Integration Server Public Internet DMZ Supports all open protocols (FTP/S, HTTP/S, SFTP, etc.) SFTP Secure Authentication No ports opened in the inner firewall File streaming support No mandatory storage of files in DMZ Public Cloud ActiveTransfer Web Client Suppliers HTTP/S FTP/S ActiveTransfer Proxy High Availability support WebDAV/S SCP Customers

27 October 24, ActiveTransfer Web Client Web interface for all file transfer operations (Upload, Download, Rename, etc.) Quick Filtering for downloads Ad hoc file transfer for sharing files Automatic zipping of files for uploads/downloads Checkpoint restart and Acceleration supported Customize web interface

28 Key Take-aways

29 Remember WhiteWave s Issues? October 24, How can we address them? FTP process picks up file before it is finished writing ActiveTransfer can pick up files only after completion Network connection severed midstream ActiveTransfer can resume transfers from the point of interruption Login times out ActiveTransfer can restart transfers Too much traffic at the same time - network bandwidth can be exceeded ActiveTransfer can prioritize file transfers and ensure the transfer of most important files meeting SLAs

30 What to Remember October 24, Key things to remember from this presentation Secure and Control all of your File Transfers Enhance your ESB with File Oriented Integration Consolidate on one platform for your B2B & MFT needs

31 Thank You!

MassTransit vs. FTP Comparison

MassTransit vs. FTP Comparison MassTransit vs. Comparison If you think is an optimal solution for delivering digital files and assets important to the strategic business process, think again. is designed to be a simple utility for remote

More information

EDI Modernization Case Studies and Best Practices

EDI Modernization Case Studies and Best Practices Simplify and Accelerate e-business Integration EDI Modernization Case Studies and Best Practices EDI Modernization Drivers External Locations, s, and Services Customers Suppliers / Service Providers Cloud/SaaS

More information

N02-IBM Managed File Transfer Technical Mastery Test v1

N02-IBM Managed File Transfer Technical Mastery Test v1 N02-IBM Managed File Transfer Technical Mastery Test v1 Number: 000-N02 Passing Score: 750 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ The IBM/Sterling Managed File Transfer Suite

More information

Discover how and why file transfer is changing

Discover how and why file transfer is changing Discover how and why file transfer is changing Why you should think of it as more than FTP 1 2013 IBM Corporation Agenda What is Smarter Commerce? What is the role of B2B integration? What is MFT? Problems

More information

TIBCO Managed File Transfer Suite

TIBCO Managed File Transfer Suite TIBCO Managed File Transfer Suite TIBCO Managed File Transfer Suite TIBCO Managed File Transfer Solution connect people, processes and information, thereby promoting and strengthening the value chain among

More information

Software AG TechEd 2015 User Conference

Software AG TechEd 2015 User Conference Software AG TechEd 2015 User Conference Leveraging Active Transfer for Simple, Secure & Reliable File Transfers April 21-22, 2015 1 Agenda Who are we? webmethods at USG Current File Transfer Issues Why

More information

How to Solve the B2B Integration and Managed File Transfer challenge in Retail Business

How to Solve the B2B Integration and Managed File Transfer challenge in Retail Business How to Solve the B2B Integration and Managed File Transfer challenge in Retail Business Rochelle Harrison Senior Client Technical Professional/Industry Solutions Successful File Transfer The Drivers Business

More information

DMZ Gateways: Secret Weapons for Data Security

DMZ Gateways: Secret Weapons for Data Security A L I N O M A S O F T W A R E W H I T E P A P E R DMZ Gateways: Secret Weapons for Data Security A L I N O M A S O F T W A R E W H I T E P A P E R DMZ Gateways: Secret Weapons for Data Security EXECUTIVE

More information

Nýjungar í webmethods 9.x. Ingólfur Þorsteinsson

Nýjungar í webmethods 9.x. Ingólfur Þorsteinsson Nýjungar í webmethods 9.x Ingólfur Þorsteinsson Main Drivers for webmethods 9 2 2013 Software AG. All rights reserved. Mobile/Web webmethods Suite Automated Processes Integration Backbone High Performance

More information

AN IN-DEPTH VIEW. Cleo Cleo Harmony - An In-Depth View

AN IN-DEPTH VIEW. Cleo Cleo Harmony - An In-Depth View AN IN-DEPTH VIEW 1 OVERVIEW ABOUT THIS PAPER Many companies today have a number of B2B and A2A integration processes that they must maintain. IT departments are supporting complex and inefficient infrastructures

More information

Service-Oriented Integration: Managed File Transfer within an SOA (Service- Oriented Architecture)

Service-Oriented Integration: Managed File Transfer within an SOA (Service- Oriented Architecture) Service-Oriented Integration: Managed File Transfer within an SOA (Service- Oriented Architecture) 2 TABLE OF CONTENTS 1 Increased Demand for Integration: The Driving Forces... 4 2 How Organizations Have

More information

ORACLE MANAGED FILE TRANSFER

ORACLE MANAGED FILE TRANSFER ORACLE MANAGED FILE TRANSFER ENTERPRISE FILE EXCHANGE FAST AND FLEXIBLE LARGE FILE HANDLING KEY FEATURES End to End Auditability, Control and Reporting Built-in Security, Identity management, LDAP and

More information

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser

Your Location Instant NOC using Kaseya. Administrator at Remote Location Secure access to Management Console from anywhere using only a browser Kaseya Product Brief The Kaseya Platform Making your systems more secure, your staff more productive, your services more reliable and your results easier to validate. No matter what part of Kaseya s integrated

More information

Scope. Requirements. Assumptions. EFT Server Environment

Scope. Requirements. Assumptions. EFT Server Environment How Do I Automate Outbound AS400 Data Feeds? Scope The business needs to transfer sensitive data to external trading partners. The data is stored internally and processed by an AS400. The AS400 outputs

More information

Building Your EDI Modernization Roadmap

Building Your EDI Modernization Roadmap Simplify and Accelerate e-business Integration Building Your EDI Modernization Roadmap Background EDI Modernization Drivers Lost revenue due to missing capabilities or poor scorecard ratings High error

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Migrating SaaS Applications to Windows Azure

Migrating SaaS Applications to Windows Azure Migrating SaaS Applications to Windows Azure Lessons Learned 04.04.2012 Speaker Introduction Deepthi Raju Marketing Technology Services Deepthi joined Smartbridge in 2005 and has over twenty years of technology

More information

Cloudbuz at Glance. How to take control of your File Transfers!

Cloudbuz at Glance. How to take control of your File Transfers! How to take control of your File Transfers! A MFT solution for ALL organisations! Cloudbuz is a MFT (Managed File Transfer) platform for organisations and businesses installed On-Premise or distributed

More information

Pervasive Software + NetSuite = Seamless Cloud Business Processes

Pervasive Software + NetSuite = Seamless Cloud Business Processes Pervasive Software + NetSuite = Seamless Cloud Business Processes Successful integration solution between cloudbased ERP and on-premise applications leveraging Pervasive integration software. Prepared

More information

Managed File Transfer

Managed File Transfer Managed File Transfer How do most organizations move files today? FTP Typically File Transfer Protocol (FTP) is combined with writing and maintaining homegrown code to address its limitations Limited Reliability

More information

Media Exchange. Enterprise-class Software Lets Users Anywhere Move Large Media Files Fast and Securely. Powerfully Simple File Movement

Media Exchange. Enterprise-class Software Lets Users Anywhere Move Large Media Files Fast and Securely. Powerfully Simple File Movement Media Exchange TM Media Exchange TM Enterprise-class Software Lets Users Anywhere Move Large Media Files Fast and Securely. Powerfully Simple File Movement File Movement the Way You Want: Fast, Simple,

More information

WebSphere MQ Managed File Transfer

WebSphere MQ Managed File Transfer WebSphere MQ Managed File Transfer Geoff Judd WebSphere MQ Development IBM 1 2009 IBM Agenda Common problems transferring file data Introduction to MQ Managed File Transfer IBM s Managed File Transfer

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview owncloud, Inc. 57 Bedford Street, Suite 102 Lexington, MA 02420 United States phone: +1 (877) 394-2030 www.owncloud.com/contact owncloud GmbH Schloßäckerstraße 26a 90443

More information

Software Services for WebSphere. Capitalware's MQ Technical Conference v2.0.1.3

Software Services for WebSphere. Capitalware's MQ Technical Conference v2.0.1.3 Software Services for WebSphere 1 WebSphere MQ Best Practices Who is this guy????????????????? Bobbee Broderick (1970) Experience Wall St Consultant 25+ years (z, CICS, DB2) (MQ, MQSI) MQ/MQSI/WMB since

More information

ESB solutions Title. BWUG & GSE Subtitle 2013-03-28. guy.crets@i8c.be. xx.yy@i8c.be

ESB solutions Title. BWUG & GSE Subtitle 2013-03-28. guy.crets@i8c.be. xx.yy@i8c.be ESB solutions Title BWUG & GSE Subtitle 2013-03-28 guy.crets@i8c.be xx.yy@i8c.be 1 I8C part of Cronos Integration consultancy ESB, SOA, BPMS, B2B, EAI, Composite Apps Vendor independent 40+ consultants

More information

The governance IT needs Easy user adoption Trusted Managed File Transfer solutions

The governance IT needs Easy user adoption Trusted Managed File Transfer solutions Product Datasheet The governance IT needs Easy user adoption Trusted Managed File Transfer solutions Full-featured Enterprise-class IT Solution for Managed File Transfer Organizations today must effectively

More information

Task Management. JobTraQ Core Features

Task Management. JobTraQ Core Features Task Management JobTraQ automates human to human workflow and simplifies hierarchical team management of collaborative tasks. JobTraQ also ensures that the correct data is collected and displayed through

More information

Mobile Application Development Platform Comparison

Mobile Application Development Platform Comparison Mobile Application Development Platform Comparison Unvired Inc. Disclaimer: This document has been prepared based on publicly available data of other platform vendors and is subject to change. Comparison

More information

Media Shuttle. Secure, Subscription-based File Sharing Software for Any Size Enterprise or Workgroup. Powerfully Simple File Movement

Media Shuttle. Secure, Subscription-based File Sharing Software for Any Size Enterprise or Workgroup. Powerfully Simple File Movement Media Exchange TM Media Shuttle TM Secure, Subscription-based File Sharing Software for Any Size Enterprise or Workgroup. Powerfully Simple File Movement The Fastest, Easiest, Safest Way to Move Digital

More information

Drivers, Options, and Strategies Simplify and Accelerate e-business Integration

Drivers, Options, and Strategies Simplify and Accelerate e-business Integration Modernizing EDI Drivers, Options, and Strategies Simplify and Accelerate e-business Integration EDI Modernization Business Drivers Slow onboarding of new customers and vendors Lost revenue opportunities

More information

SOSFTP Managed File Transfer

SOSFTP Managed File Transfer Open Source File Transfer SOSFTP Managed File Transfer http://sosftp.sourceforge.net Table of Contents n Introduction to Managed File Transfer n Gaps n Solutions n Architecture and Components n SOSFTP

More information

WebSphere MQ Managed File Transfer

WebSphere MQ Managed File Transfer An IBM Proof of Technology WebSphere MQ Managed File Transfer Introduction to WebSphere MQ Managed File Transfer IBM statements regarding its plans, directions, and intent are subject to change or withdrawal

More information

CA Clarity Integration

CA Clarity Integration CA Clarity Integration Delivering Complete Cost, Resource and Change Visibility for IT Management CA has led the industry in providing integrated solutions. Enterprise IT Management (EITM) is CA s vision

More information

Axway SecureTransport

Axway SecureTransport Axway SecureTransport Enhanced Managed File Transfer Gateway To compete in today s challenging global marketplace, organizations need to exchange of a sea of information with business partners, suppliers,

More information

Managed File Transfer (MFT) Customer Case Studies Session One. Malcolm Trigg Geoffery Pfander

Managed File Transfer (MFT) Customer Case Studies Session One. Malcolm Trigg Geoffery Pfander Managed File Transfer (MFT) Customer Case Studies Session One Malcolm Trigg Geoffery Pfander Meet The Presenters Malcolm Trigg Principal Sales Engineer UK 16 years at Attachmate working as a pre-sales

More information

webmethods Product Roadmap Subhash Ramachandran VP, Product Management webmethods Product Line

webmethods Product Roadmap Subhash Ramachandran VP, Product Management webmethods Product Line webmethods Product Roadmap Subhash Ramachandran VP, Product Management webmethods Product Line The J Release webmethods & CentraSite enhancements 8.2 Integrated Capabilities 7.2 ARIS-specific enhancements

More information

FTP Replacement: Where MFT Makes Sense and Why You Should Care

FTP Replacement: Where MFT Makes Sense and Why You Should Care FTP Replacement: Where MFT Makes Sense and Why You Should Care Gartner RAS Core Research Note G00208765, Thomas Skybakmoen, 8 November 2010, RAV5A5 11232011 This research provides advice on when to replace

More information

Filr 2.0 Administration Guide. April 2016

Filr 2.0 Administration Guide. April 2016 Filr 2.0 Administration Guide April 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent policy,

More information

Roadmap from On-Premise to Cloud based Integration solutions from SAP

Roadmap from On-Premise to Cloud based Integration solutions from SAP Roadmap from On-Premise to Cloud based Integration solutions from SAP Sindhu Gangadharan, Chief Product Owner SAP NetWeaver PI and SAP HANA Cloud Integration Agenda SAP NetWeaver Process Integration today

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud Contents File Transfer Protocol...3 Setting Up and Using FTP Accounts Hosted by Adobe...3 SAINT...3 Data Sources...4 Data Connectors...5

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

ITAR Compliant Data Exchange

ITAR Compliant Data Exchange ITAR Compliant Data Exchange Managing ITAR Data Across Collaborative Project Teams WebSpace Customers Aerospace & Defense Manufacturing High Tech & Contract Manufacturing Automotive Manufacturing Medical/

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

OpenText Managed File Transfer (MFT) is an enterprise

OpenText Managed File Transfer (MFT) is an enterprise OpenText IX Secure MFT Simplified, accelerated, and managed enterprise file exchange OpenText Managed File Transfer (MFT) is an enterprise solution for managing the exchange of rich digital content inside

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Building a Federated ESB with Multi-Site High-Availability. Presented By American Electric Power & ProSoft Technology Group Inc October 16 th 2012

Building a Federated ESB with Multi-Site High-Availability. Presented By American Electric Power & ProSoft Technology Group Inc October 16 th 2012 Building a Federated ESB with Multi-Site High-Availability Presented By American Electric Power & ProSoft Technology Group Inc October 16 th 2012 Building a Federated ESB With Multi-Site High-Availability

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

DevOps: Multiplatform Application Deployment

DevOps: Multiplatform Application Deployment DevOps: Multiplatform Application Deployment Insert Custom Session QR if Desired Rosalind Radcliffe Distinguished Engineer Chief Architect for DevOps and CLM IBM Academy of Technology rradclif@us.ibm.com

More information

Managed File Transfer in Enterprise Java Applications

Managed File Transfer in Enterprise Java Applications Managed File Transfer in Enterprise Java Applications By David Sims Flux I: Why Should You Care About Managed File Transfer? In an SOA world, bulk data transfer occurs largely by way of file transfer.

More information

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven

More information

SECURELINK.COM ENTERPRISE REMOTE SUPPORT NETWORK

SECURELINK.COM ENTERPRISE REMOTE SUPPORT NETWORK ENTERPRISE REMOTE SUPPORT NETWORK I. INTRODUCTION EXECUTIVE SUMMARY MANAGING REMOTE SUPPORT IN A SECURE ENVIRONMENT Enterprise computing environments often include dozens, even hundreds of different software

More information

CMB 207 1I Citrix XenApp and XenDesktop Fast Track

CMB 207 1I Citrix XenApp and XenDesktop Fast Track CMB 207 1I Citrix XenApp and XenDesktop Fast Track This fast paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications in the datacenter

More information

Enterprise Software Lets Users Move Large Media Files Fast and Securely.

Enterprise Software Lets Users Move Large Media Files Fast and Securely. Enterprise Software Lets Users Move Large Media Files Fast and Securely. File Movement the Way You Want: Fast, Simple, Reliable and Secure As file sizes grow and distribution timeframes shrink, media professionals

More information

OpenText Secure MFT Network and Firewall Requirements

OpenText Secure MFT Network and Firewall Requirements NETWORK OpenText Secure MFT Network and Firewall Requirements Secure MFT is a client-server solution that provides accelerated transfer of large files over any network connection. The solution architecture

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Integration Options for Oracle E-Business Suite Rekha Ayothi, Lead Product Manager, Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended for

More information

File Sharing and Network Marketing

File Sharing and Network Marketing GRAU DataSpace 2.0 THE SECURE COMMUNICATION PLATFORM FOR ENTERPRISES AND ORGANIZATIONS YOUR DATA. YOUR CONTROL Introduction Global file sharing is a mega trend Sync & Share is a new product category Consumer

More information

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration Instructor-Led Training For versions 9.0, 9.01, & 9.10 OVERVIEW This 5-day instructor-led course focuses on advanced administration topics

More information

AquaLogic Service Bus

AquaLogic Service Bus AquaLogic Bus Wolfgang Weigend Principal Systems Engineer BEA Systems 1 What to consider when looking at ESB? Number of planned business access points Reuse across organization Reduced cost of ownership

More information

Sentinet for BizTalk Server SENTINET

Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server 1 Contents Introduction... 2 Sentinet Benefits... 3 SOA and APIs Repository... 4 Security... 4 Mediation and Virtualization... 5 Authentication

More information

Communication Protocol Adapters in Sterling Integrator. 2009 IBM Corporation

Communication Protocol Adapters in Sterling Integrator. 2009 IBM Corporation Communication Protocol Adapters in Sterling Integrator Agenda Overview of communications adapters in Sterling Integrator (SI) Important concepts Perimeter Server Mailbox Key management HTTP(S) related

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

Violin Symphony Abstract

Violin Symphony Abstract Violin Symphony Abstract This white paper illustrates how Violin Symphony provides a simple, unified experience for managing multiple Violin Memory Arrays. Symphony facilitates scale-out deployment of

More information

Oracle Reference Architecture and Oracle Cloud

Oracle Reference Architecture and Oracle Cloud Oracle Reference Architecture and Oracle Cloud Anbu Krishnaswamy Anbarasu Enterprise Architect Social. Mobile. Complete. Global Enterprise Architecture Program Safe Harbor Statement The following is intended

More information

CA Workload Automation Strategy and Roadmap. Bill Sherwin Principal Consultant EMEA Workload Automation Owner

CA Workload Automation Strategy and Roadmap. Bill Sherwin Principal Consultant EMEA Workload Automation Owner CA Workload Automation Strategy and Roadmap Bill Sherwin Principal Consultant EMEA Workload Automation Owner CA Workload Automation: Key component in successful enterprise IT management Service Service

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

Optimizing Service Levels in Public Cloud Deployments

Optimizing Service Levels in Public Cloud Deployments WHITE PAPER OCTOBER 2014 Optimizing Service Levels in Public Cloud Deployments Keys to Effective Service Management 2 WHITE PAPER: OPTIMIZING SERVICE LEVELS IN PUBLIC CLOUD DEPLOYMENTS ca.com Table of

More information

Application Note. Onsight Connect Network Requirements v6.3

Application Note. Onsight Connect Network Requirements v6.3 Application Note Onsight Connect Network Requirements v6.3 APPLICATION NOTE... 1 ONSIGHT CONNECT NETWORK REQUIREMENTS V6.3... 1 1 ONSIGHT CONNECT SERVICE NETWORK REQUIREMENTS... 3 1.1 Onsight Connect Overview...

More information

Vistara Lifecycle Management

Vistara Lifecycle Management Vistara Lifecycle Management Solution Brief Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0

Configuration Guide. BlackBerry Enterprise Service 12. Version 12.0 Configuration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2014-12-19 SWD-20141219132902639 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12...

More information

Managed File Transfer

Managed File Transfer Managed File Transfer In many organizations a large part of the exchange and distribution of information is realized by the copy and transfer of data files. As the number of files is ever increasing, the

More information

NetFlow Analytics for Splunk

NetFlow Analytics for Splunk NetFlow Analytics for Splunk User Manual Version 3.5.1 September, 2015 Copyright 2012-2015 NetFlow Logic Corporation. All rights reserved. Patents Pending. Contents Introduction... 3 Overview... 3 Installation...

More information

Combining new technologies: SAP Cloud for Sales and HANA Cloud Integration at Cavalier

Combining new technologies: SAP Cloud for Sales and HANA Cloud Integration at Cavalier Combining new technologies: SAP Cloud for Sales and HANA Cloud Integration at Cavalier Your logo Arnaud Sergent - SAP Joeri Seghers - Expertum SAPience.be TECHday 14 1 Agenda 1- Introduction 2- SAP Cloud

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Enterprise Remote Support Network

Enterprise Remote Support Network Enterprise Remote Support Network Table of Contents I. Introduction - Executive Summary...1 Managing Remote Support in a Secure Environment...1 The Challenge...2 The Solution...2 II. SecureLink Enterprise

More information

KEMP LoadMaster. Enabling Hybrid Cloud Solutions in Microsoft Azure

KEMP LoadMaster. Enabling Hybrid Cloud Solutions in Microsoft Azure KEMP LoadMaster Enabling Hybrid Cloud Solutions in Microsoft Azure Introduction An increasing number of organizations are moving from traditional on-premises datacenter architecture to a public cloud platform

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

Cloud. social. mobile. big data and more.

Cloud. social. mobile. big data and more. Cloud. social. mobile. big data and more. Get There Faster. Mobile, social media, the cloud and big data these four forces are rapidly changing the way businesses work and collaborate with customers, partners

More information

Agility for the Digital Enterprise Get There Faster

Agility for the Digital Enterprise Get There Faster The webmethods Suite Agility for the Digital Enterprise What you can expect from webmethods Software AG s vision is to power the Digital Enterprise. Our technology, skills and expertise enable you to quickly

More information

Monitoring System Status

Monitoring System Status CHAPTER 14 This chapter describes how to monitor the health and activities of the system. It covers these topics: About Logged Information, page 14-121 Event Logging, page 14-122 Monitoring Performance,

More information

For over 25 years, OpenText Cloud Fax Services has. OpenText Cloud Fax Services. The Market Leader in Cloud Fax Technology

For over 25 years, OpenText Cloud Fax Services has. OpenText Cloud Fax Services. The Market Leader in Cloud Fax Technology OpenText Cloud Fax Services The Market Leader in Cloud Fax Technology For over 25 years, OpenText Cloud Fax Services has helped many companies go paperless with solutions that integrate with both email

More information

What s new with IBM Tivoli Workload automation?

What s new with IBM Tivoli Workload automation? May 2012 What s new with IBM Tivoli Workload automation? 2 IT Budget constraint Drive innovation Process constraint SLA constraint Today s conflicting pressures Change imperative Meet business needs quickly

More information

Ariba Integration Platform

Ariba Integration Platform Ariba Integration Platform Walter Metrich Product Manager Agenda Integration Goals Integration Toolkit Transfer Tool DB Connector Open Protocol Tool Web Services Current Approach to Integration Ariba Platform

More information

Cisco Tidal Enterprise Scheduler

Cisco Tidal Enterprise Scheduler Cisco Tidal Enterprise Scheduler Introduction to Automated Enterprise Job Scheduling Automated job scheduling is essential to complex data centers, because it helps them operate more efficiently and reliably.

More information

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS Mobilize Any Business Application. Rapidly. Securely. The Challenge Today's enterprises are increasingly leveraging mobility solutions to improve productivity, decrease response times and streamline operational

More information

Content Distribution Management

Content Distribution Management Digitizing the Olympics was truly one of the most ambitious media projects in history, and we could not have done it without Signiant. We used Signiant CDM to automate 54 different workflows between 11

More information

STERLING SECURE PROXY. Raj Kumar Integration Management, Inc. Raj.Kumar@integrationmgmt.com

STERLING SECURE PROXY. Raj Kumar Integration Management, Inc. Raj.Kumar@integrationmgmt.com STERLING SECURE PROXY Raj Kumar Integration Management, Inc. Raj.Kumar@integrationmgmt.com Agenda Terminology Proxy Definition Sterling Secure Proxy Overview Architecture Components Architecture Diagram

More information

BEYOND the INITIAL CONNECTION: HOW TO TRANSFORM YOUR B2B EXCHANGE

BEYOND the INITIAL CONNECTION: HOW TO TRANSFORM YOUR B2B EXCHANGE BEYOND the INITIAL CONNECTION: HOW TO TRANSFORM YOUR B2B EXCHANGE 1 1EDI Source: BEYOND THE INITIAL CONNECTION WHAT THE CHANGING B2B EXCHANGE ENVIRONMENT MEANS TO YOU. For anyone in charge of automating

More information

Configuration Guide BES12. Version 12.1

Configuration Guide BES12. Version 12.1 Configuration Guide BES12 Version 12.1 Published: 2015-04-22 SWD-20150422113638568 Contents Introduction... 7 About this guide...7 What is BES12?...7 Key features of BES12... 8 Product documentation...

More information

Oracle Middleware a felhőben

Oracle Middleware a felhőben Oracle Middleware a felhőben Petrohán Zsolt Vezető műszaki tanácsadó Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

openft Enterprise File Transfer Copyright 2011 FUJITSU

openft Enterprise File Transfer Copyright 2011 FUJITSU openft Enterprise File Transfer Introduction 1 Enterprise File Transfer openft Ready to Transfer your Business Critical Data 2 openft in a nutshell openft is a high-performance solution for enterprise-wide

More information

Flight Workflow User's Guide. Release 12.0.0

Flight Workflow User's Guide. Release 12.0.0 Flight Workflow User's Guide Release 12.0.0 Copyright 2015 Signiant Inc. All rights reserved. Contents CHAPTER 1 Flight Introduction 4 FlightUploadReference 4 FlightDownloadReference 4 Cloud Storage Configuration

More information

Introduction to the Mobile Access Gateway

Introduction to the Mobile Access Gateway Introduction to the Mobile Access Gateway This document provides an overview of the AirWatch Mobile Access Gateway (MAG) architecture and security and explains how to enable MAG functionality in the AirWatch

More information

Modernizing EDI: How to Cut Your Migra6on Costs by Over 50%

Modernizing EDI: How to Cut Your Migra6on Costs by Over 50% Modernizing EDI: How to Cut Your Migra6on Costs by Over 50% EDI Moderniza6on: Before and ABer External Loca;ons, Partners, and Services Customers Suppliers / Service Providers Cloud/SaaS Applica;ons &

More information

IBM's Strategic Approach to System- Centric MFT with Sterling Connect:Direct and WebSphere MQ Advanced

IBM's Strategic Approach to System- Centric MFT with Sterling Connect:Direct and WebSphere MQ Advanced IBM's Strategic Approach to System- Centric MFT with Sterling Connect:Direct and WebSphere MQ Advanced Dirk A. Maney Product Line Manager Managed File Transfer and Aspera Please Note IBM s statements regarding

More information

TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION

TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION Make Big Available for Everyone Syed Rasheed Solution Marketing Manager January 29 th, 2014 Agenda Demystifying Big Challenges Getting Bigger Red Hat Big

More information

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services

CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services PRODUCT SHEET CA Workload Automation Agents CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services CA Workload Automation Agents extend the automation capabilities

More information