Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy

Size: px
Start display at page:

Download "Kony MobileFabric. Deployment Guide. Release 7.3. Document Relevance and Accuracy"

Transcription

1 Kony MobileFabric Deployment Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember to always view and download the latest document version relevant to the software release you are using by Kony, Inc. All rights reserved 1 of 26

2 Kony MobileFabric Deployment Guide Copyright 2014 Kony, Inc. All rights reserved. April, 2017 This document contains information proprietary to Kony, Inc., is bound by the Kony license agreements, and may not be used except in the context of understanding the use and methods of Kony, Inc., software without prior, express, written permission. Kony, Empowering Everywhere, Kony Nitro, and Kony Visualizer are trademarks of Kony, Inc. MobileFabric is a registered trademark of Kony, Inc. Microsoft, the Microsoft logo, Internet Explorer, Windows, and Windows Vista are registered trademarks of Microsoft Corporation. Apple, the Apple logo, itunes, iphone, ipad, OS X, Objective-C, Safari, Apple Pay, Apple Watch, and Xcode are trademarks or registered trademarks of Apple, Inc. Google, the Google logo, Android, and the Android logo are registered trademarks of Google, Inc. Chrome is a trademark of Google, Inc. BlackBerry, PlayBook, Research in Motion, and RIM are registered trademarks of BlackBerry. SAP and SAP Business Suite are registered trademarks of SAP SE in Germany and in several other countries. All other terms, trademarks, or service marks mentioned in this document have been capitalized and are to be considered the property of their respective owners by Kony, Inc. All rights reserved 2 of 26

3 Kony MobileFabric Deployment Guide Revision History Date Document Version Description of Modifications/Release 04/10/ Document updated for 7.3 GA 10/24/ Document updated for 7.2 GA 07/18/ Document Released for MobileFabric 7.1 GA 2017 by Kony, Inc. All rights reserved 3 of 26

4 Kony MobileFabric Deployment Guide Table of Contents 1. Preface Purpose Intended Audience Formatting Conventions Used in This Guide Contact Us 8 2. Deployment Guide Software Requirements Deployment Topology Development Topology Moving a MobileFabric App to a Different Environment App Server Sizing Sample Hardware Configurations Database Growth Sizing Session Management Memcache Session Management J2EE In-built Session Management Index by Kony, Inc. All rights reserved 4 of 26

5 1. Preface Kony MobileFabric Deployment Guide 1. Preface Kony MobileFabric is a Mobile Back-end as a Service (MBaaS) provider that helps developers build native and web apps for mobile. Various back-end services are easily integrated with the application irrespective of whether the application is built using JavaScript, PhoneGap, ios, or Android frameworks. MobileFabric allows you to define the back-end to build native mobile apps for ios, Android, and HTML5-based apps for modern browsers. MobileFabric ensures that developers build mobile applications quickly by focusing on core areas and obtaining secured back-end services instantly. MobileFabric has multiple features that can be used - Identity, Integration, Orchestration, Objects, Sync, and Engagement Services. These features can be accessed through a common, centralized console. For successful authentication with users, and to access the centralized features of MobileFabric, Kony recommends that you install the following MobileFabric features on premises: Kony MobileFabric Identity and Console Kony MobileFabric Integration Kony MobileFabric Engagement Services Kony MobileFabric Sync Services Kony MobileFabric supports the following back-end services for your applications: Identity: This feature allows you to define the type of authentication used for granting access to your application. MobileFabric supports the following authentication services: Microsoft Active Directory, Salesforce, Security Assertion Markup Language (SAML), Kony SAP Gateway, Kony Facebook, and Kony User Repository. Integration: This feature allows you to define various back-end services for your application. You can define the service in XML, SOAP, JSON, Java, Salesforce, and Kony SAP Gateway by Kony, Inc. All rights reserved 5 of 26

6 1. Preface Kony MobileFabric Deployment Guide Orchestration: This feature allows you to create two types of orchestration services. They are: o Composite: Allows you to run two or more services concurrently or sequentially. o Looping: Allows you to run a single service in a loop until the loop ends or an exit criteria is met. Synchronization: This feature allows you to define the synchronization services for your application. Sync supports only Web Services, except SAP Sky. Engagement Services: This feature allows you to define and configure push messaging services for your application. 1.1 Purpose The document helps you familiarize with the Kony MobileFabric and provide procedural information to perform various tasks required to build your application. 1.2 Intended Audience This document is intended for developers who would like to turn their applications into an enterprisegrade applications using Kony back-end services. 1.3 Formatting Conventions Used in This Guide The following formatting conventions are used throughout the document: 2017 by Kony, Inc. All rights reserved 6 of 26

7 1. Preface Kony MobileFabric Deployment Guide Conventions Explanation Monospace User input text, system prompts, and responses File path Commands Program code File names Italic Emphasis Names of books and documents New terminology Bold Windows Menus Buttons Icons Fields Tabs Folders URL Active link to a URL. Note: Provides helpful hints or additional information. Important: Highlights actions or information that might cause problems to systems or data 2017 by Kony, Inc. All rights reserved 7 of 26

8 1. Preface Kony MobileFabric Deployment Guide 1.4 Contact Us We welcome your feedback on our documentation. Write to us at For technical questions, suggestions, and comments, or to report problems on Kony's product line, contact 2017 by Kony, Inc. All rights reserved 8 of 26

9 2. Deployment Guide Guidelines for deploying MobileFabric on-premises. Kony MobileFabric is an enterprise-grade mobile backend as a service (MBaaS). How you set up MobileFabric depends your application requirements and the number of users of your applications. You can set up MobileFabric on-prem in many configurations with component servers that are configured on single or multiple physical and virtual hosts. "Software Requirements" on the next page "Deployment Topology" on page 11 "Development Topology" on page 12 "App Server Sizing" on page 13 "Database Growth Sizing" on page 18 "Session Management" on page 20 MobileFabric Deployment Glossary Term Definition presentation tier The top-most level of an application, the user interface. application tier The business logic, or logic tier, it controls the functionality of an application. J2EE Java Platform, Enterprise Edition EC2 Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud by Kony, Inc. All rights reserved 9 of 26

10 Term Definition RDS Amazon Relational Database Service (Amazon RDS) is a web service that makes it possible to set up, operate, and scale a relational database in the cloud. VM A virtual machine (VM) is an emulation of a particular computer system. UAT User acceptance testing. high availability A system or component that is continuously operational for a desirably long length of time. separation of concern A design principle for separating a computer program into distinct sections, such that each section addresses a separate concern. payload The part of the transmitted data that is the actual intended message. Payload does not include information sent with it such as headers or metadata, sometimes referred to as overhead data. A-series, Dv2- series Sizes and options for the Azure virtual machines. session affinity Enables the load balancer to bind a user's session to a specific instance. This ensures that all requests from the user during the session are sent to the same instance. 2.1 Software Requirements The following are the underlying software requirements for MobileFabric on-premises by Kony, Inc. All rights reserved 10 of 26

11 For a complete list operating systems, app servers, databases, and Java Runtime Environment supported by Kony MobileFabric, refer to Software Requirements by Kony MobileFabric 7.1. Requirement Supported Operating System Linux or Windows Java Runtime Environment JDK 1.7 or 1.8 Session/cache management Memcached HTTP servers (reverse proxy) Apache or Microsoft IIS Application servers JBoss, or Tomcat, or WebLogic or WebSphere Database MySQL or MariaDB or Oracle or MS SQL or DB2 LUW 2.2 Deployment Topology The following diagram depicts the topology of a typical deployment of MobileFabric in a Production environment. Individual components can vary based on specific requirements. Note: If a load balancer is not present between the presentation tier and application tier, then you must configure load balancing and rewrite rules on the Apache or Microsoft IIS server. Note: The end user mobile device does not need to have access to the MobileFabric Console. You use the console for MobileFabric app development, deployment, management by Kony, Inc. All rights reserved 11 of 26

12 2.3 Development Topology A development environment can consist of any or all of the services that form part of MobileFabric. The following diagram depicts the topology of a typical deployment of MobileFabric in a development environment by Kony, Inc. All rights reserved 12 of 26

13 2.3.1 Moving a MobileFabric App to a Different Environment To move a MobileFabric app from a development environment to a production environment, export the app from the source (dev) environment, and import app in to the new environment for example, a UAT or Production environment. To learn more about moving a MobileFabric app, see Exporting and Importing an Application. 2.4 App Server Sizing This section provides a guide to sizing and capacity that can help you determine the optimal deployment configurations for your apps and user requirements. The following table illustrates the sizing for each MobileFabric component by Kony, Inc. All rights reserved 13 of 26

14 MobileFabric Runtimes Throughput/Sec Capacity CPU Memory Integration & Identity 35 request/sec million 1 CPU per JVM 3 GB with payload 50kb session per per year JVM Engagement 35 request/sec pushes/sec 1 CPU per JVM 2 GB per JVM Sync 30 request/min 120 concurrent 1 CPU per JVM 3 GB with payload 1mb users/sec per JVM Note: 1 CPU and 2 GB is allocated for the operating system on each physical computer. Please note that Metrics and integration admin console Web archives (WARs) are installed as part of integration. The integration admin console provides basic reports. If advance reporting is required, install the reporting portal based on Jasper (Kony MobileFabric Reporting and Analytics - Installation Guide). Note: Metrics should be installed along with Integration services on the same physical computer Sample Hardware Configurations The following scenarios illustrate a range of hardware configurations for MobileFabric deployment Scenario A A company requires MobileFabric Integration to handle 1.25 million sessions/year, MobileFabric Engagement for 80 pushes/sec, and MobileFabric Sync for 120 concurrent users/sec. To maintain high availability, the customer adds an additional physical computer by Kony, Inc. All rights reserved 14 of 26

15 Hardware Configuration MobileFabric Java virtual machines Physical Computer/VM 5 core & 12 GB RAM Console, Identity, Integration, Engagement and Sync Physical Computer/VM 4 core & 10 GB RAM Integration, Identity, Engagement and Sync Physical Computer/VM 2 core & 4-5 GB RAM Sync or Engagement or Integration and Identity Physical Computer/VM 4 core & 16 GB RAM (applicable for Database) Database components of the MobileFabric: Console (accounts and workspace) Identity (authglobaldb and authconfig) Integration (konyadmin, devicedb, konyreports (Metrics)) Engagement Sync Scenario B A company requires MobileFabric Integration to handle 2 million sessions/year, MobileFabric Engagement for 80 pushes/sec, and MobileFabric Sync for 300 concurrent users/sec. To maintain high availability, the company adds an additional physical computer. Hardware Configuration MobileFabric Java virtual machines 1 Physical Computer/VM 8 core & 12 GB RAM 2 Integration & Identity, 3 Sync & 1 Engagement 2017 by Kony, Inc. All rights reserved 15 of 26

16 Hardware Configuration MobileFabric Java virtual machines 2 Physical Computers/VM 4 core & 10 GB RAM Integration + Identity, Engagement & Sync Physical Computer/VM 4 core & 16 GB RAM (applicable for Database) Database components of the MobileFabric: Console (accounts and workspace) Identity (authglobaldb and authconfig) Integration (konyadmin, devicedb, konyreports (Metrics)) Engagement Sync Scenario C A company requires MobileFabric Integration, Identity, Engagement and Reports Portal for handling 1.2 million session/year on Azure Linux cloud with SQL Server. As an illustration, each Standard tier: Dv2-series Standard_D3_v2 server can handle 1.25 million sessions per year. Two Standard tier: Dv2-series Standard_D3_v2 servers are configured for high availability so that the environment can handle any spikes and serve up to 2 million sessions per year. For every additional 1.25 million session /year, you will need an additional Standard tier: Dv2-series Standard_D3_v2 server. If high availability is required for MobileFabric Console & Reports Portal, the deployment requires 2 Standard tier: A-series Standard_A2 servers. The following tables also include a configuration for AWS that uses EC2 and RDS for MySQL. For Production 2017 by Kony, Inc. All rights reserved 16 of 26

17 Azure AWS MobileFabric JVM s 2 standard tier Dv2-series Standard_D3_v2 2 M3 series m3.xlarge Integration & Identity, & Engagement 2 Standard tier A-series Standard_A2 2 T2 series t2.medium MobileFabric Console & Reports Portal Azure SQL Database Standard S1 (200 edtu per pool) or 2 Standard tier: Dv2-series Standard_D3_v2 for MySQL/SQL Server Amazon RDS for MySQL db.m4.2xlarge or 2 M3 series m3.xlarge for MySQL/SQL Server For Development/QA Azure AWS MobileFabric JVM s 1 standard tier A-series Standard_A3 1 M3 series m3.xlarge Integration & Identity, & Messaging Azure SQL Database Standard S1 (Basic (200 edtu per pool) or Standard tier: A- series Standard_a3 for MySQL/SQL Server Amazon RDS for MySQL db.m4.2xlarge or 2 M3 series m3.xlarge Note: If separation of concern and high availability of a particular runtime is important, you can configure runtimes on different physical nodes. For more information about VM sizes and other aspects of performance, see Sizes for virtual machines in Azure and Amazon EC2 Instance Types by Kony, Inc. All rights reserved 17 of 26

18 2.5 Database Growth Sizing Database Component Data growth Size (GB) per year Planned Data Growth per year (%) Estimated Data size for 5 years In GB Data growth criteria KMS-Engagement million pushes per day devices, EMM IMEI, users, apps, 1 crore request per month Sync sessions per day Metrics (Without Events) Million Application Sessions, 10Million Service Calls, 2 Million Custom Metrics per month 2017 by Kony, Inc. All rights reserved 18 of 26

19 Database Component Data growth Size (GB) per year Planned Data Growth per year (%) Estimated Data size for 5 years In GB Data growth criteria Metrics (With Events+geography) Million Application Sessions, 10Million Service Calls, 2 Million Custom Metrics, 50 M Application Events, Geolocation database per month Admin Server Mostly static data, excluding Logging feature (which is of trouble shooting data) Identity/auth users, 50 apps. This data does not grow 2017 by Kony, Inc. All rights reserved 19 of 26

20 Database Component Data growth Size (GB) per year Planned Data Growth per year (%) Estimated Data size for 5 years In GB Data growth criteria Waas For 10 apps or 500 services with 10 operations each, asset size of 2 MB each Accounts Mostly static data, excluding Logging feature (which is of trouble shooting data) 2.6 Session Management Kony MobileFabric server supports Memcache or J2EE in-built session management. Typically, Memcache is configured for Tomcat/JBoss based environments and J2EE in-built HTTP Session Management is configured for WebSphere/WebLogic environments. The following lists the session requirements for Memcache and J2EE in-built session management. Session Configuration Memcache J2EE In-built Session Session affinity load balancer Not required Required 2017 by Kony, Inc. All rights reserved 20 of 26

21 Session Configuration Memcache J2EE In-built Session Additional configuration Yes, need to install memcache software Not required. App servers provides session management Data replication Not Supported Yes, session replication needs to be configured on App Server Memcache Session Management Memcache is an in-memory key-value store for small chunks of arbitrary data for example, strings, and objects. Memcache is a high-performance, distributed memory object caching system, generic in nature. Memcache does not support data replication across nodes. You can configure the Kony MobileFabric Server that is deployed on Tomcat to talk to any number of Memcache nodes. The nodes can be located on the same or different physical machines. All the user sessions are serialized and stored in the Memcache node. This makes it possible to deploy the Kony MobileFabric Server in an environment where session affinity is not available. The following describes typical scenarios that may occur when you use Memcache and how it handles sessions: Scenario A Tomcat Instance is Down In this scenario, there will be no transaction failure as the session data is available in the Memcache node. The request is routed to the other Tomcat instances. The other Tomcat instances will retrieve the session data from the Memcache Scenario B Memcache Instance is Down In this scenario, if the session data is stored on the Memcache instance that is down, there will be a transaction failure. All the users whose session data was stored on the Memcache instance that went down, have to reinitiate the transaction by Kony, Inc. All rights reserved 21 of 26

22 Scenario C Physical Computer is Down In this scenario, if the session data is stored on one of the Memcache instances of the physical computer that is down, there will be a transaction failure. All the users whose session data was stored on the Memcache instances of the failed physical computer, will have to reinitiate the transaction. The following illustrates the Memcache-Session Management scenario by Kony, Inc. All rights reserved 22 of 26

23 2.6.2 J2EE In-built Session Management J2EE-based Application servers provide HTTP-based session capabilities by default. The HTTP session is managed via an in-memory key-value store. The HTTP sessions will not survive application server restarts. The following diagram illustrates this scenario. The following describes typical scenarios that may occur when you use J2EE in-built session management and how it handles sessions: Scenario A WebLogic/Websphere Instance is Down 2017 by Kony, Inc. All rights reserved 23 of 26

24 In this scenario, all the users of this instance will have to reinitiate the transaction Scenario B Physical Computer is Down In this scenario, all the users of this physical computer will have to re-initiate the transaction. Note: If you configure session replication, the user will not have to re-initiate the transaction for the app server/physical computer restart or breakdown. You can configure session replication for small server farms for example, 2-10 app server instances. Session replication will require additional CPU and a very high-speed network connection between the app server nodes by Kony, Inc. All rights reserved 24 of 26

25 3. Index Kony MobileFabric Deployment Guide 3. Index capacity 13 C configurations hardware 14 deploying on-premises 9 D deployment session management 20 sizing 13 software requirements 10 deployment topology 11 development topology 12 environment E development 12 move MobileFabric app 13 production 11 glossary of deployment 9 G 2017 by Kony, Inc. All rights reserved 25 of 26

26 3. Index Kony MobileFabric Deployment Guide hardware configurations 14 H high availability 14 J2EE-based app servers 23 J Memcache 21 M MobileFabric 5 move MobileFabric app 13 production environment 11 P session management 20 S J2EE in-built 23 Memcache 21 sizing 13 software requirements 10 topology 11 T 2017 by Kony, Inc. All rights reserved 26 of 26

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Engagement Services. Database Setup Guide - SQL Server

Engagement Services. Database Setup Guide - SQL Server Kony MobileFabric Engagement Services Database Setup Guide - SQL Server Release 7.2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Release Notes. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Release Notes On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony MobileFabric Sync Services Server Planning Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony Fabric Sync Services Server On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Supported OS, Application Servers, and Databases Guide

Supported OS, Application Servers, and Databases Guide Supported OS, Application Servers, and Databases Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Mac

Installation Guide - Mac Kony Visualizer Enterprise Installation Guide - Mac Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide for Kony Fabric Containers Solution On-Premises

Installation Guide for Kony Fabric Containers Solution On-Premises Kony Fabric Installation Guide for Kony Fabric Containers Solution On-Premises Release V8.3.0.0 GA Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Introduction to Kony Fabric

Introduction to Kony Fabric Kony Fabric Introduction to Kony Fabric Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation - Manual - WebSphere. On-Premises. Release 7.2. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation - Manual - WebSphere On-Premises Release 7.2 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Manual Installation Guide

Manual Installation Guide Kony MobileFabric Manual Installation Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Installation Guide - Linux. On-Premises

Installation Guide - Linux. On-Premises Kony Management Installation Guide - Linux On-Premises Release 4.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Installation Guide - Windows Release 2.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Android Build Guidelines

Android Build Guidelines Kony Visualizer Android Build Guidelines Release 7.2.1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the

More information

Kony Licensing Guide

Kony Licensing Guide Release 6.5 On-Premises Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember

More information

Sync Services. Design Guidelines

Sync Services. Design Guidelines Kony MobileFabric Sync Services Design Guidelines Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Kony MobileFabric Reporting and Analytics. Installation Guide. On-Premises. Release 7.3. Document Relevance and Accuracy

Kony MobileFabric Reporting and Analytics. Installation Guide. On-Premises. Release 7.3. Document Relevance and Accuracy Kony MobileFabric Reporting and Analytics Installation Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

User Journey - Funnel Reports, App Events and APM

User Journey - Funnel Reports, App Events and APM Kony Fabric Reporting and Analytics User Journey - Funnel Reports, App Events and APM Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux

Kony MobileFabric. Kony Messaging Services On-Premises Installation Guide - Linux Kony MobileFabric Kony Messaging Services On-Premises Installation Guide - Linux Release 5.6 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page

More information

Upgrading Integration Service on WebSphere. On-Premises

Upgrading Integration Service on WebSphere. On-Premises Kony MobileFabric On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

System requirements for Qlik Sense. Qlik Sense September 2018 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense September 2018 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense September 2018 Copyright 1993-2018 QlikTech International AB. All rights reserved. Copyright 1993-2018 QlikTech International AB. All rights reserved. Qlik,

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

vfire 9.9 Prerequisites Guide Version 1.1

vfire 9.9 Prerequisites Guide Version 1.1 vfire 9.9 Prerequisites Guide Table of Contents Version Details 4 Copyright 4 About this Guide 5 Intended Audience 5 Standards and Conventions 5 Introduction 6 Web Server Requirements 7 Hardware Requirements

More information

Installation Guide - Mac

Installation Guide - Mac Installation Guide - Mac Release 7.0 Beta Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Scaling DreamFactory

Scaling DreamFactory Scaling DreamFactory This white paper is designed to provide information to enterprise customers about how to scale a DreamFactory Instance. The sections below talk about horizontal, vertical, and cloud

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

Sync Services. Developing Offline Applications

Sync Services. Developing Offline Applications Kony MobileFabric Sync Services Developing Offline Applications Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 71. This edition

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Kony MobileFabric. Sync Server Tomcat Installation Manual. On-Premises

Kony MobileFabric. Sync Server Tomcat Installation Manual. On-Premises Kony MobileFabric Sync Server Tomcat Installation Manual On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech Systems MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2 VMware Identity Manager Administration MAY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

System requirements for Qlik Sense. Qlik Sense June 2018 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense June 2018 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense June 2018 Copyright 1993-2018 QlikTech International AB. All rights reserved. Copyright 1993-2018 QlikTech International AB. All rights reserved. Qlik, QlikTech,

More information

Interstage Business Process Manager Analytics V11.1. Installation Guide. Windows/Solaris/Linux

Interstage Business Process Manager Analytics V11.1. Installation Guide. Windows/Solaris/Linux Interstage Business Process Manager Analytics V11.1 Installation Guide Windows/Solaris/Linux J2U3-0052-02(00) July 2010 About this Manual This document describes how to install Interstage Business Process

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky)

Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) Xytech MediaPulse Equipment Guidelines (Version 8 and Sky) MediaPulse Architecture Xytech s MediaPulse solution utilizes a multitier architecture, requiring at minimum three server roles: a database server,

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

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

SecureAware Technical Whitepaper

SecureAware Technical Whitepaper SecureAware Technical Whitepaper - requirements and specifications Applies to SecureAware version 4.x Document date: January 2015 About this document This whitepaper provides a detailed overview of the

More information

Installation Guide - Linux

Installation Guide - Linux Kony MobileFabric Installation Guide - Linux On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Talkative Engage Mitel Architecture Guide. Version 1.0

Talkative Engage Mitel Architecture Guide. Version 1.0 Talkative Engage Mitel Architecture Guide Version 1.0 This document contains confidential information that is proprietary to Talkative. No part of its contents may be used, disclosed or conveyed to any

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Version: 6.2.x Written by: Product Documentation, R&D Date: January 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

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

Desktop Installation Guide

Desktop Installation Guide Desktop Installation Guide Desktop Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

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

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Deltek Vision 7.6. Technical Overview and System Requirements: Advanced Deployment (150 or More Employees)

Deltek Vision 7.6. Technical Overview and System Requirements: Advanced Deployment (150 or More Employees) Deltek Vision 7.6 Technical Overview and System Requirements: Advanced Deployment (150 or More Employees) April 25, 2017 While Deltek has attempted to verify that the information in this document is accurate

More information

Agile Platform 6.0 System Requirements

Agile Platform 6.0 System Requirements TECHNICAL NOTE Agile Platform 6.0 System Requirements The Agile Platform architecture has been designed with a strong focus on performance, scalability, and high-availability. This technical note describes

More information

Using and Developing with Azure. Joshua Drew

Using and Developing with Azure. Joshua Drew Using and Developing with Azure Joshua Drew Visual Studio Microsoft Azure X-Plat ASP.NET Visual Studio - Every App Our vision Every App Every Developer .NET and mobile development Desktop apps - WPF Universal

More information

DeskAlerts 9 Installation Guide

DeskAlerts 9 Installation Guide DeskAlerts 9 Installation Guide ToolbarStudio, Inc. 2017 Version 1.1. Copyright Notice ToolbarStudio, Inc. 815 North Royal St, STE 202 Alexandria, VA 22314 United States Email: sales@deskalerts.com Tel:

More information

Develop and test your Mobile App faster on AWS

Develop and test your Mobile App faster on AWS Develop and test your Mobile App faster on AWS Carlos Sanchiz, Solutions Architect @xcarlosx26 #AWSSummit 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The best mobile apps are

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

vfire 9.5 Prerequisites Guide Version 1.1

vfire 9.5 Prerequisites Guide Version 1.1 vfire 9.5 Prerequisites Guide Table of Contents Version Details 4 Copyright 4 About this Guide 5 Intended Audience 5 Standards and Conventions 5 Introduction 6 Web Server Deployment 7 Hardware Requirements

More information

Kony Visualizer. Wearables Developer's Guide

Kony Visualizer. Wearables Developer's Guide Kony Visualizer Wearables Developer's Guide Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Red Hat Decision Manager 7.0

Red Hat Decision Manager 7.0 Red Hat Decision Manager 7.0 Installing and configuring Decision Server on IBM WebSphere Application Server For Red Hat Decision Manager 7.0 Last Updated: 2018-04-14 Red Hat Decision Manager 7.0 Installing

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

Sostenuto Hardware and Software Configuration Guide. Date: October Page 1 of 15

Sostenuto Hardware and Software Configuration Guide. Date: October Page 1 of 15 Sostenuto 5.3.1 Hardware and Software Configuration Guide Date: October 2017 Page 1 of 15 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or

More information

Suite. V11 Platform Specifications that are supported GDOT. Operating Systems (64-bit only) Microsoft Office. V10.1 Aspen GDOT Offline

Suite. V11 Platform Specifications that are supported GDOT. Operating Systems (64-bit only) Microsoft Office. V10.1 Aspen GDOT Offline Operating Systems (64-bit only) Windows 10 Anniversary (1709 LTSC) Enterprise & Professional (64-bit) P P Windows 10 Enterprise & Professional (64-bit) P P Windows 8.1 Update 1 Enterprise & Professional

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

System requirements for Qlik Sense. Qlik Sense April 2018 Copyright QlikTech International AB. All rights reserved.

System requirements for Qlik Sense. Qlik Sense April 2018 Copyright QlikTech International AB. All rights reserved. System requirements for Qlik Sense Qlik Sense April 2018 Copyright 1993-2018 QlikTech International AB. All rights reserved. Copyright 1993-2018 QlikTech International AB. All rights reserved. Qlik, QlikTech,

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Introduction 2 Prerequisites 2 Installation 2 Installation Overview 3 Downloading and Installing for Windows 3 Downloading and Installing for macos 4 Installing

More information

VMware Workspace ONE UEM Recommended Architecture Guide

VMware Workspace ONE UEM Recommended Architecture Guide VMware Workspace ONE UEM Recommended Architecture Guide Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

Service Manager. Ops Console On-Premise User Guide

Service Manager. Ops Console On-Premise User Guide Service Manager powered by HEAT Ops Console On-Premise User Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Kony Fabric. Sync ORM API Guide. Release V8. Document Relevance and Accuracy

Kony Fabric. Sync ORM API Guide. Release V8. Document Relevance and Accuracy Kony Fabric Sync ORM API Guide Release V8 Document Relevance and Accuracy This document is considered relevant to the release stated on this title page and the document version stated on the Revision History

More information

Service Portal User Guide

Service Portal User Guide FUJITSU Cloud Service K5 IaaS Service Portal User Guide Version 1.4 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2016 K5IA-DC-M-005-001E Preface Purpose of This Manual This manual

More information

vfire Prerequisites Guide Version 1.1

vfire Prerequisites Guide Version 1.1 vfire 9.4.0 Prerequisites Guide Table of Contents Version Details Copyright About this Guide Intended Audience Standards and Conventions iv iv v v v Introduction 6 Web Server Deployment 7 Hardware Requirements

More information

Kony Visualizer. Wearables Developer's Guide

Kony Visualizer. Wearables Developer's Guide Kony Visualizer Wearables Developer's Guide Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Installation Guide. Apparo Fast Edit. For Windows Server IBM Cognos Analytics. Version Single Instance

Installation Guide. Apparo Fast Edit. For Windows Server IBM Cognos Analytics. Version Single Instance Installation Guide Apparo Fast Edit For Windows Server 2008-2016 IBM Cognos Analytics Version 3.0.7.1 Single Instance [1] 1 Prior to Installation 4 1.1 Hardware requirements... 4 1.2 Supported operating

More information

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1 VMware Workspace ONE Quick Configuration Guide VMware AirWatch 9.1 A P R I L 2 0 1 7 V 2 Revision Table The following table lists revisions to this guide since the April 2017 release Date April 2017 June

More information

System Requirements for ConSol CM Version Architectural Overview

System Requirements for ConSol CM Version Architectural Overview System Requirements for ConSol CM Version 6.11.1 Architectural Overview ConSol CM is built upon a Java EE web architecture, containing the following core components: JEE Application Server running the

More information

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING 2017/11/10 10:40 1/2 Setup Setup INTRODUCTION The setup procedure for VISUAL PLANNING 5.3 depends on the version: VISUAL PLANNING ONE VISUAL PLANNING ESSENTIAL VISUAL PLANNING ENTERPRISE Be aware of the

More information

Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS)

Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS) Build Mobile Cloud Apps Effectively Using Oracle Mobile Cloud Services (MCS) Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the need for something like Oracle Mobile

More information

Manufacturing & Supply Chain Suite

Manufacturing & Supply Chain Suite (APC) Web Server (server) Manufacturing & Supply Chain (APC) Operating Systems (64-bit only) Windows 10 Anniversary (1709 LTSC) Enterprise & Professional (64-bit) P P Windows 10 Enterprise & Professional

More information