Novacura Flow 5. Technical Overview Version 5.6

Size: px
Start display at page:

Download "Novacura Flow 5. Technical Overview Version 5.6"

Transcription

1 Title: NovaCura Flow 5 Technical Overview Sid. 1 av 19 Novacura Flow 5 Technical Overview Version 5.6 Novacura Flow is a platform produced by NovaCura AB for creating and running workflow based business applications on any device, integrated with the underlying ERP systems. A workflow is an ordered series of activities that collect data from user input and execute business logic in a back-end system. This document gives a technical overview of Novacura Flow.

2 Title: NovaCura Flow 5 Technical Overview Sid. 2 av 19 Contents 1 Overview Components Flow Server Flow Client Flow Designer Flow Admin Communication model and requirements General Internal access only External Access not using MDM External Access using MDM software MobileIron integration Using Flow as a Service Provider Workflows as web services Workflows as integration engine...19

3 Title: NovaCura Flow 5 Technical Overview Sid. 3 av 19 1 Overview Novacura Flow is a platform consisting of a number of components. All components are necessary to be able to use the platform. The components are: 1. Flow Designer 2. Flow Server 3. Flow Connect 4. Flow Client, including the Workflow Engine 5. Flow Service 6. Flow Admin Figure 1: The Novacura Flow 5 architecture

4 Title: NovaCura Flow 5 Technical Overview Sid. 4 av 19 2 Components 2.1 Flow Server The Flow Server is the central component in a Flow installation, handling all transactions and available applications. Characteristics: A.NET based web service Serves mobile clients with workflows and handles communication with back-end systems such as IFS Applications, SAP or Infor M3 Workflows are stored as XML files on the server Microsoft SQL database that stores session information (in addition to administrative data as described in section 2.4) Technical Requirements: Microsoft IIS 7 or newer with ASP.NET and ASP.NET MVC4.NET Framework versions 4.5 and 4.0 Microsoft SQL Server Express/Standard/Enterprise, version 2012 or later. SQL Server Authentication must be enabled Flow Server hardware recommendations Normally, an installation on Novacura Flow is divided into two separate server environments, one for Productions and one for Test. Recommendations for these environments for a larger installation (+100 users) is described below. Production environment - Three separate (virtual) servers are recommended. - The recommended server solution does not take server redundancy into consideration. - The MS SQL Database can be hosted in a common SQL environment. PROD - Proxy Server (in case of external access) Type Minimum Recommendation Comments CPU Xeon E (6core) Memory (RAM) 16GB Disk 60GB LAN GBit

5 Title: NovaCura Flow 5 Technical Overview Sid. 5 av 19 PROD - Appclication/Web Server Type Minimum Recommendation Comments CPU Xeon E (8core) Memory 16GB Disk 60GB LAN GBit PROD - Database Server Type Minimum Recommendation Comments CPU Xeon E Memory 16GB Disk 200GB LAN GBit DEV/TEST Environment One virtual server for development and test purposes, with the following specification is recommended. TEST Server Type Recommendation Comments CPU Memory Disk CPU: Xeon E (6core) RAM: 16GB Disk: 60GB 2.2 Flow Connect Flow Connect is the component that handles configuration and execution of the communication between Flow Server and the back-end systems. In order to do this, the component is divided into three different parts: 1. Configuration of Connector settings in Flow Admin 2. Configuration of Machine Task in the Flow Designer 3. Execution of configured Machine Tasks Configuration of Connector settings in Flow Admin Connector settings are made in Flow Admin, where one configuration per Environment can be made. Depending on connector type, different settings are possible.

6 Title: NovaCura Flow 5 Technical Overview Sid. 6 av 19 Figure 2: Configuration of Connector settings. IFS/Database Connector (left) and Connector (right). Configuration of Machine Task in the Designer The configuration side of a Machine Task looks different depending on which connector that is used. Below two diffferent examples of connectors. Figure 3: Configuration of Machine Task with two different connectors: IFS/Database Connector (left) and Connector (right). Available connectors depend of the Flow environment, what is installed and what is configured in Flow Admin.

7 Title: NovaCura Flow 5 Technical Overview Sid. 7 av 19 Execution of configured Machine Tasks Also execution is depending on the connector type, as different back-end systems or devices requires different type of communication. Available connectors In the current version of Novacura Flow, the following connectors are available. Connector Connector type Description Communication method Oracle DB Database Generic connector to Oracle databases MS SQL Server Database Generic Connector to Microsoft SQL Server databases IFS Applications Database Generic connector to IFS Applications database API SAP ECC ERP Connector Specific connector for SAP with graphical configuration using the BAPI tree in SAP MS Dynamics NAV ERP Connector Specific connector for NAV with graphical configuration using web services in NAV MS Dynamics CRM ERP Connector Specific connector for CRM with graphical configuration using web services in CRM IBM Maximo ERP Connector Specific connector for Maximo with graphical configuration using web services in Maximo.Net.Net Connector Generic.Net connector in which any.net developed dll can be plugged into. All public method in the dll will be configurable and executable in Flow. NiceLabel Technical Connector Specific connector for label configuration and printing using NiceLabel. MS SharePoint.Net Connector Specific connector for MS SharePoint using the.net connector as framework. MS Active Directory.Net Connector Specific connector for MS Active Directory using the.net connector as framework. Oracle Primavera.Net Connector Specific connector for Oracle Primavera using the.net connector as framework. SQL*Net OleDB SQL*Net to IFS database API (Oracle) SAP.Net Connector (RFC) HTTP HTTP HTTP Web Submit Technical Connector that can submit data to any HTTP Depending on the dll implementation File

8 Title: NovaCura Flow 5 Technical Overview Sid. 8 av 19 Connector webpage. Filesystem GenerateText Connector for creating and modifying files in the file system. XML XmlFile Specific connector with simple configuration for creating XML based files. TCP GenerateText Connector for sending TCP output from Flow to any address. HTTP GenerateText Connector for sending HTTP output from Flow to any address. Specific connector for configuration and sending s. Remote Execution Remote Execution Connector for remote execution (i.e. on another server) of Novacura Flow workflows. File to a specified path File to a specified path TCP HTTP SMTP on defined address and port 2.3 Flow Client The Flow Client is made with a strong user focus and can adapt to virtually any environment. All mobile clients are natively built for usability, performance and offline support.

9 Title: NovaCura Flow 5 Technical Overview Sid. 9 av 19 Figure 4: The five different Flow Clients in different versions and environments Characteristics: User interface for running workflows on mobile devices or personal computers Support for 5 different client platforms: o Android (native app) o ios (native app) o Windows (desktop application) o Windows CE (native app) o Web Communicates with Flow Server over HTTP (WLAN or 3G/GPRS/EDGE) Divided into two major categories: o Fat Clients support for both online and offline mode. ios, Android and Windows Desktop o Thin Clients support only for online mode. Web and Windows CE

10 Title: NovaCura Flow 5 Technical Overview Sid. 10 av 19 Technical Requirements: Platform Requirements ios ios version 7 or 8 Android Android version 3.1 to 5.0 Web Windows CE Windows Desktop IE 8 or newer, Google Chrome, Firefox 5.0 or newer with.net Compact Framework 3.5 Windows 7 or Windows 8

11 Title: NovaCura Flow 5 Technical Overview Sid. 11 av Flow Designer The Flow Designer is the tool where all Flow applications are built. Figure 5: Flow Designer creates applications from workflows. Characteristics: Windows based graphical tool for creating business applications from workflows. Modelling notation based on BPMN 2.0 but does not follow the proposed standard in every aspect. Used to design the graphical user interface on the devices and to define the integration logic to the back-end system. 9 different workflow items to create intelligent applications. 19 different User Task Elements (such as Text Input, List Selections, Header, Camera Input) to create rich user interfaces. Connecting to back-end systems and other devices (such as label printers) are made directly from Flow Designer in the designed workflow. Publishing executable workflows to Flow Server. Technical Requirements: Windows PC with.net Framework 4 At least 1.5 GHz processor At least 2 GB RAM

12 Title: NovaCura Flow 5 Technical Overview Sid. 12 av Flow Admin Characteristics: Web based tool for administration of Environments, Systems, Users, Access Groups, Properties etc. Administrator login controlled by browser security. Technical Requirements: Client: o Web Browsers: IE 8 or newer, Google Chrome, Firefox Server Installation: o Microsoft IIS 7 or newer with ASP.NET and ASP.NET MVC4 o.net Framework versions 4.5 and 4.0 o Microsoft SQL Server Express/Standard/Enterprise, version 2012 or later. SQL Server Authentication must be enabled.

13 Title: NovaCura Flow 5 Technical Overview Sid. 13 av 19 3 Communication model and requirements 3.1 General - Communication between the Flow Client and the Flow server is made over http or https (encrypted). - If https is to be used, a valid certificate needs to be installed on the web server. - Upon login, user receives a session-id that is stored on the client. This session is used for all future communication until the user actively logs out on the Flow Client. 3.2 Internal access only If Novacura Flow is to be used internally only (i.e. on the local network), communication requirement are as follows: 1. The Flow Clients must have http access to the Flow Server address (including the specific port that is used by the Flow Server, normally port 81). 2. The Flow Server needs access to all back-end systems and databases used by the workflows, as if the Flow Server was a client using these systems. Figure 6: Flow with internal access only

14 Title: NovaCura Flow 5 Technical Overview Sid. 14 av External Access not using MDM If Novacura Flow should be accessible from the Internet, the following needs to be considered: 1. For security reason, communication over https is recommended. 2. The Flow Server should be placed on the local network. 3. A proxy server should be placed in the DMZ, redirecting all communication to the internal Flow Server. 4. A valid certificate needs to be installed in the proxy server if https is to be used. 5. The Flow Server needs access to all back-end systems and databases used by the workflows, as if the Flow Server was a client using these systems. Figure 7: Flow with external access 3.4 External Access using MDM software In order to leverage the security even more when accessing Novacura Flow from the Internet, MDM (Mobile Device Management) software could be used. Using MDM software gives the following advantages: 1. The Flow Client can be centrally pushed out to every client. 2. Clients can be monitored from the MDM server. 3. Secure communication over VPN can be established between the Flow Client and the Flow server (no need for a proxy server). 4. Data at rest on the clients can be secured (encrypted and prevented from being transferred between apps) and managed from the MDM server. 5. Authentication and configuration in the Flow Client can be centrally managed from the MDM server.

15 Title: NovaCura Flow 5 Technical Overview Sid. 15 av 19 Points 1 and 2 above can be achieved without any integration with the MDM software, thus a number of MDM software could be used to achieve these advantages. To achieve points 3,4 and 5 above, an integration with the MDM software is needed. As of now, only MobileIron is supported for this. The MobileIron integration is described in chapter 4 below.

16 Title: NovaCura Flow 5 Technical Overview Sid. 16 av 19 4 MobileIron integration Using the Flow Client for MobileIron, the app management, the app security and communication between client and server are handled as follows. Figure 8: Novacura Flow using MobileIron API Description of the MobileIron integration: 1. Relevant users are pulled from the Active Directory to the Flow Server via a scheduled job on the Flow Server. The same AD users need to exist in MobileIron in order to be able to set up single-sign-on. a. Access groups in Flow are mapped with User Groups in the AD to select which users to be synchronized. 2. App along with configuration is pushed out to the client. a. Information regarding Flow server, user authentication and security rules are made in MobileIron Core and made available from Mobile@Work library on the client. 3. The Flow Client access to the Mobile@Work library through the AppConnect API a. Information configured in the MobileIron Core is thereby accessible by the Flow Client and used for e.g. login to the Flow server. Security rules set in the MobileIron core will be applied on the NovaCura Flow Client. b. Data at rest on the client is secured by the MobileIron secure container,

17 Title: NovaCura Flow 5 Technical Overview Sid. 17 av The MobileIron Sentry provides a secure AppTunnel which is used by the Flow Client a. The Flow Server is placed in the secured LAN area. b. Communication in the AppTunnel is made over http with the Flow Server. 5. The Flow Server communicates with the IFS database server within the LAN area and act as a local IFS client. Note: The MobileIron integration is currently only available with the Flow Client for ios.

18 Title: NovaCura Flow 5 Technical Overview Sid. 18 av 19 5 Using Flow as a Service Provider Apart from being a user centric application platform, Novacura Flow can also act as a service provider, providing workflows as either web services to be used by other applications or as an integration engine where headless workflows are executed on a schedule. This is realized by using the Flow Service. Figure 9: Flow as a Service Provider, either used by an External Application or by a Workflow Executer on a schedule. 5.1 Workflows as web services This is the case when an External Application should execute a defined workflow that performs one or more actions in one or more back-end systems. In order to make this work, the following should be set up: - A workflow is designed as any other workflow, with two exceptions:

19 Title: NovaCura Flow 5 Technical Overview Sid. 19 av 19 o The workflow should not have any user interaction o The workflow could have one or more start parameters, like order number or object id. The parameter(s) is then used in the workflow execution. - The workflow is published on the Flow Sever in the appropriate workflow folder. - The External Application accesses the workflow by o Signing in to Flow with a user and a password and thereby getting a session id o Posting a http command, like - The Flow Server executes the workflow and responds either with a return value (on success) or with an error message (on failure) 5.2 Workflows as integration engine In this case one or more workflows are used as an integration engine, where e.g. data could be transferred from one system to another. In order to make this work, the following should be set up: - A workflow is designed as any other workflow, with two exceptions: o The workflow should not have any user interaction o The workflow could have one or more start parameters, like order number or object id. The parameter(s) is then used in the workflow execution. - The workflow is published on the Flow Sever in the appropriate workflow folder. - A Workflow Executer (small executable) is executed on a schedule (every 1 minute, every hour, once every day etc.) o The Workflow Executer is configured to execute a certain workflow with certain parameters, logged in as a certain user.

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 1 of 13 19.01.2016 17:52 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 Page 1 of 7 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics

More information

System Requirements for Microsoft Dynamics NAV 2015

System Requirements for Microsoft Dynamics NAV 2015 System Requirements for Microsoft Dynamics September 2014 Contents... 3 Microsoft Dynamics NAV Windows Client Requirements... 4 Microsoft Dynamics NAV Development Environment Requirements... 5 Microsoft

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

Technical Specifications

Technical Specifications Technical Specifications Deployment and Integration The zero footprint web architecture ensures no intrusion on your users computers. Use ZAP CubeXpress to bring in Microsoft Dynamics customizations and

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Propalms TSE Deployment Guide

Propalms TSE Deployment Guide Propalms TSE Deployment Guide Version 7.0 Propalms Ltd. Published October 2013 Overview This guide provides instructions for deploying Propalms TSE in a production environment running Windows Server 2003,

More information

inforouter V8.0 Server & Client Requirements

inforouter V8.0 Server & Client Requirements inforouter V8.0 Server & Client Requirements Please review this document thoroughly before proceeding with the installation of inforouter Version 8. This document describes the minimum and recommended

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

Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330

Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 CONTENTS Contents... 2 Overview... 2 Adept Server... 3 Adept

More information

System Requirements. Microsoft Dynamics NAV 2016

System Requirements. Microsoft Dynamics NAV 2016 System Requirements Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016... 4 Microsoft Dynamics NAV Windows Client Requirements... 5 Microsoft Dynamics NAV Development

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Contents System Requirements for Microsoft Dynamics NAV 2016...3 Microsoft Dynamics NAV 2016 Windows Client Requirements...4 Microsoft Dynamics NAV Development

More information

Technical Requirements for OneStop Reporting products

Technical Requirements for OneStop Reporting products Technical Requirements for OneStop Reporting products OSR Report Designer for Excel OneStop Reporting Desktop applications: OSR Composer OSR Publisher OSR ETL (Data Warehouse tool) OSR Multi Company Load

More information

Acronis and Acronis Secure Zone are registered trademarks of Acronis International GmbH.

Acronis and Acronis Secure Zone are registered trademarks of Acronis International GmbH. 1 Copyright Acronis International GmbH, 2002-2016 Copyright Statement Copyright Acronis International GmbH, 2002-2016. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of

More information

Interwise Connect. Working with Reverse Proxy Version 7.x

Interwise Connect. Working with Reverse Proxy Version 7.x Working with Reverse Proxy Version 7.x Table of Contents BACKGROUND...3 Single Sign On (SSO)... 3 Interwise Connect... 3 INTERWISE CONNECT WORKING WITH REVERSE PROXY...4 Architecture... 4 Interwise Web

More information

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

More information

Microsoft Dynamics NAV 2015 Hardware and Server Requirements. Microsoft Dynamics NAV Windows Client Requirements

Microsoft Dynamics NAV 2015 Hardware and Server Requirements. Microsoft Dynamics NAV Windows Client Requirements Microsoft Dynamics NAV 2015 Hardware and Server Requirements Microsoft Dynamics NAV Windows Client Requirements Windows client. operating systems Hardware resources Reports Windows 8.1 Professional or

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

NSi Mobile Administrator Guide. Version 6.2

NSi Mobile Administrator Guide. Version 6.2 F NSi Mobile Administrator Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 16, 2013 Copyright 2012 2013 Notable Solutions, Inc. 2 CONTENTS TABLE OF CONTENTS PREFACE...

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Software Store Option Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration

More information

Priority Zoom v17: Hardware and Supporting Systems

Priority Zoom v17: Hardware and Supporting Systems Introduction Priority Zoom v17: Hardware and Supporting Systems In order to prevent misunderstandings regarding areas of responsibility for the maintenance of hardware, operating systems and particularly

More information

LabStats 5 System Requirements

LabStats 5 System Requirements LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual

More information

Priority Pro v17: Hardware and Supporting Systems

Priority Pro v17: Hardware and Supporting Systems Introduction Priority Pro v17: Hardware and Supporting Systems The following provides minimal system configuration requirements for Priority with respect to three types of installations: On-premise Priority

More information

Office 365 and SharePoint Local File Share Synchronization

Office 365 and SharePoint Local File Share Synchronization Office 365 and SharePoint Local File Share Synchronization Frank Daske Business Development Manager Layer2 30.03.2015 The Layer2 Cloud Connector can close many gaps and overcome limitations with Office

More information

SNOW LICENSE MANAGER (8.X)... 4

SNOW LICENSE MANAGER (8.X)... 4 SYSTEM REQUIREMENTS Products Snow License Manager Snow Automation Platform Snow Device Manager Snow Inventory Server, IDR, IDP Mobile Information Server Client for Windows Client for Unix Client for OS

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

Infor CRM Compatibility Guide. Updated December 2014 Includes compatibility for supported versions of Saleslogix 8.1.x and earlier

Infor CRM Compatibility Guide. Updated December 2014 Includes compatibility for supported versions of Saleslogix 8.1.x and earlier Infor CRM Compatibility Guide Updated December 2014 Includes compatibility for supported versions of Saleslogix 8.1.x and earlier Infor CRM Compatibility Guide Updated December 2014 Contents Key.... 2

More information

Infor CRM Compatibility Guide

Infor CRM Compatibility Guide Infor CRM Compatibility Guide Updated July 2015 v2 Includes compatibility for Infor CRM versions 8.1.0.6 through 8.2, Saleslogix versions 7.5.3 through 8.1.0.5, and Mobile versions 3.0.4 and later. Infor

More information

Adept 2014 System Requirements

Adept 2014 System Requirements Synergis Software 200 Kelly Road, Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 080613 This document provides an overview of the Adept 2014 System requirements to

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Automation Platform Snow Device Manager Snow Inventory Server, IDR, IDP Mobile Information Server Client for Windows Client for Linux Client for Unix

More information

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION

POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION POINT-TO-POINT vs. MEAP THE RIGHT APPROACH FOR AN INTEGRATED MOBILITY SOLUTION Executive Summary Enterprise mobility has transformed the way businesses engage with customers, partners and staff while exchanging

More information

MaaS360 Mobile Enterprise Gateway

MaaS360 Mobile Enterprise Gateway MaaS360 Mobile Enterprise Gateway Administrator Guide Copyright 2014 Fiberlink, an IBM Company. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode.

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode. 1. Introduction TC Monitor is easy to use Windows application for monitoring and control of some Teracom Ethernet (TCW) and GSM/GPRS (TCG) controllers. The supported devices are TCW122B-CM, TCW181B- CM,

More information

SYSTEM SETUP FOR SPE PLATFORMS

SYSTEM SETUP FOR SPE PLATFORMS BEST PRACTICE SYSTEM SETUP FOR SPE PLATFORMS Product Snow License Manager Version 7.0 Content System requirements SQL Server configuration Maintenance Test environment Document date 2015-10-15 ABOUT THIS

More information

msuite5 & mdesign Installation Prerequisites

msuite5 & mdesign Installation Prerequisites CommonTime Limited msuite5 & mdesign Installation Prerequisites Administration considerations prior to installing msuite5 and mdesign. 7/7/2011 Version 2.4 Overview... 1 msuite version... 1 SQL credentials...

More information

Infor CRM Compatibility Guide

Infor CRM Compatibility Guide Infor CRM Compatibility Guide Updated October 2015 Includes compatibility for Infor CRM versions 8.1.0.6 through 8.2, Saleslogix versions 7.5.3 through 8.1.0.5, and Mobile versions 3.0.4 and later. Infor

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

Product: Order Delivery Tracking

Product: Order Delivery Tracking Product: Order Delivery Tracking Subject: On Premise Environment Recommendations Version: 1.7 June 1, 2015 Distribution: ODT Customers Contents 1. Introduction... 2 2. Backend Application and Database

More information

Media Server Installation & Administration Guide

Media Server Installation & Administration Guide Media Server Installation & Administration Guide Smarter Surveillance for a Safer World On-Net Surveillance Systems, Inc. One Blue Hill Plaza, 7 th Floor, PO Box 1555 Pearl River, NY 10965 Phone: (845)

More information

Server Installation Manual 4.4.1

Server Installation Manual 4.4.1 Server Installation Manual 4.4.1 1. Product Information Product: BackupAgent Server Version: 4.4.1 2. Introduction BackupAgent Server has several features. The application is a web application and offers:

More information

PC Monitor Enterprise Server. Setup Guide

PC Monitor Enterprise Server. Setup Guide PC Monitor Enterprise Server Setup Guide Prerequisites Server Requirements - Microsoft Windows Server 2008 R2 or 2012-2GB RAM - IIS 7.5 or IIS 8.0 (with ASP.NET 4.0 installed) - Microsoft SQL Server 2008

More information

Proof of Concept Guide

Proof of Concept Guide Proof of Concept Guide Version 4.0 Published: OCT-2013 Updated: 2005-2013 Propalms Ltd. All rights reserved. The information contained in this document represents the current view of Propalms Ltd. on the

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

AppConnect FAQ for MobileIron Technology Partners! AppConnect Overview

AppConnect FAQ for MobileIron Technology Partners! AppConnect Overview AppConnect FAQ for MobileIron Technology Partners! AppConnect Overview What is AppConnect? AppConnect is a MobileIron product that secures and protects enterprise mobile apps. It manages the complete lifecycle

More information

1.0 Hardware Requirements:

1.0 Hardware Requirements: 01 - ServiceDesk Plus - Best Practices We appreciate you choosing ServiceDesk Plus for your organization to deliver world-class IT services. Before installing the product, take a few minutes to go through

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

More information

MaaS360 Mobile Enterprise Gateway

MaaS360 Mobile Enterprise Gateway MaaS360 Mobile Enterprise Gateway Administrator Guide Copyright 2013 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software

More information

Installation and Upgrade Guide

Installation and Upgrade Guide Installation and Upgrade Guide Copyright Statement Copyright Acronis International GmbH, 2002-2014. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis International

More information

BlackBerry Enterprise Service 10. Version: 10.2. Installation Guide

BlackBerry Enterprise Service 10. Version: 10.2. Installation Guide BlackBerry Enterprise Service 10 Version: 10.2 Installation Guide Published: 2015-08-17 SWD-20150817115607897 Contents 1 About this guide...5 2 What is BlackBerry Enterprise Service 10?... 6 Key features

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

INSTALLING SQL SERVER 2012 EXPRESS WITH ADVANCED SERVICES FOR REDHORSE CRM

INSTALLING SQL SERVER 2012 EXPRESS WITH ADVANCED SERVICES FOR REDHORSE CRM Page 1 INSTALLING SQL SERVER 2012 EXPRESS WITH ADVANCED SERVICES FOR REDHORSE CRM This article will walk you through the installation of Microsoft SQL Server 2012 Express Step 1: Download Microsoft SQL

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Native Apps and Push Notifications...4 Custom App Wrapping for ios... 5 Native

More information

DOCSVAULT Document Management System for everyone

DOCSVAULT Document Management System for everyone Installation Guide DOCSVAULT Document Management System for everyone 9 v Desktop and Web Client v On Premises Solution v Intelligent Data Capture v Email Automation v Workflow & Record Retention Installing

More information

Preparing for GO!Enterprise MDM On-Demand Service

Preparing for GO!Enterprise MDM On-Demand Service Preparing for GO!Enterprise MDM On-Demand Service This guide provides information on...... An overview of GO!Enterprise MDM... Preparing your environment for GO!Enterprise MDM On-Demand... Firewall rules

More information

PROTECTING DATA IN TRANSIT WITH ENCRYPTION IN M-FILES

PROTECTING DATA IN TRANSIT WITH ENCRYPTION IN M-FILES M-FILES CORPORATION PROTECTING DATA IN TRANSIT WITH ENCRYPTION IN M-FILES VERSION 8 24 SEPTEMBER 2014 Page 1 of 8 CONTENTS 1. Overview... 3 2. Encryption of Data in Transit in M-Files... 4 HTTPS... 4 RPC

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

More information

OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS.

OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS. OPAS Prerequisites This document contains the prerequisites and requirements for setting up OPAS. Prepared By: Luke Swords Principal Consultant 24/06/2015 Version 1.0 Contact Information Infront Consulting

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Overview This short guide explains how to use Attunity CloudBeam to replicate data from your on premises database to Microsoft

More information

STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes

STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes STEALTHbits Technologies, Inc. StealthAUDIT v5.1 System Requirements and Installation Notes June 2011 Table of Contents Overview... 3 Installation Overview... 3 Hosting System Requirements... 4 Recommended

More information

HARDWARE, SOFTWARE AND CONFIGURATION REQUIREMENTS

HARDWARE, SOFTWARE AND CONFIGURATION REQUIREMENTS Team Services PREMISE INSTALLATION REQUIREMENTS HARDWARE, SOFTWARE AND CONFIGURATION REQUIREMENTS Team Services may require reconfiguration of a client s existing environment to support our new dedicated

More information

Microsoft Dynamics CRM 2011 Guide to features and requirements

Microsoft Dynamics CRM 2011 Guide to features and requirements Guide to features and requirements New or existing Dynamics CRM Users, here s what you need to know about CRM 2011! This guide explains what new features are available and what hardware and software requirements

More information

Securing Office 365 with MobileIron

Securing Office 365 with MobileIron Securing Office 365 with MobileIron Introduction Office 365 is Microsoft s cloud-based productivity suite. It includes online versions of Microsoft s most popular solutions, like Exchange and SharePoint,

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015 Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international

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

Sage 200 On Premise. System Requirements and Prerequisites

Sage 200 On Premise. System Requirements and Prerequisites Sage 200 On Premise System Requirements and Prerequisites v2013 Copyright statement Sage (UK) Limited and Sage Hibernia Limited, 2013. All rights reserved. If this documentation includes advice or information

More information

Installation and Configuration Guide for Windows and Linux

Installation and Configuration Guide for Windows and Linux Installation and Configuration Guide for Windows and Linux vcenter Operations Manager 5.0.3 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Architecture Guide. SDL Campaign Manager 4.0.0

Architecture Guide. SDL Campaign Manager 4.0.0 Architecture Guide SDL Campaign Manager 4.0.0 Version Management Version history Version Date Author Distribution 1.0 22 August 2014 Pete Trevitt & Lisa Watts Release Related Documents Name Campaign Manager

More information

Ignify ecommerce. Item Requirements Notes

Ignify ecommerce. Item Requirements Notes wwwignifycom Tel (888) IGNIFY5 sales@ignifycom Fax (408) 516-9006 Ignify ecommerce Server Configuration 1 Hardware Requirement (Minimum configuration) Item Requirements Notes Operating System Processor

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

System Requirements - filesmart

System Requirements - filesmart System Requirements - filesmart The following are minimum and recommended system requirements for filesmart. Whilst the program will operate on the minimums listed, we strongly suggest you meet or exceed

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

ShadowLink 2. Overview. May 4, 2015. ONLINE SUPPORT emdat.com/ticket/ PHONE SUPPORT (608) 270-6400 ext. 1

ShadowLink 2. Overview. May 4, 2015. ONLINE SUPPORT emdat.com/ticket/ PHONE SUPPORT (608) 270-6400 ext. 1 ShadowLink 2 Overview May 4, 2015 ONLINE SUPPORT emdat.com/ticket/ PHONE SUPPORT (608) 270-6400 ext. 1 1 Interfacing with Emdat ShadowLink is an Emdat developed product that securely moves data between

More information

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1

CoCreate Manager Server Installation Guide. CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide CoCreate Manager Server Installation Guide 1 CoCreate Manager Server Installation Guide 2 Table Of Contents 1. CoCreate Manager Server 2008 4 1.1. Installation

More information

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com]

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com] ManageEngine IT360 (Division of ZOHO Corporation) ) www.manageengine.com/it360 ManageEngine IT360 Professional Edition Installation Guide [ims-eval@manageengine.com] [This document is a guideline for installing

More information

MoversSuite by EWS. System Requirements

MoversSuite by EWS. System Requirements System Requirements To install and run MoversSuite, a workstation and network must meet certain requirements. The following sections detail the requirements for hardware and software on a client, server(s),

More information

General Hardware Requirements... 1. Workstation Requirements... 2. Application / Database Server Requirements... 3. Storage Requirements...

General Hardware Requirements... 1. Workstation Requirements... 2. Application / Database Server Requirements... 3. Storage Requirements... General Contents General... 1 Workstation Requirements... 2 Application / Database Server Requirements... 3 Storage Requirements... 4 Thin Client Requirements... 5 HIS/RIS Interface Installation... 6 Interfacing...

More information

SortSite Enterprise Deployment Guide v1.1.13

SortSite Enterprise Deployment Guide v1.1.13 SortSite Enterprise Deployment Guide v1.1.13 1. Introduction... 1 2. Architecture... 2 3. Recommended Hardware... 3 4. Performance Considerations... 3 5. Deployment... 4 5.1. Required Information... 4

More information

Sophos Mobile Control Installation prerequisites form

Sophos Mobile Control Installation prerequisites form Sophos Mobile Control Installation prerequisites form Product version: 3 Document date: January 2013 Contents 1 About this document... 3 2 System environment... 4 3 Communication between devices and push

More information

Cross-channel protection GSelector s exclusive cross-station protection prevents the same song from playing at the same time across your stations.

Cross-channel protection GSelector s exclusive cross-station protection prevents the same song from playing at the same time across your stations. Music scheduling reinvented GSelector is the world s first goal music scheduler; perfect for the diverse ways radio programmers deliver their stations to the audience. Build a better log GSelector virtually

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Microsoft Windows Apple Mac OS X

Microsoft Windows Apple Mac OS X Products Snow License Manager Snow Inventory Server, IDP, IDR Client for Windows Client for OS X Client for Linux Client for Unix Oracle Scanner External Data Provider Snow Distribution Date 2014-04-02

More information

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15

Product Manual. MDM On Premise Installation Version 8.1. Last Updated: 06/07/15 Product Manual MDM On Premise Installation Version 8.1 Last Updated: 06/07/15 Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 632 0411 Fax: + 41 52 672 2010 www.parallels.com

More information

XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines. A.Zydroń 18 April 2009. Page 1 of 12

XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines. A.Zydroń 18 April 2009. Page 1 of 12 XTM Web 2.0 Enterprise Architecture Hardware Implementation Guidelines A.Zydroń 18 April 2009 Page 1 of 12 1. Introduction...3 2. XTM Database...4 3. JVM and Tomcat considerations...5 4. XTM Engine...5

More information

ivos Technical Requirements V06112014 For Current Clients as of June 2014

ivos Technical Requirements V06112014 For Current Clients as of June 2014 ivos Technical Requirements V06112014 For Current Clients as of June 2014 The recommended minimum hardware and software specifications for ivos version 4.2 and higher are described below. Other configurations

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Upgrade Guide Published: 2014-01-16 SWD-20140116175501016 Contents 1 Overview: BlackBerry Enterprise Server...7 2 Planning

More information

Issue Tracking Anywhere Installation Guide

Issue Tracking Anywhere Installation Guide TM Issue Tracking Anywhere Installation Guide The leading developer of version control and issue tracking software Table of Contents Introduction...3 Installation Guide...3 Installation Prerequisites...3

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information