FIRST STEPS WITH SOFIA2

Size: px
Start display at page:

Download "FIRST STEPS WITH SOFIA2"

Transcription

1 FIRST STEPS WITH SOFIA2 DECEMBER 2014 Version 5

2 1 INDEX 1 INDEX INTRODUCTION REQUIREMENTS CURRENT DOCUMENT GOALS AND SCOPE STEPS TO FOLLOW... ERROR! MARCADOR NO DEFINIDO. 3.1 REGISTRATION AT SOFIA2 ON CLOUD PLATFORM LOGIN AT SOFIA2 ON CLOUD SEARCH AND SUBSCRIPTION TO ONTOLOGIES CREATE A KP AT SOFIA2 ON CLOUD CREATE KP S TOKEN... ERROR! MARCADOR NO DEFINIDO. 3.6 DOWNLOAD AND UNZIP SOFIA2 SDK.... ERROR! MARCADOR NO DEFINIDO Download and unzip SOFIA2 SDK... Error! Marcador no definido. 3.7 SOURCE CODE OF EXAMPLE KPS... ERROR! MARCADOR NO DEFINIDO. 3.8 JAVA KP WITH TOKEN SUPPLIED... ERROR! MARCADOR NO DEFINIDO Set up a KP for the insertion of data from Sensors... Error! Marcador no definido A glance at Java Mock KP of data insertion... Error! Marcador no definido. 3.9 JAVASCRIPT KP SUBSCRIBED TO ONTOLOGIES... ERROR! MARCADOR NO DEFINIDO Set up a KP for the insertion of data from Sensors... Error! Marcador no definido A glance at JavaScript KP... Error! Marcador no definido. First Steps Guide 2/30

3 2 INTRODUCTION 2.1 Requirements Before following this guide you should read the guide (EN) SOFIA2-SOFIA2 Concepts 2.2 Current document goals and scope This guide aims to introduce Sofia2 platform, so that in a very fast way a user could be able to communicate with the platform sending and receiving data through a KP. For that purpose, the following is needed: SOFIA2 On Cloud: is a version of the public platform designed for doing integration tests at the Platform. It is the instance of the SIB that the Sample KPs offered use to send and receive information. SOFIA2 SDK allows developing Sofia2 APPs easily. It is not essential but it simplifies the development. Java API: Includes a Sofia2 example APP (Kp) that publishes simulated data of Temperature and Humidity. JavaScript APi: Includes a Sofia2 HTML example APP (Kp) that visually represents the data introduced by the Java KP. First Steps Guide 3/30

4 3 SDK & APIS SOFIA2 3.1 Download and unzip SOFIA2 SDK. To download Sofia2 SDK visit the developer section at Sofia2 website: At Downloads section, download SOFIA2 SDK. It is a zipped file that contains everything needed to develop Sofia2 APPS without installing anything on the computer: IDE Eclipse JVM Java 7 Maven 3 Scripts The steps to follow are: 1. Download SDK Sofia2 (Windows) 2. Once unzipped in a folder, i.e. c:\sofia2_sdk_win\, it will create the following directory structure: First Steps Guide 4/30

5 The Readme.txt file describes the steps to configure and launch the SDK and run the examples. 3. At the unzipped directory structure we execute the file SOFIA-START.bat. Then, the command console window will open and mount virtual disk S: 3.2 Download and unzip SOFIA2 SDK. Once the SDK is installed, the included Eclipse IDE can be launched. For that: 1. At S:\, run S:\Sofia2_IDE.bat. This will open a command prompt: And Eclipse will be opened. First Steps Guide 5/30

6 2. Now its necessary to configure the maven repository in Eclipse. In Window> Preferences> Maven> User Settings Browse s:\sofia2-sdk\maven\conf\settings.xml in User Settings. Click Update Settings and then click OK. 3.3 Run Sofia2 Java API example. To import a Java example included in Sofia2 Java API: 1. Download Java API from the developer section from the Sofia2 webpage At Downloads section, download Java API: 2. Download and unzip Java API in the Path where the SDK where previously installed (c:\sofia2_sdk_win\). A folder c:\sofia2_sdk_win\sofia2_api_java will be created. First Steps Guide 6/30

7 3. Launch the Eclipse IDE if it was not already launched. 4. Import the basic example included in the Java API. In Eclipse click on import: File> Import> General> Existing Projects into Workspace> s:\sofia2_api_java_ \ejemplos\sofia2_kp_eclipse\" Click Finish. The project will be loaded and compiled. First Steps Guide 7/30

8 5. The project has 3 classes: KpGatewayRestFuncional connect via REST with the instance of Sofia2 on cloud. KpMqttFuncional connect via MQTT with the instance of Sofia2 on cloud. KpWebSocketFuncional connect via WebSocket with the instance of Sofia2 on cloud. 6. These classes are implemented as JUnit Test and the necessary Tokens to insert in the instance of Sofia2 on cloud are configured. To run them, right click over any of them and click on Run As>JUnit Test The result will be: First Steps Guide 8/30

9 Checking the code of the classes these operations are being launched to Sofia2 SIB: o JOIN to authenticate o Insert in native mode (inserting the ontology): with o Insert in SQL o Native and SQL Update o SQL Query, Query to the BDC (Assets) o BULK for sending several messages in only one message SSAP. First Steps Guide 9/30

10 4 HOW TO DEVELOP A SOFIA2 APP (USER ROL) In the previous section we have downloaded the SDK and APIs and we have run the basic included examples. In this section the steps to develop a Sofia2 APP at Sofia2 on cloud platform available at The distribution of Sofia On Cloud provides an environment that allows to start developing with the platform with a free account having access to all functionality of Sofia2 and having access to multitude of data available. The steps to develop a Sofia2 APP consist of: Registration at sofia2 on CloudLab. Login to the Web Configuration Console on sofia2 on cloud o Search and subscription to ontologies o Create an APP (KP and Token) o Query information from these ontologies from RTDB console access Development of a Sofia2 APP to make request from ontologies in Javascript and Java Development of a Sofia2 APP to insert to ontologies. 4.1 Registration at SOFIA2 On Cloud Platform Sofia2 CloudLab can be found from the Product section at the Sofia2 Webpage ( Also visiting the website we can register to the platform. First Steps Guide 10/30

11 Once we are registered as USER_ROL it will allow us to subscribe to public ontologies and make requests about them. For the user registration, it is important to follow the rules, the password, for example, must contains numbers, uppercase and lowercase letters. NOTE: Later we will see how to apply for the role CONTRIBUTOR, that allows to dump information to the platform. 4.2 Login at SOFIA2 On Cloud Web Console At the website or at the homepage of Sofia2 we can log in with the new user created and we will be able to access to the platform: First Steps Guide 11/30

12 First Steps Guide 12/30

13 4.2.1 Search and Subscription to Ontologies Once we are logged in, we can search for public ontologies and subscribe to them. A COLABORATOR user can create Ontologies. The owner of an ontology can make CRUDS(Create, Read, Update,Delete) The owner of an ontology can give permission to other users to read, create, modify or delete. The owner of an ontology can make it public. A public ontology can be consulted by any user of the platform. From Ontology Subscription option, we can find those ontologies that are public and subscribe to them, allowing us to perform query operations on them. We can search through the Ontologies List. Search for SensorTemperatura. In order to see in detail SensorTemperatura we will click the show button side column. at the right First Steps Guide 13/30

14 In the Ontology Information screen we can see if it is active and public and the schema of the ontology. Click on. It will allow us to request information from this ontology from mi APP. Once we are subscribed, at subscriptions search will appear the ontologies at which we are subscribed. First Steps Guide 14/30

15 We do the same for the ontology SensorHumedad Create a KP at SOFIA2 On Cloud From the option New KP, we can register a KP, associating it to its corresponding ontology. When you create a KP, you must give it a name and description and select the ontologies to be managed from that KP: List KPs will show all KP created by the user, being able to see their details or modify their data or delete it. First Steps Guide 15/30

16 The details are: Identification: Kp name Authentication Token: It is needed to connect from a Sofia2 App to the platform. Encription Key: It needed only if you use XXTEA protocol. It is used in devices that don t support HTTPS, like Arduino. First Steps Guide 16/30

17 From the option Tokens Management we can generate new Tokens. The KP registered will connect with the platform through these Tokens. By clicking at the KP from the list, we will see the auto-generated token in the list below. This token is activated by default. In order to generate new Tokens we will select the KP for which we want to generate them and the number of Tokens desired, then we should click the button Generate Tokens. Now a new table with the new generated Tokens and the auto-generated one will appear. First Steps Guide 17/30

18 By default, the new Tokens are deactivated, we can active them by clicking at the check. First Steps Guide 18/30

19 4.2.3 Query from RTBD console From the left menu Tools> RTDB & BDH Console we can perform queries to the available Ontologies The queries can be done to the RTDB (Real Time DataBase) or to the HDB (Historic DataBase). It can be done in SQL (recommended) or in native language. Double click on a Ontology and the query appears in the textfield, click on. First Steps Guide 19/30

20 For each register the context information (KP,user, ) is shown. And the measure information, in this case, GPS coordinates, id and timestamp: First Steps Guide 20/30

21 It is also possible to perform queries with filters: First Steps Guide 21/30

22 4.3 Development of query Sofia2 APP Until now: We have subscribed to 2 public ontologies that allow us to request information. We have created a KP and a Token We have performed queries to the RTDB for the selected ontologies. In this section we will develop a Sofia2 APP in Javascript and Java that allows us to request information from these ontologies. They will be similar to the RTDB query Console Javascript APP A very simple example can be downloaded from Download and unzip in the disk where the SDK were mounted s:\query_html. First Steps Guide 22/30

23 The exmple is a HTML file that uses the Javascript libraries from It open a very simple interface: Instancia KP: KP name created in section : + instance name. In that case: KP_Ejemplo_Meteo:Instance01 Ontología: The ontology name we will perform the query. Token: the Token we created in 4.2.2: d62b89cbb82a44589baad5966aedb0f6 Query: the query in SQL i will perform to Sofia2 CloudLab. Button Join: This button manages in the instance with the Token and the KP. Type the token and click on Join First Steps Guide 23/30

24 This will return a SessionKey showing that we are conecting to the instance of Sofia2 CloudLab with this Session Key. This Session Key has an expiration date, so if we do not use this session it will expire in time. Once the session is joined we can click on the button that performs the query and shows the information in the textfied. Other queries can be performed: First Steps Guide 24/30

25 The Javascript code can be checked and debugged with the tools of the browsers, for example in Chrome: First Steps Guide 25/30

26 A much more complex apps can be created from here with a litle knowleadge of Javascript. We can see the Sofia2 demos at Java APP Following the same procedure than in Javascript, download now the Java example from Download and unzip in the disk where the SDK were mounted s:\query_java. The example is a Maven project (pom.xml) that contains the AppQuerySofia.java class. To open the maven project: 1. Open a command prompt at s:\query_java 2. Run s:\sofia2_variablesentorno.bat that sets the environment variables including JAVA_HOME, MAVEN_HOME. First Steps Guide 26/30

27 3. Build the Maven project. Type mvn install. This will download all the necessary dependencies from the repository. This can take a while. If everything went well we get: NOTE: If an error occurs probably it is due a proxy for access to Internet. Then, modify the file s:\sofia2-sdk\maven\conf\settings.xml adding an entry <proxy> in <proxies> 4. After that, the eclipse project can be generated and importing to the Sofia2 IDE. Run mvn eclipse:eclipse. First Steps Guide 27/30

28 This creates the eclipse files.classpath y.project. 5. Open the Sofia2 IDE by running S:\Sofia2_IDE.bat and load the project as before in section 3.3. File>Import>General>Existing Projects into Workspace >"s:\query_java\" 6. Run the class AppQuerySofia2 from the eclipse Project. First Steps Guide 28/30

29 This will shows in the console the app: Change the token,kp, query,etc as needed. Type the token created. Join to start a session with the platform: First Steps Guide 29/30

30 And finally perform a query: Check or debugg the code if needed. 4.4 Sofia2 APP development to insert data. (This part of the manual is pending a full review). So far we have seen how to develop APPs to query information. These same applications can insert information if they have permission to insert data into the platform. this can be achieved: 1. Having a CONTRIBUTOR role. This allows us to create ontologies and then insert data in accordance with these. a. In Sofia2 CloudLab platform a CONTRIBUTOR role can be requested from the main console screen: 2. A CONTRIBUTOR user can create a Token and give us permissions to insert instances of an Ontology First Steps Guide 30/30

DEVELOPMENT OF A SOFIA2 CLIENT (KP) FOLLOWING THE MODEL KP ARCHITECTURE

DEVELOPMENT OF A SOFIA2 CLIENT (KP) FOLLOWING THE MODEL KP ARCHITECTURE DEVELOPMENT OF A SOFIA2 CLIENT (KP) FOLLOWING THE MODEL KP ARCHITECTURE May 2016 Version 1 DEVELOPMENT OF KP MODEL Page 1/18 INDEX INDEX... 2 STEP 1 GETTING FAMILIAR WITH SOFIA2'S BASIC CONCEPTS... 3 STEP

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

Optical Character Recognition. SDK Reference. Issue 04 Date

Optical Character Recognition. SDK Reference. Issue 04 Date Issue 04 Date 2018-09-12 Contents Contents 1 SDK Environment Setup...1 1.1 Applying for a Service...1 1.2 Obtaining the SDK... 1 1.3 Preparing a Java Development Environment... 1 1.4 Installing Eclipse

More information

Report HQ. Quick Start Guide. Report HQ Quick Start Guide - Version 1.2

Report HQ. Quick Start Guide. Report HQ Quick Start Guide - Version 1.2 Report HQ Quick Start Guide STEP 1 Requesting An Account 1) Request an account via the Report HQ Request Form 2) Nasdaq will verify your account 3) Once your account is verified and provisioned, you will

More information

SOFIA2 APIS. September Version 7

SOFIA2 APIS. September Version 7 SOFIA2 APIS September 2014 Version 7 1 INDEX 1 INDEX... 2 2 INTRODUCTION... 7 2.1 REQUIREMENTS... 7 2.2 GOALS AND SCOPE OF THE CURRENT DOCUMENT... 7 3 COMMUNICATION PROTOCOLS (KP-SIB)... 8 3.1 MQTT...

More information

Living Systems Process Suite. Installation. Living Systems Process Suite Documentation. 3.1 Thu Nov

Living Systems Process Suite. Installation. Living Systems Process Suite Documentation. 3.1 Thu Nov Living Systems Process Suite Installation Living Systems Process Suite Documentation 3.1 Thu Nov 29 2018 Whitestein Technologies AG Hinterbergstrasse 20 CH-6330 Cham Tel +41 44-256-5000 Fax +41 44-256-5001

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

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

More information

Configuration of Microsoft SQL Server Express

Configuration of Microsoft SQL Server Express Configuration of Microsoft SQL Server Express Copyright 2017 NetSupport Ltd All rights reserved Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements If installing

More information

Running the ESPM Twitter Integration sample app on SAP Cloud Platform

Running the ESPM Twitter Integration sample app on SAP Cloud Platform Running the ESPM Twitter Integration sample app on SAP Cloud Platform By Daniel Gomes da Silva Learn how to download, build, deploy, configure and run the ESPM Twitter Integration JAVA sample app on SAP

More information

AUTOMATION TESTING FRAMEWORK FOR LUMINOUS LMS

AUTOMATION TESTING FRAMEWORK FOR LUMINOUS LMS AUTOMATION TESTING FRAMEWORK FOR LUMINOUS LMS CONTENT Introduction. List of tools used to create Testing Framework Luminous LMS work scheme Testing Framework work scheme Automation scenario set lifecycle

More information

vsphere Web Client SDK Documentation VMware vsphere Web Client SDK VMware ESXi vcenter Server 6.5.1

vsphere Web Client SDK Documentation VMware vsphere Web Client SDK VMware ESXi vcenter Server 6.5.1 vsphere Web Client SDK Documentation VMware vsphere Web Client SDK 6.5.1 VMware ESXi 6.5.1 vcenter Server 6.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights.

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. HP JetAdvantage Insights Deployment Guide This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. 1. Overview HP JetAdvantage Insights provides

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Kony MobileFabric Engagement Services QuickStart Guide

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

More information

Secret Server Demo Outline

Secret Server Demo Outline Secret Server is a feature rich product that can be introduced to your prospects in many different ways. Below is a generic outline of several of the most important features that should be covered during

More information

Excel4apps Wands 5 Architecture Excel4apps Inc.

Excel4apps Wands 5 Architecture Excel4apps Inc. Excel4apps Wands 5 Architecture 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Overview... 3 3 Client... 3 4 Server... 3 4.1 Java Servlet... 4 4.2 OAF Page... 4 4.3 Menu and Function... 4

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

Getting Started with the Bullhorn SOAP API and Java

Getting Started with the Bullhorn SOAP API and Java Getting Started with the Bullhorn SOAP API and Java Introduction This article is targeted at developers who want to do custom development using the Bullhorn SOAP API and Java. You will create a sample

More information

How to take up my assessment?

How to take up my assessment? 2011, Cognizant How to take up my assessment? Step 1 : You have to take up the assessment only using the Virtual Desktop Interface (VDI environment) Please use the URL, https://learninglabs.cognizant.com

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

Image Recognition. SDK Reference. Issue 09 Date HUAWEI TECHNOLOGIES CO., LTD.

Image Recognition. SDK Reference. Issue 09 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 09 Date 2019-01-31 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Selenium Testing Training

Selenium Testing Training About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

ForgeRock Access Management Customization and APIs

ForgeRock Access Management Customization and APIs training@forgerock.com ForgeRock Access Management Customization and APIs Description AM-421 Course Description Revision B This course provides a hands-on technical introduction to ForgeRock Access Management

More information

Version 9.2. SmartPTT Enterprise. Web Client Installation Guide

Version 9.2. SmartPTT Enterprise. Web Client Installation Guide Version 9.2 December 2017 Contents Contents 1 About This Document 3 2 System Requirements 4 1 Supported Web Browsers 4 3 System Preconfiguration 5 3.1 Registering ASP.NET 5 3.2 Turning on Windows Features

More information

Software Development Kit

Software Development Kit Software Development Kit Informatica MDM - Product 360 Version: 8.1.1 07/04/2018 English 1 Table of Contents 1 Table of Contents...2 2 SDK Package...3 3 Prerequisites...3 3.1 Database...3 3.2 Java Development

More information

Getting Started with Eclipse/Java

Getting Started with Eclipse/Java Getting Started with Eclipse/Java Overview The Java programming language is based on the Java Virtual Machine. This is a piece of software that Java source code is run through to produce executables. The

More information

Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise

Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise 1. Objectives Ø Become familiar with Android Studio, Android App development and Facebook SDK for Android. Ø Build a good-looking

More information

FX RFID READER SERIES Embedded SDK Sample Application

FX RFID READER SERIES Embedded SDK Sample Application FX RFID READER SERIES Embedded SDK Sample Application User Guide MN000539A01 FX RFID READER SERIES EMBEDDED SDK SAMPLE APPLICATIONS USER GUIDE MN000539A01 Revision A December 2017 Copyright 2017 ZIH Corp.

More information

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

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

More information

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. This tutorial walks through the installation and configuration process to access data from

More information

P O W E R O F C U C U M B E R

P O W E R O F C U C U M B E R P O W E R O F C U C U M B E R E A S Y A U T O M AT I O N F O R A L L Eafa Framework by Salman Saeed PROBLEM Why don t we start with automation? Lack of Skills High Cost Time Constraint SOLUTION TO THE

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

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

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

More information

Deploying Cisco Nexus Data Broker

Deploying Cisco Nexus Data Broker This chapter contains the following sections: Installing Cisco Nexus Data Broker, page 1 Installing Cisco Nexus Data Broker Installing or Upgrading the Cisco Nexus Data Broker Software Important There

More information

Lucid Key Server. Help Documentation.

Lucid Key Server. Help Documentation. Lucid Key Server Help Documentation www.lucidcentral.org Help for the Lucid Key Server Welcome to the Lucid Key Server, one member of the Lucid family of products. For more information on other Lucid and

More information

Installation Guide Savision iq

Installation Guide Savision iq Installation Guide Savision iq Contents 1. Introduction... 3 1.1 About This Guide... 3 1.2 Supported Integrations... 3 1.3 Software Components... 3 2. Installing Savision iq... 4 2.1 Upgrading from Savision

More information

Dspace Installation Guide (Windows 2003 Server)

Dspace Installation Guide (Windows 2003 Server) Pre-requisite Software: Java Development Kit. PostgreSQL Apache Tomcat Apache Maven Apache ANT DSpace Dspace Installation Guide (Windows 2003 Server) 1. Java Development Kit: JDK is a development environment

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

BOCI Securities Limited Security Token User Guide (for Securities Account) Content

BOCI Securities Limited Security Token User Guide (for Securities Account) Content BOCI Securities Limited Security Token User Guide (for Securities Account) Content I. Activating your BOCI Security Token (P.2-6) II. Login your Online Securities Account with BOCI Security Token (P.7-8)

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

Webthority can provide single sign-on to web applications using one of the following authentication methods:

Webthority can provide single sign-on to web applications using one of the following authentication methods: Webthority HOW TO Configure Web Single Sign-On Webthority can provide single sign-on to web applications using one of the following authentication methods: HTTP authentication (for example Kerberos, NTLM,

More information

Ricoh Managed File Transfer (MFT) User Guide

Ricoh Managed File Transfer (MFT) User Guide Ricoh Managed File Transfer (MFT) User Guide -- TABLE OF CONTENTS 1 ACCESSING THE SITE... 3 1.1. WHAT IS RICOH MFT... 3 1.2. SUPPORTED BROWSERS... 3 1.3. LOG IN... 3 1.4. NAVIGATION... 4 1.5. FORGOTTEN

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

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

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

More information

McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009

McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009 McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

BrowseEmAll Documentation

BrowseEmAll Documentation BrowseEmAll Documentation Release 9.0.0 Position Fixed UG Apr 11, 2018 Contents 1 Installation 3 1.1 System Requirements.......................................... 3 1.2 Download BrowseEmAll.........................................

More information

MultiBrowser Documentation

MultiBrowser Documentation MultiBrowser Documentation Release 10.0.0 Position Fixed UG Aug 06, 2018 Contents 1 Installation 3 1.1 System Requirements.......................................... 3 1.2 Download MultiBrowser.........................................

More information

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps.

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. Quick Start Guide This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. NOTE: All devices need active internet connectivity. Google Chrome is a browser that

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Software Installation Guide

Software Installation Guide Software Installation Guide Software Installation Guide 2024C Engagement Development Platform Developing Snap-ins using Java Page 1 of 11 Bring Your Own Device (BYOD) Requirements You will be using your

More information

Instructor s Notes Web Data Management Web Client/Server Concepts. Web Data Management Web Client/Server Concepts

Instructor s Notes Web Data Management Web Client/Server Concepts. Web Data Management Web Client/Server Concepts Instructor s Web Data Management Web Client/Server Concepts Web Data Management 152-155 Web Client/Server Concepts Quick Links & Text References Client / Server Concepts Pages 4 11 Web Data Mgt Software

More information

Compiere 3.3 Installation Instructions Linux System - Oracle Database

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

More information

YWireless-RX65N Smart Home Gateway Getting Started Guide

YWireless-RX65N Smart Home Gateway Getting Started Guide Micriµm YWireless-RX65N Smart Home Gateway Getting Started Guide Introduction There are countless resources to build an IoT system with. Embedded engineers are faced with a large variety of protocols,

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Symantec Endpoint Virtualization 6.1 SP8 Release Notes

Symantec Endpoint Virtualization 6.1 SP8 Release Notes Chapter 1 Symantec Endpoint Virtualization 6.1 SP8 Release Notes This chapter includes the following topics: About Symantec Endpoint Virtualization About 6.1 SP8 What's new in 6.1 SP8 Supported platforms

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation

More information

TeamViewer 12 Manual Management Console. Rev

TeamViewer 12 Manual Management Console. Rev TeamViewer 12 Manual Management Console Rev 12.1-201704 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of content 1 About the TeamViewer Management Console 4 1.1 About the Management

More information

Mission Guide: Google Apps

Mission Guide: Google Apps Mission Guide: Google Apps Your Mission: Use F-Response to access Google Drive Apps for Business (G Suite) Using F-Response to connect to Google Drive Apps for Business and collect their contents Important

More information

EGit/Gerrit Hands-on training #1: Installation and Configuration

EGit/Gerrit Hands-on training #1: Installation and Configuration EGit/Gerrit Hands-on training #1: Installation and Configuration Introduction To use git from Eclipse you need the EGit plug-in. With EGit you do nearly all of your gitrelated tasks. But for certain operations

More information

ArcGIS Enterprise Security: An Introduction. Randall Williams Esri PSIRT

ArcGIS Enterprise Security: An Introduction. Randall Williams Esri PSIRT ArcGIS Enterprise Security: An Introduction Randall Williams Esri PSIRT Agenda ArcGIS Enterprise Security for *BEGINNING to INTERMIDIATE* users ArcGIS Enterprise Security Model Portal for ArcGIS Authentication

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Developing Android applications in Windows

Developing Android applications in Windows Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Installing and Configuring VMware vrealize Orchestrator

Installing and Configuring VMware vrealize Orchestrator Installing and Configuring VMware vrealize Orchestrator vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

An Introduction to Eclipse Che Lets build a custom cloud IDE. October 2015 Tyler Jewell, Eclipse Che Project

An Introduction to Eclipse Che Lets build a custom cloud IDE. October 2015 Tyler Jewell, Eclipse Che Project An Introduction to Eclipse Che Lets build a custom cloud IDE October 2015 Tyler Jewell, Eclipse Che Project Lead @TylerJewell Goal Let anyone contribute to any project anywhere at any time. no pre-installation

More information

BlackBerry Developer Global Tour. Android. Table of Contents

BlackBerry Developer Global Tour. Android. Table of Contents BlackBerry Developer Global Tour Android Table of Contents Page 2 of 55 Session - Set Up the BlackBerry Dynamics Development Environment... 5 Overview... 5 Compatibility... 5 Prepare for Application Development...

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of June 2017. Vodafone Ready Business Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13 P6 EPPM Post Installation Administrator's Guide Release 8.4 November 2014 Contents About the P6 EPPM Post Installation Administrator's Guide... 11 P6 Setup Tasks... 13 Accessing P6 from Client Browsers...

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

Integrate HEAT Software with Bomgar Remote Support

Integrate HEAT Software with Bomgar Remote Support Integrate HEAT Software with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Family Map Server Specification

Family Map Server Specification Family Map Server Specification Acknowledgements The Family Map project was created by Jordan Wild. Thanks to Jordan for this significant contribution. Family Map Introduction Family Map is an application

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Tutorial - Exporting Models to Simulink

Tutorial - Exporting Models to Simulink Tutorial - Exporting Models to Simulink Introduction The Matlab and Simulink tools are widely used for modeling and simulation, especially the fields of control and system engineering. This tutorial will

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation

More information

HEAT Software Integration with Remote Support

HEAT Software Integration with Remote Support HEAT Software Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their

More information

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13

Contents About the P6 EPPM Post Installation Administrator's Guide P6 Setup Tasks... 13 P6 EPPM Post Installation Administrator's Guide Release 15.1 October 2015 Contents About the P6 EPPM Post Installation Administrator's Guide... 11 P6 Setup Tasks... 13 Accessing P6 from Client Browsers...

More information

Version 5.0 September P Xerox App Gallery. App Gallery User Guide

Version 5.0 September P Xerox App Gallery. App Gallery User Guide Version 5.0 September 2018 702P06709 Xerox App Gallery App Gallery User Guide 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation

More information

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod Page 1 of 19 UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared By: Harald Gjermundrod Table of Contents 1 EASY INSTALLATION... 2 1.1 DOWNLOAD... 2 1.2 INSTALLING... 2 2 CUSTOMIZED INSTALLATION...

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Installation Guide - Mac

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

More information

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release 9.0. 1 At the end of this course, you will be able to discuss

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information

Workspace ONE UEM Notification Service 2. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service 2. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service 2 VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation

More information

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

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

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

Scheduling Java Objects Using the SDK. Matthias Nott, Business Objects

Scheduling Java Objects Using the SDK. Matthias Nott, Business Objects Scheduling Java Objects Using the SDK Matthias Nott, Business Objects Breakout Information Scheduling Java Objects Using the SDK Business Objects provides a multi-level Java SDK for integration, customization,

More information

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011 An Oracle White Paper: November 2011 Installation Instructions: Oracle XML DB XFILES Demonstration Table of Contents Installation Instructions: Oracle XML DB XFILES Demonstration... 1 Executive Overview...

More information

Installing or Upgrading the Cisco Nexus Data Broker Software in Centralized Mode

Installing or Upgrading the Cisco Nexus Data Broker Software in Centralized Mode Installing or Upgrading the Cisco Nexus Data Broker Software in Centralized Mode This chapter contains the following sections: Installing Cisco Nexus Data Broker in Centralized Mode, page 1 Installing

More information

JDO Tools Guide (v5.1)

JDO Tools Guide (v5.1) JDO Tools Guide (v5.1) Table of Contents Maven Plugin.............................................................................. 2 pom.xml Integration.......................................................................

More information