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

Size: px
Start display at page:

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

Transcription

1 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 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 24

2 Kony MobileFabric Sync Server Installation - Manual - Tomcat Copyright 2013 Kony, Inc. All rights reserved. August, 2015 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 MobileFabric, Kony Modeler,and Kony Visualizer are trademarks 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. 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 24

3 Kony MobileFabric Sync Server Installation - Manual - Tomcat Revision History Date Document Version Description of Modifications/Release 08/12/ Updated the manual installation instructions as per 6.5 release. 07/11/ Worked on re-branding of Kony Sync to Kony MobileFabric Sync for 6.5 release. 03/30/ DB2 support for Sync is updated for release /12/ Updated for release by Kony, Inc. All rights reserved 3 of 24

4 Kony MobileFabric Sync Server Installation - Manual - Tomcat Table of Contents 1. Preface Purpose Intended Audience Formatting conventions used in this guide Contact Us 7 2. Prerequisites Hardware Requirements (per physical instance) Software System Requirements (per physical instance) Necessary Setup Files 9 3. Setting Up Tomcat for Kony MobileFabric Sync Install Tomcat Add Driver Jars Creating SyncConsole Database Setting up Sync Home Directory Creating Datasource and Configuring JNDI and Hibernate Dialect Deploying SyncConsole Application Deploying SyncServices Application by Kony, Inc. All rights reserved 4 of 24

5 1. Preface Kony MobileFabric Sync Server Installation - Manual - Tomcat 1. Preface There are two important components of Kony MobileFabric Sync Framework - Sync Management Console and Sync Services. Sync Management Console provides a single point of control for monitoring and configures the Kony MobileFabric Sync console creation process, including data integration, storage, and analysis. By using web based user interface, the console requires less training time, reduces the number of steps involved in administration. The console provides an opportunity to uphold standard operating procedures and minimize manual work by enabling repeatable processes. Sync Services are the services that synchronize data between Client and Enterprise Data Source bidirectionally. 1.1 Purpose This document provides instructions for installing and configuring Kony MobileFabric Sync Server on Tomcat. 1.2 Intended Audience This document is intended for Administrators and Developers responsible for installing and configuring Kony MobileFabric Sync Server. It is assumed that the reader of this document is familiar with deploying software on Java application servers/weblogic application server and installing database software 1.3 Formatting conventions used in this guide The following formatting conventions are used throughout the document: Click here 2015 by Kony, Inc. All rights reserved 5 of 24

6 1. Preface Kony MobileFabric Sync Server Installation - Manual - Tomcat Convention 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 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 2015 by Kony, Inc. All rights reserved 6 of 24

7 1. Preface Kony MobileFabric Sync Server Installation - Manual - Tomcat 1.4 Contact Us We welcome your feedback on our documentation. Write to us at techpubs@kony.com. For technical questions, suggestions, comments or to report problems on Kony product line, contact prodsupport@kony.com by Kony, Inc. All rights reserved 7 of 24

8 2. Prerequisites Kony MobileFabric Sync Server Installation - Manual - Tomcat 2. Prerequisites Read this section to understand the system requirements and necessary software before you install and configure Kony MobileFabric Sync Services. 2.1 Hardware Requirements (per physical instance) Specification per Instance Component Standard Development Environment Standard QA or Certification Environment Standard Production Environment Windows Windows Server 2008 Windows Server 2008 / Windows Server 2008 / Operating / Windows 8 Windows 8 Professional Windows 8 Professional System Professional / / Windows 7 / Windows 7 Windows 7 Professional, 64 bit, 4 Professional, 64 bit, 4 Professional, 64 bit, 4 Cores Cores Cores Linux Operating Red Hat Linux Red Hat Linux Red Hat Linux System Enterprise 6.0, 64 bit, Enterprise 6.0, 64 bit, 4 Enterprise 6.0, 64 bit, 4 4 Cores Cores Cores Minimum Recommended RAM 8 GB or more 16 GB or more 32 GB or more Minimum Recommended Hard Disk Space 40 GB or more 40 GB or more 80 GB or more 2015 by Kony, Inc. All rights reserved 8 of 24

9 2. Prerequisites Kony MobileFabric Sync Server Installation - Manual - Tomcat For detailed information on hardware requirements, refer to Kony MobileFabric Sync Server Installation Options section of Kony MobileFabric Sync On-Premises Server Planning Guide. 2.2 Software System Requirements (per physical instance) For software system requirements, click here. 2.3 Necessary Setup Files File syncconsole.war syncservice.war Download On Kony developer portal, under KonyOne Sync GA <version> (for manual installation on Tomcat) section > SyncConsole WAR > click Download to access the file. On Kony developer portal, under KonyOne Sync GA <version> (for manual installation on Tomcat) section > SyncServices WAR > click Download to access the file. On Kony developer portal, under KonyOne Sync GA <version> (for manual installation on Tomcat) section >SyncConsole Scripts-MSSQL > click Download to access the file. Property Files ojdbc6_g.jar postgresql-9.2- console-schemasqlserver-mssql.zip mysql-connectorjava bin.jar html jdbc4.jar 2015 by Kony, Inc. All rights reserved 9 of 24

10 2. Prerequisites Kony MobileFabric Sync Server Installation - Manual - Tomcat File sqljdbc4.jar DB2 driver jars (version: ) Download ibm.com/support/fixcentral/swg/selectFixes?parent=ibm%2FInformation % 2BManagement&product=ibm/Information+Management/IBM+Data+Server+Client+ Packages&release=10.5.*&platform=All&function=fixId&fixids=*jdbc*FP001& includesupersedes= by Kony, Inc. All rights reserved 10 of 24

11 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat 3. Setting Up Tomcat for Kony MobileFabric Sync To set up Tomcat for Kony MobileFabric Sync, follow these steps: 1. Install Tomcat 2. Add Driver Jars 3. Creating SyncConsole Database 4. Setting up Sync Home Directory 5. Creating Datasource and Configuring JNDI and Hibernate Dialect 3.1 Install Tomcat To install Tomcat, follow these steps: 1. Download apache-tomcat from 2. Extract and save the files at a required location on your system (for example, D:\tomcat 7.0). 3.2 Add Driver Jars To add driver jars, follow this step: 1. Download and add a jar file under <Tomcat_Installation>/lib folder. 2. Based on your database server, you can select one of the following jar files for connecting databases (Console Database, Persistent Database, and Enterprise Database). mysql-connector-java bin.jar ojdbc6_g.jar 2015 by Kony, Inc. All rights reserved 11 of 24

12 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat postgresql jdbc4.jar sqljdbc4.jar db2jcc4.jar and db2jcc_license_cisuz.jar For information on where to download the jar files, click here. 3.3 Creating SyncConsole Database To create SyncConsole Database, follow this step: Download and run.sql file from your Server Management studio. Sync console database is created. For example: For SQL Server: console-schema-sqlserver.sql For MySQL: console-schema-mysql.sql For Oracle: console-schema-oracle.sql For Postgre SQL: console-schema-postgresql.sql For DB2: console-schema-db2.sql 3.4 Setting up Sync Home Directory To set up Sync home directory, follow these steps: 1. Create a folder in your directory structure (For example: D:\Kony\KonySync in Windows, /Kony/KonySync in Linux) and assume it as sync.home. 2. Create a conf directory under it by Kony, Inc. All rights reserved 12 of 24

13 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat 3. Extract the PropertyFiles.zip to the conf directory. The following files appear: a. console-log4j.properties b. services-log4j.properties c. synclicense.properties d. syncconsole.properties e. syncservice.properties f. middleware.properties 4. Create the directory structure, middleware/middleware-bootconfig under sync.home, and move middleware.properties from conf to middleware/middleware-bootconfig. 5. Configure sync.home and middleware.home as JVM argument below including memory settings. a. Open catalina.bat in <Tomcat_Installation>/bin directory. b. Add the following code at the beginning: set JAVA_OPTS=%JAVA_OPTS% -Dsync.home="D:\Kony\KonySync" - Dmiddleware.home="D:\Kony\KonySync" -Xms512m -Xmx1024m - XX:PermSize=256m -XX:MaxPermSize=256m -Dfile.encoding=UTF8 3.5 Creating Datasource and Configuring JNDI and Hibernate Dialect To create DataSource and Configure JNDI and Hibernate Dialect, follow these steps: 2015 by Kony, Inc. All rights reserved 13 of 24

14 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat 1. Configure the above JNDI name and hibernate dialect class name by following these steps: a. To configure console database details, include the following Resource tag in between <Context> </Context> tags in the context.xmlfile under <Tomcat_ Installation>\confdirectory. The following are the sample database JNDI resource code: My SQL Server: <Resource name="jdbc/consoledb" auth="container" type="javax.sql.datasource" factory="org.apache.tomcat.jdbc.pool.datasourcefactory" driverclassname="com.mysql.jdbc.driver" username="root" password="kony123" url="jdbc:mysql://localhost:3306/syncconsole" driverclassname="com.mysql.jdbc.driver" username="root" password="kony123" url="jdbc:mysql://localhost:3306/syncconsole" testwhileidle="true" testonborrow="true" testonreturn="false" validationquery="select 1" validationinterval="30000" timebetweenevictionrunsmillis="30000" initialsize="10" maxactive="30" minidle="10" maxwait="10000" maxidle="30" removeabandonedtimeout="60" removeabandoned="true" logabandoned="true" minevictableidletimemillis="30000" jmxenabled="true"/> SQL Server: <Resource name="jdbc/consoledb" auth="container" type="javax.sql.datasource" factory="org.apache.tomcat.jdbc.pool.datasourcefactory" driverclassname="com.microsoft.sqlserver.jdbc.sqlserverdriver" username="sa" password="kony123" 2015 by Kony, Inc. All rights reserved 14 of 24

15 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat url="jdbc:sqlserver://localhost:1433;databasename=syncconsole" testwhileidle="true" testonborrow="true" testonreturn="false" validationquery="select 1" validationinterval="30000" timebetweenevictionrunsmillis="30000" initialsize="10" maxactive="30" minidle="10" maxwait="10000" maxidle="30" removeabandonedtimeout="60" removeabandoned="true" logabandoned="true" minevictableidletimemillis="30000" jmxenabled="true"/> Oracle Server <Resource name="jdbc/consoledb" auth="container" type="javax.sql.datasource" factory="org.apache.tomcat.jdbc.pool.datasourcefactory" driverclassname="oracle.jdbc.driver.oracledriver" username="syncconsole" password="kony123" url="jdbc:oracle:thin:@localhost:1521:xe" testwhileidle="true" testonborrow="true" testonreturn="false" validationquery="select 1" validationinterval="30000" timebetweenevictionrunsmillis="30000" initialsize="10" maxactive="30" minidle="10" maxwait="10000" maxidle="30" removeabandonedtimeout="60" removeabandoned="true" logabandoned="true" minevictableidletimemillis="30000" jmxenabled="true"/> PostgreSQL Server <Resource name="jdbc/consoledb" auth="container" type="javax.sql.datasource" factory="org.apache.tomcat.jdbc.pool.datasourcefactory" driverclassname="org.postgresql.driver" username="postgres" password="kony123" 2015 by Kony, Inc. All rights reserved 15 of 24

16 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat url="jdbc:postgresql://localhost:5432/syncconsole" testwhileidle="true" testonborrow="true" testonreturn="false" validationquery="select 1" validationinterval="30000" timebetweenevictionrunsmillis="30000" initialsize="10" maxactive="30" minidle="10" maxwait="10000" maxidle="30" removeabandonedtimeout="60" removeabandoned="true" logabandoned="true" minevictableidletimemillis="30000" jmxenabled="true"/> DB2 Server <Resource name="jdbc/consoledb" auth="container" type="javax.sql.datasource" factory="org.apache.tomcat.jdbc.pool.datasourcefactory" driverclassname="com.ibm.db2.jcc.db2driver" username="dbclient" password="kony123" url="jdbc:db2://localhost:50000/konydb:currentschema=syncconsol e;" testwhileidle="true" testonborrow="true" testonreturn="false" validationquery="select 1" validationinterval="30000" timebetweenevictionrunsmillis="30000" initialsize="5" maxactive="10" minidle="5" maxwait="10000" maxidle="10" removeabandonedtimeout="600" removeabandoned="true" logabandoned="true" minevictableidletimemillis="30000" jmxenabled="true"/> Note: Contact your database administrator to get the user name and password by Kony, Inc. All rights reserved 16 of 24

17 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat b. Place syncconsole.properties file under <sync.home>\conf directory, where the syncconsole.properties file should have the following properties. #Sync Console configuration properties file ########################################### #Hibernate Dialect related properties. # # #For MySQL # #hibernate.dialect=com.kony.sync.console.dialect.custommysqldiale ct # # # #For Oracle # #hibernate.dialect=com.kony.sync.console.dialect.customoracledial ect # # # #For PostgreSQL # #hibernate.dialect=com.kony.sync.console.dialect.custompostgresql Dialect# ## #For DB2# #hibernate.dialect=com.kony.sync.console.dialect.customdb2dialect # # # ################################################################# ######## hibernate.dialect=com.kony.sync.console.dialect.customsqlserverdi alect Based on the database, you need to update the custom server dialect. ################################################################# ######## #SyncConsole JNDI Name 2015 by Kony, Inc. All rights reserved 17 of 24

18 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat # #For JBoss, #syncconsole.jndi.name=java:/consoledb # #For Tomcat, Weblogic, Websphere, #syncconsole.jndi.name=jdbc/consoledb # ################################################################# ######## syncconsole.jndi.name=jdbc/consoledb Based on the database, you need to update the custom server dialect. ################################################################# ######## ################################################################# ######## ## # Quartz related Properties # # # ################################################################# ######## #instance name org.quartz.scheduler.instancename=syncscheduler #Job store class name - Setting The Scheduler's JobStore to JobStoreTX org.quartz.jobstore.class=org.quartz.impl.jdbcjobstore.jobstoretx #Thread pool class name org.quartz.threadpool.class=org.quartz.simpl.simplethreadpool #This parameter determines number of jobs that run simultaneously org.quartz.threadpool.threadcount=12 #This parameter determines thread priority org.quartz.threadpool.threadpriority= by Kony, Inc. All rights reserved 18 of 24

19 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat #Determines whether the server is in clustered mode or not org.quartz.jobstore.isclustered=false #The number of milliseconds the scheduler will 'tolerate' a trigger to pass its next-fire-time by, before being considered "misfired" org.quartz.jobstore.misfirethreshold=60000 ################################################################# ############## #Quartz Dialect related property # # The below property is used by quartz to do any JDBC work required for its implementation to access syncconsole # # database.so this is based on the driver that is being used while defining syncconsole database # # # #For Microsoft SQLServer driver # #org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobs tore.mssqldelegate # # # #For PostgreSQL driver # #org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobs tore.postgresqldelegate # # # #For Oracle Drivers used in Weblogic ##org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjob store.oracle.weblogic.weblogicoracledelegate # # # #For Oracle driver # #org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobs tore.oracle.oracledelegate # # # #For DB2 driver # 2015 by Kony, Inc. All rights reserved 19 of 24

20 3. Setting Up Tomcat for Kony MobileFabric Sync Kony MobileFabric Sync Server Installation - Manual - Tomcat #org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobs tore.db2v8delegate # # # #For Weblogic JDBC drivers # #org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobs tore.weblogicdelegate # # # #When the driver doesn't match above specified category # #org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobs tore.stdjdbcdelegate # ################################################################# ############# org.quartz.jobstore.driverdelegateclass=org.quartz.impl.jdbcjobst ore.mssqldelegate Based on the database, you need to update the custom server dialect. #SyncService context root name to access Sync Services Logs. syncservice.context=syncservice 2015 by Kony, Inc. All rights reserved 20 of 24

21 4. Deploying SyncConsole Application Kony MobileFabric Sync Server Installation - Manual - Tomcat 4. Deploying SyncConsole Application To deploy SyncConsole application, follow these steps: 1. Copy syncconsole.war file and paste it into webapps folder of Tomcat. 2. Start Tomcat server from Tomcat Installation. Double-click startup.bat for windows in <Tomcat_Installation>\bin folder. 3. Access console application from browser using the login URL, 4. On successful deployment, you can view the following page: 5. Enter super user credentials for the first time to login to the application: a. Username: syncadmin b. Password: SyncAdmin123 After successful login, the following screen appears: 2015 by Kony, Inc. All rights reserved 21 of 24

22 4. Deploying SyncConsole Application Kony MobileFabric Sync Server Installation - Manual - Tomcat 2015 by Kony, Inc. All rights reserved 22 of 24

23 5. Deploying SyncServices Application Kony MobileFabric Sync Server Installation - Manual - Tomcat 5. Deploying SyncServices Application You have to deploy the SyncServices application that you configured. To deploy the Sync Services application, follow these steps: 1. Copy SyncService.war file and paste it into webapps folder of Tomcat. 2. Double-click startup.bat for windows in <Tomcat_Installation>\bin folder to start the Tomcat server from Tomcat Installation. 3. After successful deployment, the tomcat console displays the below message: 4. Access service application from browser using below login URL: by Kony, Inc. All rights reserved 23 of 24

24 5. Deploying SyncServices Application Kony MobileFabric Sync Server Installation - Manual - Tomcat 5. On successful deployment, you can view the following page by Kony, Inc. All rights reserved 24 of 24

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

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere 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

Integration Service Database. Installation Guide - Oracle. On-Premises

Integration Service Database. Installation Guide - Oracle. On-Premises Kony MobileFabric Integration Service Database Installation Guide - Oracle On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

More information

KPNS Database Setup Guide - SQL Server

KPNS Database Setup Guide - SQL Server KPNS Database Setup Guide - SQL Server Kony Platform Release 5.0.7 Copyright 2013 Kony, Inc. All rights reserved. February, 2014 This document contains information proprietary to Kony, Inc., is bound by

More information

KonyOne Server Prerequisites _ MS SQL Server

KonyOne Server Prerequisites _ MS SQL Server KonyOne Server Prerequisites _ MS SQL Server KonyOne Platform Release 5.0 Copyright 2012-2013 Kony Solutions, Inc. All Rights Reserved. Page 1 of 13 Copyright 2012-2013 by Kony Solutions, Inc. All rights

More information

Database FAQs - SQL Server

Database FAQs - SQL Server Database FAQs - SQL Server Kony Platform Release 5.0 Copyright 2013 by Kony, Inc. All rights reserved. August, 2013 This document contains information proprietary to Kony, Inc., is bound by the Kony license

More information

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application

Kony MobileFabric Messaging. Demo App QuickStart Guide. (Building a Sample Application Kony MobileFabric Kony MobileFabric Messaging Demo App QuickStart Guide (Building a Sample Application Apple ios) Release 6.5 Document Relevance and Accuracy This document is considered relevant to the

More information

Install BA Server with Your Own BA Repository

Install BA Server with Your Own BA Repository Install BA Server with Your Own BA Repository This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014

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

SpagoBI exo Tomcat Installation Manual

SpagoBI exo Tomcat Installation Manual SpagoBI exo Tomcat Installation Manual Authors Luca Fiscato Andrea Zoppello Davide Serbetto Review Grazia Cazzin SpagoBI exo Tomcat Installation Manual ver 1.3 May, 18 th 2006 pag. 1 of 8 Index 1 VERSION...3

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

Set Up BA Server and Tools

Set Up BA Server and Tools Set Up BA Server and Tools This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014 Pentaho Corporation.

More information

Exchange Service ReadMe and Configuration Setup

Exchange Service ReadMe and Configuration Setup Exchange Service ReadMe and Configuration Setup Kony EMM Copyright 2014 Kony, Inc. All rights reserved. August, 2014 This document contains information proprietary to Kony, Inc., is bound by the Kony license

More information

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com VERSION 9.02 INSTALLATION GUIDE www.pacifictimesheet.com PACIFIC TIMESHEET INSTALLATION GUIDE INTRODUCTION... 4 BUNDLED SOFTWARE... 4 LICENSE KEY... 4 SYSTEM REQUIREMENTS... 5 INSTALLING PACIFIC TIMESHEET

More information

Installation Guide. Version 2.1. on Oracle Java Cloud Service 2015-06-19

Installation Guide. Version 2.1. on Oracle Java Cloud Service 2015-06-19 Installation Guide on Oracle Java Cloud Service Version 2.1 2015-06-19 1 Preface This installation guide provides instructions for installing FlexDeploy on the Oracle Java Cloud Service. For on-premise

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

Install guide for Websphere 7.0

Install guide for Websphere 7.0 DOCUMENTATION Install guide for Websphere 7.0 Jahia EE v6.6.1.0 Jahia s next-generation, open source CMS stems from a widely acknowledged vision of enterprise application convergence web, document, search,

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

TIBCO ActiveMatrix BusinessWorks Process Monitor Server. Installation

TIBCO ActiveMatrix BusinessWorks Process Monitor Server. Installation TIBCO ActiveMatrix BusinessWorks Process Monitor Server Installation Software Release 2.1.2 Published: May 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Oracle Product Data Quality

Oracle Product Data Quality Oracle Product Data Quality Oracle DataLens Server Installation Guide Version 55 E18261-01 August 2010 Oracle Product Data Quality Oracle DataLens Server Installation Guide, Version 55 E18261-01 Copyright

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013

Simba XMLA Provider for Oracle OLAP 2.0. Linux Administration Guide. Simba Technologies Inc. April 23, 2013 Simba XMLA Provider for Oracle OLAP 2.0 April 23, 2013 Simba Technologies Inc. Copyright 2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

FileNet Business Activity Monitor (BAM) Release Notes

FileNet Business Activity Monitor (BAM) Release Notes FileNet Business Activity Monitor (BAM) Release Notes Release 3.6.0 September 2006 FileNet is a registered trademark of FileNet corporation. All other product and brand names are trademarks or registered

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

2X Cloud Portal v10.5

2X Cloud Portal v10.5 2X Cloud Portal v10.5 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

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

Geoportal Server 1.2.2 Installation Guide for GlassFish 3.1.2 Contents

Geoportal Server 1.2.2 Installation Guide for GlassFish 3.1.2 Contents Geoportal Server 1.2.2 Installation Guide for GlassFish 3.1.2 Contents 1. PREREQUISITES... 1 2. DEPLOY THE GEOPORTAL APPLICATION... 1 3. DEPLOY THE SERVLET APPLICATION (OPTIONAL)... 3 4. CONFIGURE THE

More information

Installation Guide for contineo

Installation Guide for contineo Installation Guide for contineo Sebastian Stein Michael Scholz 2007-02-07, contineo version 2.5 Contents 1 Overview 2 2 Installation 2 2.1 Server and Database....................... 2 2.2 Deployment............................

More information

Server Installation and Administration Guide ARIS. Version 9.6

Server Installation and Administration Guide ARIS. Version 9.6 Server Installation and Administration Guide ARIS Version 9.6 April 2014 This document applies to ARIS Version 9.6 and to all subsequent releases. Specifications contained herein are subject to change

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Parallels Virtual Automation 6.1

Parallels Virtual Automation 6.1 Parallels Virtual Automation 6.1 Installation Guide for Windows April 08, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels

More information

JAMF Software Server Installation Guide for Windows. Version 8.6

JAMF Software Server Installation Guide for Windows. Version 8.6 JAMF Software Server Installation Guide for Windows Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

Installation Guide. Help Desk Manager. Version v12.1.0

Installation Guide. Help Desk Manager. Version v12.1.0 Installation Guide Help Desk Manager Version v12.1.0 Documentation published: March 12, 2014 Contents Introduction to Help Desk Manager 3 Help Desk Manager Key Features 3 Do-It-Yourself Installation and

More information

Crystal Reports XI Release 1 for Windows

Crystal Reports XI Release 1 for Windows Revision Date: November 5, 2007 Crystal Reports XI Release 1 for Windows Overview Contents This document lists specific platforms and configurations for the Crystal Reports XI Release 1. INTRODUCTION...

More information

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Oracle Business Intelligence Publisher Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Part No. B32481-01 December 2006 Introduction Oracle BI Publisher

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 2.5 Document date: July 2012 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Running

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0 JAMF Software Server Installation and Configuration Guide for Linux Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.2 Installation Guide Release Date May 10, 2011 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2010 Adeptia, Inc. All rights reserved. Trademarks

More information

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009

Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Tool-Assisted Knowledge to HL7 v3 Message Translation (TAMMP) Installation Guide December 23, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

JASPERREPORTS SERVER INSTALLATION GUIDE

JASPERREPORTS SERVER INSTALLATION GUIDE JASPERREPORTS SERVER INSTALLATION GUIDE RELEASE 5.6 http://www.jaspersoft.com Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft

More information

QuickStart Guide for Managing Mobile Devices. Version 9.2

QuickStart Guide for Managing Mobile Devices. Version 9.2 QuickStart Guide for Managing Mobile Devices Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

Using. Microsoft Virtual PC. Page 1

Using. Microsoft Virtual PC. Page 1 Using Microsoft Virtual PC T4 Page 1 Microsoft Virtual PC Microsoft Virtual PC allows multiple Guest Operating Systems (Virtual Machines) to run using the resources of the Host Operating System (The PC

More information

Oracle Endeca Information Discovery Integrator

Oracle Endeca Information Discovery Integrator Oracle Endeca Information Discovery Integrator Integrator ETL Version 3.1.1 Rev. A December 2013 Copyright and disclaimer Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved. Oracle

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0 JAMF Software Server Installation and Configuration Guide for OS X Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

OpenL Tablets 5.14 OpenL Tablets BRMS

OpenL Tablets 5.14 OpenL Tablets BRMS OpenL Tablets BRMS Document number: OpenL_Inst_G_5.x_1.0 Revised: 03-02-2015 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United States License. 2004-2015 OpenL Tablets.

More information

Trend Micro Email Encryption Gateway 5

Trend Micro Email Encryption Gateway 5 Trend Micro Email Encryption Gateway 5 Secured by Private Post Quick Installation Guide m Messaging Security Trend Micro Incorporated reserves the right to make changes to this document and to the products

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

WSO2 Business Process Server Clustering Guide for 3.2.0

WSO2 Business Process Server Clustering Guide for 3.2.0 WSO2 Business Process Server Clustering Guide for 3.2.0 Throughout this document we would refer to WSO2 Business Process server as BPS. Cluster Architecture Server clustering is done mainly in order to

More information

Kony Server Installation on Linux Manual WebLogic

Kony Server Installation on Linux Manual WebLogic Kony Server Installation on Linux Manual WebLogic Kony Platform Release 5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Installing and Configuring Adobe LiveCycle 9.5 Connector for Microsoft SharePoint

Installing and Configuring Adobe LiveCycle 9.5 Connector for Microsoft SharePoint What s new Installing and Configuring Adobe LiveCycle 9.5 Connector for Microsoft SharePoint Contents Introduction What s new on page 1 Introduction on page 1 Installation Overview on page 2 System requirements

More information

Configuring IBM WebSphere Application Server 6.1 to Support SAS 9.2 Web Applications

Configuring IBM WebSphere Application Server 6.1 to Support SAS 9.2 Web Applications Configuration Guide Configuring IBM WebSphere Application Server 6.1 to Support SAS 9.2 Web Applications This document is for SAS installers who want to configure IBM WebSphere Application Server for use

More information

QuickStart Guide for Mobile Device Management

QuickStart Guide for Mobile Device Management QuickStart Guide for Mobile Device Management Version 8.5 Inventory Configuration Security Management Distribution JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made

More information

ConcourseSuite 7.0. Installation, Setup, Maintenance, and Upgrade

ConcourseSuite 7.0. Installation, Setup, Maintenance, and Upgrade ConcourseSuite 7.0 Installation, Setup, Maintenance, and Upgrade Introduction 4 Welcome to ConcourseSuite Legal Notice Requirements 5 Pick your software requirements Pick your hardware requirements Workload

More information

Quark Publishing Platform 10.2 ReadMe

Quark Publishing Platform 10.2 ReadMe Quark Publishing Platform 10.2 ReadMe CONTENTS Contents Quark Publishing Platform 10.2 ReadMe...5 Quark Publishing Platform components...6 Compatibility matrix...6 Server components...9 Other optional

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. 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 software, please review the readme files,

More information

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3 JAMF Software Server Installation and Configuration Guide for Windows Version 9.3 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

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

Personal Virtual Server (PVS) Quick Start Guide

Personal Virtual Server (PVS) Quick Start Guide Personal Virtual Server (PVS) Quick Start Guide Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download 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 software, please review the readme files,

More information

QuickStart Guide for Mobile Device Management. Version 8.6

QuickStart Guide for Mobile Device Management. Version 8.6 QuickStart Guide for Mobile Device Management Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

JasperServer Localization Guide Version 3.5

JasperServer Localization Guide Version 3.5 Version 3.5 2008 JasperSoft Corporation. All rights reserved. Printed in the U.S.A. JasperSoft, the JasperSoft logo, JasperAnalysis, JasperServer, JasperETL, JasperReports, JasperStudio, ireport, and Jasper4

More information

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2 Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide TCE Automation 5.2 Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. August 2012. Notice 2012

More information

Installation Instructions

Installation Instructions Avira Secure Backup Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other brand

More information

Mitel Unified Communicator Advanced

Mitel Unified Communicator Advanced Mitel Unified Communicator Advanced Quick Reference Guide About UC Advanced Unified Communicator (UC) Advanced is a software communications product integrated with the advanced call management features

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Quark Publishing Platform 9.5 ReadMe

Quark Publishing Platform 9.5 ReadMe Quark Publishing Platform 9.5 ReadMe CONTENTS Contents Quark Publishing Platform 9.5 ReadMe...5 Quark Publishing Platform components...6 Compatibility matrix...6 Server components...7 Other optional components...8

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

KonyOne Server Installer - Linux Release Notes

KonyOne Server Installer - Linux Release Notes KonyOne Server Installer - Linux Release Notes Table of Contents 1 Overview... 3 1.1 KonyOne Server installer for Linux... 3 1.2 Silent installation... 4 2 Application servers supported... 4 3 Databases

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

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

More information

Quark Publishing Platform 10.1 ReadMe

Quark Publishing Platform 10.1 ReadMe Quark Publishing Platform 10.1 ReadMe CONTENTS Contents Quark Publishing Platform 10.1 ReadMe...6 Quark Publishing Platform components...7 Compatibility matrix...7 Server components...10 Other optional

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

Spectrum Spatial Analyst Version 4.0. Installation Guide for Linux. Contents:

Spectrum Spatial Analyst Version 4.0. Installation Guide for Linux. Contents: Spectrum Spatial Analyst Version 4.0 Installation Guide for Linux This guide explains how to install the Spectrum Spatial Analyst on a Unix server (Ubuntu). The topics covered in this guide are: Contents:

More information

VMUnify EC2 Gateway Guide

VMUnify EC2 Gateway Guide VMUnify EC2 Gateway Guide Version 2.8.1 Copyright Information This document is the exclusive property of Mindtree limited (Mindtree); the recipient agrees that they may not copy, transmit, use or disclose

More information

Application Servers - BEA WebLogic. Installing the Application Server

Application Servers - BEA WebLogic. Installing the Application Server Proven Practice Application Servers - BEA WebLogic. Installing the Application Server Product(s): IBM Cognos 8.4, BEA WebLogic Server Area of Interest: Infrastructure DOC ID: AS01 Version 8.4.0.0 Application

More information

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Server Prerequisites Internet Information Server (IIS). It may be enabled in Windows Features (see Enabling IIS section).

More information

StreamServe Persuasion SP4

StreamServe Persuasion SP4 StreamServe Persuasion SP4 Installation Guide Rev B StreamServe Persuasion SP4 Installation Guide Rev B 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 Remote Control comes as two separate files: the Remote Control Server installation file (.exe) and the Remote Control software package (.ava). The installation

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. 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 software, please review the readme files,

More information

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server

Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Using the DataDirect Connect for JDBC Drivers with the Sun Java System Application Server Introduction This document explains the steps required to use the DataDirect Connect for JDBC drivers with the

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

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

Canto Integration Platform (CIP)

Canto Integration Platform (CIP) Canto Integration Platform (CIP) Getting Started Guide Copyright 2013, Canto GmbH. All rights reserved. Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto, registered

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB

Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB Compiere ERP & CRM Installation Instructions Windows System - EnterpriseDB Compiere Learning Services Division Copyright 2007 Compiere, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Third-Party Software Support. Converting from SAS Table Server to a SQL Server Database

Third-Party Software Support. Converting from SAS Table Server to a SQL Server Database Third-Party Software Support Converting from SAS Table Server to a SQL Server Database Table of Contents Prerequisite Steps... 1 Database Migration Instructions for the WebSphere Application Server...

More information

Sizing and Deployment of the SAP Business One Cloud Landscape. SAP Business One Cloud Landscape Workshop

Sizing and Deployment of the SAP Business One Cloud Landscape. SAP Business One Cloud Landscape Workshop Sizing and Deployment of the SAP Business One Cloud Landscape SAP Business One Cloud Landscape Workshop Section Objectives This section of the course will enable you to: Understand the sizing metrics that

More information