Security Classification: EIDA Toolkit v Installation and Configuration Guide

Size: px
Start display at page:

Download "Security Classification: EIDA Toolkit v Installation and Configuration Guide"

Transcription

1 Security Classification: EIDA Toolkit v2.1.0 Installation and Configuration Guide

2 Document Details Organization Emirates Identity Authority (EIDA) Document Title Document Name Date Doc Name / Ref Toolkit Installation and configuration Classification Document Type Document History Date Version Author Comments 25/7/ Logica Draft 15/8/ Logica Addressing comments from EIDA 19/8/ Logica Final Version issued for Toolkit V1. 11/11/ Logica Updated version for Toolkit V.2 23/12/ Logica Updated version for Toolkit V.2 Document Approval Version 2.1 Name Signature Date Author Confirming Changes Author name Page 2 of 21

3 Contents 1 Introduction Toolkit components Core library Java API C# API Public Data web components RemoteSM Java API Samples System Requirements Software Requirements Hardware Requirements Operating Systems Installing EIDA Toolkit SDK Installation Prerequisites Installation Steps Post-Installation Test Uninstalling EIDA Toolkit SDK Configuration of Toolkit applications Configuration of Local Secure Messaging Modules Configuration of Remote Secure Messaging (RSM) Modules Configuring Local Secure Messaging modules Configuration of Remote Secure Messaging on Client/Server applications Configuration of Remote Secure Messaging on Web components Configuration of the Toolkit on the server side Page 3 of 21

4 Table of Figures Figure 1 Uninstall Confirmation... 8 Figure 2 Start uninstall... 9 Figure 3 Uninstallation Complete... 9 Figure 4: Setup welcome screen Figure 5: Component selection Figure 6: Choose Install Location Figure 7: Downloading Java Runtime Figure 8: Java Runtime Installation Figure 9: Java Runtime Installation Complete Figure 10: Downloading.Net Framework Figure 11: Installation Details Figure 12: Installation Complete Page 4 of 21

5 1 Introduction This document contains Installation Guide for the ID card toolkit where It describes the software requirements and installation steps of the toolkit, moreover the document also explains the configurations of the different components of the toolkit. The document is organized in this structure: - Section 2 : Provides an overview of the Toolkit components - Section 3 : Provides an overview of the toolkit installation, requirements and supported operating systems - Section 4: Describes in details the toolkit installation steps - Section 5: Describes the configuration details Page 5 of 21

6 2 Toolkit components EIDA toolkit SDK components contains the below components. 2.1 Core library This library is base of EIDA toolkit SDK where all the core functions are implemented. That library consists of the main native toolkit library UAE_IDCardLib.dll and helper core libraries. 2.2 Java API In order to use EIDA toolkit with java development platform, this components wraps the core functions in a simple, object-oriented and high level class library that provides EIDA card use cases functionality. 2.3 C# API It provides the same level of Java API functionality, but based on Microsoft.Net environment in order to suite.net developers. 2.4 Public Data web components The web components are actually acting as web browsers plug-ins providing an interfaces suitable for script languages used in web pages where it is working as middle layer between the web pages that reads the card public data and the low levels toolkit libraries. For wide interoperability, there are two kinds of plug-ins; ActiveX (most probably it will be preferable for Microsoft platform) and Applet (for java platforms) 2.5 RemoteSM Java API Provides the Remote Secure Messaging for the Java API. Provides also RemoteSM web service and a web service client 2.6 Samples Java desktop sample application that demonstrate the Java API functions Public Data ActiveX sample that demonstrates the usage of the ActiveX Public Data Applet sample that demonstrates the usage of the Public Data Applet RemoteSM web application, and web service that make use of the Remote SM API Page 6 of 21

7 3 System Requirements 3.1 Software Requirements.Net Framework 3.5: required only if the user of the SDK is using.net as a development environment, using EIDA.Net API, or using Public Data ActiveX. Java Runtime Environment 1.6: required only if the user of the SDK is using Java as a development environment, using EIDA Java API, or using Public Data Applet. Internet Explorer 6 or higher: required if the user is using any of the Public Data ActiveX or Applet. 3.2 Hardware Requirements Your computer must meet or exceed the following platform and operating system requirements: - 2GB RAM MB free disk space - PC\SC complied Card reader 3.3 Operating Systems The current version of the Toolkit is designed to work on the below Operating Systems / programming languages. - Windows XP - Windows Vista - Windows 2003 Server - Windows 2008 Server - Windows 7 Page 7 of 21

8 4 Installing EIDA Toolkit SDK 4.1 Installation Prerequisites In order to save time downloading the prerequisites during EIDA toolkit SDK setup, install the following prerequisites if you already have them Java Runtime Environment 1.6 (or JRE 6) Microsoft.Net Framework v Installation Steps EIDA toolkit SDK is packaged in an easy to use setup wizard, which is self described and well guided. Follow the instructions as below. Run EIDA_SDKSetup.exe If a previous version or the same version of the toolkit SDK is already installed, the following screen will appear asking to remove the previous version of the toolkit Figure 1 Uninstall Confirmation If you click OK an uninstall dialog will appear to remove the previous toolkit version Page 8 of 21

9 Figure 2 Start uninstall Click Uninstall, the installer will automatically remove all toolkit components from your system Figure 3 Uninstallation Complete Page 9 of 21

10 Click Close to start Toolkit SDK installation wizard the setup wizard starts showing the welcome(figure 4) Figure 4: Setup welcome screen Click Next to see a screen which let you choose the components to install ( Figure 5: Component selection ). Components are described in section 2 of this document. Select the components you want to install and click Next. Page 10 of 21

11 Figure 5: Component selection Setup wizard then requests a destination folder for the components to be installed. Choose the desired location and the click Install. Figure 6: Choose Install Location The setup wizard then checks if the Java Runtime 1.6 installed, if it s not installed the wizard will start downloading it. Page 11 of 21

12 If the Java Runtime 1.6 is already installed, the setup wizard will skip this step, cancel the download and continue installation to install it later. Figure 7: Downloading Java Runtime After downloading the Java Runtime, the setup wizard will automatically launch the java runtime installation wizard. Figure 8: Java Runtime Installation Page 12 of 21

13 Follow the Java Runtime installation wizard until it s completed successfully and then click Close to get back to EIDA toolkit SDK setup wizard ( Figure 9). Figure 9: Java Runtime Installation Complete Setup wizard then checks if the.net framework v3.5 is installed, if it s not installed the wizard will start downloading it ( Page 13 of 21

14 Figure 10). If the.net framework is already installed, the setup wizard will skip this step, or cancel the download and continue installation to install it later. After downloading the.net framework the setup wizard will silently install it, and continue the toolkit installation. Page 14 of 21

15 Figure 10: Downloading.Net Framework 3.5 Figure 11: Installation Details The setup wizard will install the selected toolkit components and register components if needed displaying the installation details( Page 15 of 21

16 Figure 11). Click Next to finish, the setup wizard will display its Finish screen ( Figure 12). Page 16 of 21

17 4.3 Post-Installation Test Figure 12: Installation Complete To test if the installation has been done correctly, below tests can be run only if Samples component was selected while installation. - Go to the installation directory (e.g., C:\Program Files\EIDA Toolkit) - Navigate to Sample\Desktop - Run the file Launch.bat - EIDA Java Sample Application will start asking to select a card reader - If card reader select dialog box appears, then the installation has been done successfully 4.4 Uninstalling EIDA Toolkit SDK EIDA toolkit SDK can be uninstalled from Add/Remove programs in control panel Find the EIDA toolkit SDK then right click and select uninstall from the drip down menu, another wizard will start guiding you through the removal operation. Page 17 of 21

18 5 Configuration of Toolkit applications This section describes various configurations required to run the Test applications. 5.1 Configuration of Local Secure Messaging Modules Desktop applications use Secure Messaging modules (sm) in local mode. All sm modules will be described in the sm.cfg file as described below. The file sm.cfg contains the list of configured secure messaging modules parameters. Sm.cfg [SM_Modules] ########### SAGEM_SAM 1, SAFENET_LUNA_HSM 2, LOGICA_SOFTWARE_HSM 3 ID_SM_Name=1 PKI_SM_Name=4 MOC_SM_Name=3 4=Another_SM.dll [SAM] PIN=1234 The SM_Modules: this section contains the secure messaging modules. - The ID_SM_Name attribute refers to the secure messaging module used with the ID Applet. - The PKI_SM_Name attribute refers to the secure messaging module used with the PKI Applet. - The MOC_SM_Name attribute refers to the secure messaging module used with the MOC Applet. The value of these three attributes can be: - 1: this means that the SAGEM_SAM is used. - 2: the SAFENET_LUNA_HSM is used. - 3: the LOGICA_SOFTWARE_HSM is used. - 4,5,6,7 : another secure messaging module is used. This extra sm module is implemented on a separate DLL. For example, if the SM module used with the PKI applet is implemented on the Another_SM.dll. the PKI_SM_Name will be set to 4. Then another attribute is added under SM_Modules to reference the new sm module which means 4=Another_SM.dll. Note that the Another_SM.dll library must be located on the same directory as the UAE_IDCardLib.dll. NOTE: the section Another_SM in the DLL name Another_SM.dll could be any name for the DLL The second section [SAM] contains only the SAM PIN attribute. It is used only when a one of the three attributes XXX_SM_Name points to the SAGEM_SAM. The PIN attributes are provided by EIDA. Page 18 of 21

19 The sm.cfg file must be located on the same working directory of the desktop application or under the config folder of the working directory. Checking ID Card Genuine will be done through the function IsCardGenuine() member of the PublicDataFacade class. 5.2 Configuration of Remote Secure Messaging (RSM) Modules For using the Toolkit in remote secure messaging mode, it is mandatory to install the Toolkit on the client and server side. The client side will ensure the communication with the card and the server side will ensure the communication with the secure messaging module which can be HSM software, Safenet Luna HSM or any other sm module (except the SAM which is used in local mode only). The sm modules are configured on the server side using the sm.cfg file. Client Application Server Application EIDA Toolkit SDK EIDA Toolkit SDK The server application can be a webservice, web application based on servlets, JSPs, Struts, JSF, ASP, ASPX It is not mandatory that the client side and the server side are developed in the same programming language. For example, the client side can be developed in C# or VB.Net using the Toolkit C# API while the server side is developed in Java based on Toolkit Java API. Checking ID Card Genuine will be done through the function IsCardGenuine(SecureMessagingInterface Object) member of the PublicDataFacade class. 5.3 Configuring Local Secure Messaging modules Desktop applications can use the Toolkit in local secure messaging mode; secure messaging modules shall be configured in the file sm.cfg as described above. The sm.cfg file must be located on the same working directory of the desktop application or under the config folder of the working directory. Checking ID Card Genuine will be done through the function IsCardGenuine() member of the PublicDataFacade class. Page 19 of 21

20 5.4 Configuration of Remote Secure Messaging on Client/Server applications Enabling secure messaging modules with a server side component needs an implementation of the RemoteSecureMessaging interface. The Toolkit API contains a simple implementation of this interface which is the LogicaRemoteSMImpl class. The LogicaRemoteSMImpl class takes the IP of the server as parameter and allows performing client/server communication to enable secure messaging using HTTP protocol. Note that the toolkit allows developers to build new remote sm modules easily based on other communication protocols by implementing LogicaRemoteSMImpl. 5.5 Configuration of Remote Secure Messaging on Web components The web-components uses only remote secure messaging. The ActiveX and the Applet uses the LogicaRemoteSMImpl class that inherits from RemoteSecureMessaging. The configuration of the web-components is done on the javascipt file eida_webcomponents.js. var RemoteSM_Address = " The RemoteSM_Address defines the address of the server side application that represents the remote secure messaging module. For the Applet, the RemoteSM_Address must refer to a and not a webservice. For the ActiveX, it is possible to use the webapplication or the webservice. So, the JS parameter can be Or any other server side components address. 5.6 Configuration of the Toolkit on the server side The toolkit allows extending the SDK with new secure messaging modules. This is done by implementing the RemoteSecureMessagingInterface and wrapping it with a server side component. The Webapplication RemoteSM_WebApp and the Webservice RemoteSM_Webservice has been implemented just as sample applications to illustrate the remote secure messaging feature of the toolkit. They can be found at the <Toolkit SDK>\Samples\Webservice folder, where the <Toolkit SDK> is the installation folder of the toolkit SDK. The RemoteSM_WebApp contains 3 JSP pages, each one is dedicated to expose a specific function of the toolkit. The configuration of the webservice RemoteSM_Webservice is as follows: Page 20 of 21

21 1- Install the Toolkit SDK on the server. 2- Ensure that the Path environment variable contains the <Toolkit SDK>/Libs folder. 3- Download Tomcat and install it. 4- Ensure that the CATALINA_HOME environment variable is correctly set and point to the Tomcat folder. 5- Put the sm.config on the bin folder of Tomcat. 6- Put the UAE_IDCardJavaAPI.jar on CATALINA_HOME/shared/lib 7- Deploy the RemoteSM_WebService.war and the RemoteSM_WebApp.war to Tomcat (put them on webapps). 8- Start Tomcat from services.msc or by launching startup.bat. Page 21 of 21

WA1927 Introduction to Struts 2.x Using Eclipse. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA1927 Introduction to Struts 2.x Using Eclipse. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA1927 Introduction to Struts 2.x Using Eclipse Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3 Part

More information

Simulation Data Management. EDMopenSimDM. System Installation Guide (R13.0)

Simulation Data Management. EDMopenSimDM. System Installation Guide (R13.0) Simulation Data Management EDMopenSimDM System Installation Guide (R.0) TABLE OF CONTENT 1 Scope... 5 2 System Requirements... 5 2.1 EDMopenSimDM server... 5 2.1.1 Hardware Requirements... 5 2.1.2 Software

More information

Composer Deployment Guide. Installation

Composer Deployment Guide. Installation Composer Deployment Guide Installation 12/27/2017 Installation Contents 1 Installation 1.1 Composer Installation Video 1.2 Getting Started After Installation 1.3 Installing Composer as an Eclipse Plugin

More information

WA1958 Mobile Software Design Patterns and Architecture Android Edition. Classroom Setup Guide. Web Age Solutions Inc.

WA1958 Mobile Software Design Patterns and Architecture Android Edition. Classroom Setup Guide. Web Age Solutions Inc. WA1958 Mobile Software Design Patterns and Architecture Android Edition Classroom Setup Guide Web Age Solutions Inc. Copyright 2011. Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware

More information

KG-TOWER Software Download and Installation Instructions

KG-TOWER Software Download and Installation Instructions KG-TOWER Software Download and Installation Instructions Procedures are provided for three options to download and install KG-TOWER software version 5.1. Download to a temporary folder and install immediately.

More information

OpenGeo Suite for Windows Release 3.0.1

OpenGeo Suite for Windows Release 3.0.1 OpenGeo Suite for Windows Release 3.0.1 OpenGeo February 04, 2013 Contents 1 Prerequisites i 2 New Installation i 3 Upgrading vi 3.1 Upgrading from version 2.x to 3.x....................................

More information

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide F O R U M N O K I A Series 40 6th Edition SDK, Feature Pack 1 Installation Guide Version Final; December 2nd, 2010 Contents 1 Legal Notice...3 2 Series 40 6th Edition SDK, Feature Pack 1...4 3 About Series

More information

WA1884 Introduction to Java. using Oracle JDeveloper 11g. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA1884 Introduction to Java. using Oracle JDeveloper 11g. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA1884 Introduction to Java using Oracle JDeveloper 11g Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Classroom Requirements...3 Part 1 - Minimum Hardware

More information

Installation Guide of DOC to PDF Converter Installation & Un-Installation of DOC to PDF Converter

Installation Guide of DOC to PDF Converter Installation & Un-Installation of DOC to PDF Converter Installation & Un-Installation of DOC to PDF Converter P a g e 1 16 Table of Contents 1. Introduction 2. System Requirements 3. Installing DOC to PDF Converter 4. Uninstalling DOC to PDF Converter a. Uninstalling

More information

REV. NO. CHANGES DATE. 000 New Document 5 May 2014

REV. NO. CHANGES DATE. 000 New Document 5 May 2014 DOCUMENT HISTORY REV. NO. CHANGES DATE 000 New Document 5 May 2014 PROPRIETARY INFORMATION The information contained in this document is the property of Global Vision, Inc. Information contained in this

More information

Installing ArcIMS 9.1 on Windows

Installing ArcIMS 9.1 on Windows ArcGIS 9.1 Installing ArcIMS 9.1 on Windows Table Of Contents Introduction...1 Overview...2 What s included with ArcIMS 9.1?...2 ArcIMS components...2 ArcIMS Manager...3 ArcIMS Manager Applications...3

More information

Instruction Install DPV for SWEET

Instruction Install DPV for SWEET Content 1 System requirements... 2 1.1 Operating system... 2 1.2 Minimal system requirements... 2 1.2.1 Client... 2 1.2.2 Server... 2 1.3 Prerequisites... 2 1.4 Techniques used... 3 2 Installing DPV...

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

Rational Systems Developer

Rational Systems Developer Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Note Before using this information and the product it supports,

More information

Purpose. Why use Java? Installing the Software. Java

Purpose. Why use Java? Installing the Software. Java Purpose I am providing instructions for those that want to follow along the progress and missteps of Project BrainyCode. Going forward we will just refer to the project a JGG for Java Game Generator (I

More information

WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova. Classroom Setup Guide. Web Age Solutions Inc.

WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova. Classroom Setup Guide. Web Age Solutions Inc. WA2185 Platform Independent Mobile Development with jquery Mobile and Apache Cordova Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware

More information

Galileo Desktop SM 2.1. Installation Guide

Galileo Desktop SM 2.1. Installation Guide Galileo Desktop SM 2.1 Installation Guide Galileo Desktop SM 2.0 Installation Guide, January 2007 i 2008 Galileo International, L.L.C. All rights reserved. Information in this document is subject to change

More information

D&C Scheme Editor 5.2 Installing Instructions

D&C Scheme Editor 5.2 Installing Instructions D&C Scheme Editor 5.2 Installing Instructions Installing Instructions D&C Scheme Editor 5.2 2 1 Notice 1.1 Supported Operating Systems The D&C Scheme Editor is tested to support the following 32-bit and

More information

WA2056 Building HTML5 Based Mobile Web Sites. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2056 Building HTML5 Based Mobile Web Sites. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2056 Building HTML5 Based Mobile Web Sites Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

AutoVue Integration SDK & Sample Integration for Filesys DMS

AutoVue Integration SDK & Sample Integration for Filesys DMS AutoVue Integration SDK & Sample Integration for Filesys DMS Installation Guide AutoVue Integration SDK Contents INTRODUCTION...1 SYSTEM REQUIREMENTS...2 INSTALLATION PREREQUISITES...3 Download the Eclipse

More information

Installation Guide of Windows Live Mail to PDF Converter Installation & Un-Installation of Windows Live Mail to PDF Converter

Installation Guide of Windows Live Mail to PDF Converter Installation & Un-Installation of Windows Live Mail to PDF Converter Installation & Un-Installation of Windows Live Mail to PDF Converter P a g e 1 16 Table of Contents 1. Introduction 2. System Requirements 3. Installing Windows Live Mail to PDF Converter 4. Uninstalling

More information

LABEL ARCHIVE Administrator s Guide

LABEL ARCHIVE Administrator s Guide LABEL ARCHIVE Administrator s Guide DOC-LAS2015_25/05/2015 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject

More information

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically.

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. 1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. If setup does not launch, use Windows Explorer to navigate to the appropriate CD- ROM

More information

Convio Data Sync Connector 3 Installation Guide

Convio Data Sync Connector 3 Installation Guide Convio Data Sync Connector 3 Installation Guide Convio Connector Installation Instructions.doc 1 INSTALLATION Installation Prerequisites... 3 Technical Requirements... 3 Installing the Pervasive Data Integrator...

More information

IMC Intelligent Analysis Report v7.1 (E0301P02) Copyright (c) 2015 Hewlett-Packard Development Company, L.P. and its licensors.

IMC Intelligent Analysis Report v7.1 (E0301P02) Copyright (c) 2015 Hewlett-Packard Development Company, L.P. and its licensors. IMC Intelligent Analysis Report v7.1 (E0301P02) Copyright (c) 2015 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

KingStar Motion 2.1 SDK and Runtime Installation Guide

KingStar Motion 2.1 SDK and Runtime Installation Guide KingStar Motion 2.1 SDK and Runtime Installation Guide This guide describes system requirements and provides installation and setup instructions for the KingStar Motion SDK and Runtime. KS-DOC-X64-0003-R6

More information

UOB Offline Data Input Software (ODIS)

UOB Offline Data Input Software (ODIS) UOB Offline Data Input Software (ODIS) Version 2 Installation User Guide April 2015 TABLE OF CONTENT Page 1 OBJECTIVES AND REQUIREMENTS... 3 1.1 Objectives... 3 1.2 Requirements... 3 2 GETTING STARTED...

More information

Comodo Network Center Software Version 1.1

Comodo Network Center Software Version 1.1 Comodo Network Center Software Version 1.1 User Guide Guide Version 2.3.112311 Comodo Security Solutions 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents Comodo Network Center - Introduction...

More information

License Server

License Server License Server 11.13.0.2 Installation Guide Isograph Copyright 2015 Isograph Limited. All rights reserved. This document and the associated software contains proprietary information which is protected

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

Alborz 1.0 Installation Guide

Alborz 1.0 Installation Guide Alborz 1.0 Installation Guide September 24, 2007 Feng Xiao xiaof2@mcmaster.ca Document Revision History Rev. Level Date Description Important 2007/9/24 Initial Version Reference Documents Document # Description

More information

SilkTest Installation Guide

SilkTest Installation Guide SilkTest 2010 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains derivative

More information

Wwise Installation and Migration Guide

Wwise Installation and Migration Guide Wwise 2015.1.9 Installation and Migration Guide Wwise 2015.1.9 Wwise 2015.1.9: Installation and Migration Guide Wwise 2015.1.9 Revision 1910 Copyright 2016 Audiokinetic Inc. All rights reserved. Patents

More information

Installation Guide of EML to Zimbra Converter Installation & Un-Installation of EML to Zimbra Converter

Installation Guide of EML to Zimbra Converter Installation & Un-Installation of EML to Zimbra Converter Installation & Un-Installation of EML to Zimbra Converter P a g e 1 16 Table of Contents 1. Introduction 2. System Requirements 3. Installing EML to Zimbra Converter 4. Uninstalling EML to Zimbra Converter

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Quick Start Guide Installation Guide for FleetBoard Clients

Quick Start Guide Installation Guide for FleetBoard Clients Quick Start Guide Installation Guide for FleetBoard Clients Dear customer, this Quick Start Guide is meant to support you in the installation of the FleetBoard Clients. The following topics will be explained

More information

Client Installation Guide

Client Installation Guide Client Installation Guide Version 2.3 April 2014 Purpose of this document This document is designed to assist you in installing the RMS client onto your workstations. The RMS client needs to be installed

More information

WA2387 Hands-On soapui - Classroom Setup Guide. WA2387 Hands-On soapui. Classroom Setup Guide. Web Age Solutions Inc.

WA2387 Hands-On soapui - Classroom Setup Guide. WA2387 Hands-On soapui. Classroom Setup Guide. Web Age Solutions Inc. WA2387 Hands-On soapui Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3 Part 3 - Software Provided...4

More information

Installation Guide for Windows

Installation Guide for Windows Location Intelligence Spectrum Spatial Analyst Version 6.0 Installation Guide for Windows This guide explains how to install the Spectrum Spatial Analyst on a Windows server. The topics covered in this

More information

Installation Guide of MSG to vcard Converter Installation & Un-Installation of MSG to vcard Converter

Installation Guide of MSG to vcard Converter Installation & Un-Installation of MSG to vcard Converter Installation & Un-Installation of MSG to vcard Converter P a g e 1 16 Table of Contents 1. Introduction 2. System Requirements 3. Installing MSG to vcard Converter 4. Uninstalling MSG to vcard Converter

More information

Silk Test 14.0 Silk4J Web Edition. Installation Guide

Silk Test 14.0 Silk4J Web Edition. Installation Guide Silk Test 14.0 Silk4J Web Edition Installation Guide Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2013. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Silk Test 15.0 Silk4NET Web Edition. Installation Guide

Silk Test 15.0 Silk4NET Web Edition. Installation Guide Silk Test 15.0 Silk4NET Web Edition Installation Guide Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland

More information

Installation Instructions for JMP Genomics 6.0

Installation Instructions for JMP Genomics 6.0 Installation Instructions for JMP Genomics 6.0 These instructions describe the process for downloading and installing JMP Genomics 6.0 on your Windows desktop machine. These instructions include three

More information

Deposit Wizard TellerScan Installation Guide

Deposit Wizard TellerScan Installation Guide Guide Table of Contents System Requirements... 2 WebScan Overview... 2 Hardware Requirements... 2 Supported Browsers... 2 Driver Installation... 2 Step 1 - Determining Windows Edition & Bit Count... 3

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

KG-TOWER Software Download and Installation Instructions

KG-TOWER Software Download and Installation Instructions KG-TOWER Software Download and Installation Instructions Procedures are provided for three options to download and install KG-TOWER software version 5.2. Download to a temporary folder and install immediately.

More information

Sherlock Tutorial Getting Started

Sherlock Tutorial Getting Started Sherlock Tutorial Getting Started Background Sherlock is a Java-based application that allows users to analyze the reliability of circuit card assemblies based on their design files. Sherlock has been

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

OASIS Mobile Installation Guide

OASIS Mobile Installation Guide OASIS Mobile Installation Guide Table of Contents I. Preparation... 1 A. Verify System Requirements... 1 B. Uninstall Java... 3 C. Configure Internet Explorer... 3 II. Install OASIS Mobile... 5 III. Install

More information

WA2423 JavaScript for Web 2.0 Development. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2423 JavaScript for Web 2.0 Development. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2423 JavaScript for Web 2.0 Development Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

World Wide Web Service Crashes on WebView

World Wide Web Service Crashes on WebView World Wide Web Service Crashes on WebView Document ID: 63019 Contents Introduction Prerequisites Requirements Components Used Conventions Problem Install Updated JDK Related Information Introduction This

More information

ETK Installation and Configuration Manual

ETK Installation and Configuration Manual BMW GROUP ETK Installation and Configuration Manual English Version 1.4 06.08.2013 1 System Requirements General... 4 1.1 Operating system compatibility:... 4 1.1.1 Local (standalone) version... 4 1.1.2

More information

Installation Guide for the Workspot Enterprise Connector

Installation Guide for the Workspot Enterprise Connector Installation Guide for the Workspot Enterprise Connector Workspot, Inc. 12/4/2015 Workspot Enterprise Connector The Enterprise Connector (EC) is software that runs as a service on a Windows Server machine

More information

PRPC Personal Edition Installation Guide 6.3 SP1

PRPC Personal Edition Installation Guide 6.3 SP1 PRPC Personal Edition Installation Guide 6.3 SP1 Copyright 2012 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

Import Data Connection to an SAP ERP System

Import Data Connection to an SAP ERP System Import Data Connection to an SAP ERP System SAP Analytics Cloud allows you to import data from supported versions SAP ERP Central Component. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Eclipse 6.2 Conversion

Eclipse 6.2 Conversion 1 Eclipse 6.2 Conversion 1) Determine your Eclipse Workstation & Server Location Complete the steps below before you continue, they will be used in future conversion steps. You are responsible for knowing

More information

Software Installation Requirements

Software Installation Requirements Application Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you are meeting all requirements prior to installing the PrintIQ TM Data Collector

More information

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

Installation Reference

Installation Reference Version 5.0 March 11, 2018 Installation Reference Copyright 2005-2018 ManTech International Corporation Protected by the Document Detective End User License Agreement Installation Requirements Document

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Installation and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: March 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

TIBCO iprocess Workspace Plug-ins Installation. Software Release 11.2 September 2009

TIBCO iprocess Workspace Plug-ins Installation. Software Release 11.2 September 2009 TIBCO iprocess Workspace Plug-ins Installation Software Release 11.2 September 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

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

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

Create Import Data Connection to SAP BPC MS

Create Import Data Connection to SAP BPC MS Create Import Data Connection to SAP BPC MS You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010

Installation Guide Install Guide Centre Park Drive Publication Date: Feb 11, 2010 EventTracker Install Guide 8815 Centre Park Drive Publication Date: Feb 11, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install and configure

More information

cc: On-Demand Install and User Guide, Version 4.5 R2

cc: On-Demand Install and User Guide, Version 4.5 R2 cc: On-Demand Install and User Guide, Version 4.5 R2 March 2012 Reference Guide www.callcopy.com Security Classification: CallCopy Confidential Distribution: Approved internal CallCopy staff only and licensed

More information

Workstation Configuration

Workstation Configuration Workstation Configuration Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 3 1.1 Custom level Internet

More information

Infor Worktop 2.5. Installation Guide for ERP Enterprise (LN)

Infor Worktop 2.5. Installation Guide for ERP Enterprise (LN) Infor Worktop 2.5 Installation Guide for ERP Enterprise (LN) Copyright 2011 Infor All rights reserved. The word and design marks set forth herein are trademarks and/or registered trademarks of Infor and/or

More information

Installation Guide. Version 2600

Installation Guide. Version 2600 Installation Guide Version 2600 Before You Start Check here to see that your PC has what it needs to run FedEx Ship Manager Software: Minimum System and Hardware Requirements Intel Pentium 4, 2.4 GHz recommended

More information

Getting Started with Cisco SCA BB Console

Getting Started with Cisco SCA BB Console The module guides you through the process of installing or upgrading the Cisco SCA BB: Describes the concept of the Console as a collection of tools, presents each tool and its role. This module also describes

More information

Sage Fixed Assets Single User

Sage Fixed Assets Single User Single User 2018.0 Installation guide October 2017 Last updated October 17, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned

More information

Danfoss Enterprise Manager AK-EM 800

Danfoss Enterprise Manager AK-EM 800 Installation Guide Danfoss Enterprise Manager AK-EM 800 ADAP-KOOL Refrigeration Control System Document history Document Notes USCO.PI.R1.F1.02 First document release USCO.PI.R1.F2.02 Minor updates USCO.PI.R1.F3.02

More information

Integration Developer Version 7.0 Version 7.0. Installation Guide

Integration Developer Version 7.0 Version 7.0. Installation Guide Integration Developer Version 7.0 Version 7.0 Installation Guide Note Before using this information and the product it supports, be sure to read the general information under Notices on page 67. This edition

More information

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

WA1937 WebSphere Portal 7.0 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1

WA1937 WebSphere Portal 7.0 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 WA1937 WebSphere Portal 7.0 Programming Classroom Setup Guide Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x Perceptive Nolij Web Technical Specifications Version: 6.8.x Written by: Product Knowledge, R&D Date: October 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Introduction...

More information

Optitex Installation Guide (For Administrators)

Optitex Installation Guide (For Administrators) Optitex Installation Guide (For Administrators) Table of Contents Overview... 3 Optitex File Locations... 4 Optitex Full Installation... 6 Separate Installations... 6 Prerequisites... 7 User Preferences

More information

Installing IPM on Windows

Installing IPM on Windows CHAPTER 5 This chapter describes how to install the IPM server software on Windows NT, Windows 2000 Professional, or Windows 2000 Server system, and how to install the IPM client software on a Windows

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme Oracle s Hyperion Data Integration Management Adapter for Financial Management Release 9.3.1.1 File This file contains the following sections: Purpose... 1 System Requirements... 2 Hardware... 2 Software...

More information

Installing DevPartner Java Edition Release 4.1

Installing DevPartner Java Edition Release 4.1 Installing DevPartner Java Edition Release 4.1 Technical support is available from our Technical Support Hotline or via our FrontLine Support Web site. Technical Support Hotline: 1-888-686-3427 Frontline

More information

Installing ImageTrends EMS Field Bridge

Installing ImageTrends EMS Field Bridge Service Field DELAWARE EMERGENCY MEDICAL REPORTING SYSTEM (DEMRS) DEMRS Bridge Installing ImageTrends EMS Field Bridge Field Bridge Specifications and Licenses Each agency will be issued one EMS Field

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Compiere 3.3 Installation Instructions Windows System - Oracle Database

Compiere 3.3 Installation Instructions Windows System - Oracle Database Compiere 3.3 Installation Instructions Windows System - Oracle Database Compiere Learning Services Division Copyright 2010 Consona ERP, inc. All rights reserved www.compiere.com Table of Contents Compiere

More information

Client Installation Guide

Client Installation Guide GENView Provisioning and Portals Portal Server Client Installation Guide Release: 9.4 Document revision: 03.01 Describes the steps for installing the GVPP-PS client application. www.genband.com 630-01903-01

More information

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center Reporting for Contact Center Setup and Operations Guide BCM Contact Center Document Number: Document Status: Standard Document Version: 05.01 Date: September 2006 Copyright 2005 2006 Nortel Networks, All

More information

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 This guide provides a procedure for initially configuring your Internet Explorer (IE) browser to use Flash Chat. Note: If you

More information

WA1278 Introduction to Java using Eclipse. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA1278 Introduction to Java using Eclipse. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA1278 Introduction to Java using Eclipse Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

BLUETOOTH 2.0 MINI USB ADAPTER. Quick Start Guide TABEL OF CONTENTS

BLUETOOTH 2.0 MINI USB ADAPTER. Quick Start Guide TABEL OF CONTENTS BLUETOOTH 2.0 MINI USB ADAPTER Quick Start Guide All rights reserved. All trade names are registered trademarks of respective manufacturers listed. The Bluetooth name and the Bluetooth trademarks are owned

More information

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011 ActiveFlow Revision Date: Feb 15, 2011 DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. Page 1 The information

More information

User Tracking Utility

User Tracking Utility APPENDIXB CiscoWorks is a Windows desktop utility that provides quick access to useful information about users or hosts discovered by LMS. UTU comprises a server-side component and a client utility. To

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide January 2009 Copyright Notice 2005-2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure

More information

Anno Accademico Laboratorio di Tecnologie Web Introduzione ad Eclipse e Tomcat

Anno Accademico Laboratorio di Tecnologie Web Introduzione ad Eclipse e Tomcat Universita degli Studi di Bologna Facolta di Ingegneria Anno Accademico 2007-2008 Laboratorio di Tecnologie Web Introduzione ad Eclipse e Tomcat http://www lia.deis.unibo.it/courses/tecnologieweb0708/

More information

Sentinel Hardware Keys SDK Version for Windows Release Notes

Sentinel Hardware Keys SDK Version for Windows Release Notes Sentinel Hardware Keys SDK Version 1.2.0 for Windows Release Notes Product Overview This document contains an overview of the product, new features, and installation of the Sentinel TM Keys SDK release

More information

Import Data Connection to an SAP BW System

Import Data Connection to an SAP BW System Import Data Connection to an SAP BW System SAP Analytics Cloud allows you to import data from an SAP BW System. You must connect to an SAP BW system, version 7.3x or higher release. NOTE: It is recommended

More information