Intro to evis: the event visualization tool

Size: px
Start display at page:

Download "Intro to evis: the event visualization tool"

Transcription

1 Intro to evis: the event visualization tool Background The of the (CBC) at the (AMNH) developed the Event Visualization Tool (evis), as a conservation monitoring and decision support tool for guiding protected area and landscape planning. Since July 2009, evis has been part of the official QGIS distribution. The evis software tool is a plugin that extends the capability of Quantum GIS (QGIS a free, open-source desktop geographic information system. Users of evis can link and visualize location-based data (e.g., wildlife observations, images documenting illegal logging, camera trap results, etc.) to a mapping environment. This exercise will serve as an introduction to the evis plugin. evis has the ability to connect directly to MYSQL and SQLITE databases and can connect to any ODBC data resource. evis has an event browser that can display images and associated attribute data for vector features. For this exercise, we will be using a set of sample data from Central Vietnam (Thua Thien Hue and Quang Nam Provinces). This exercise was developed for QGIS version 1.0.2, on the Windows platform. The data for this exercise can be found in the zipped file called Workshop.zip. MS windows users, unzip this file to the C:\ drive, so that the directory reads C:\Workshop. This directory will be noted throughout the exercise as <workshop directory>. For users following this exercise in another operating system (OS X, Linux, etc.) note where the workshop directory has been unzipped on your system. Also, be aware that the MS Excel Connection section only includes instructions for windows XP users, as it shows the steps necessary to create an ODBC connection in this operating system. This type of connection is possible in other operating systems, but this exercise does not provide these specific instructions. If you are unfamiliar with this operation, skip this section, and continue with the Relational Database connection section.

2 License and citation information: This exercise is licensed under a Creative Commons Attribution-Share Alike 3.0 License. You are free to alter the work, copy, distribute, and transmit the document under the following conditions (see for more details): You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you may distribute the resulting work only under the same, similar or a compatible license. If you cite this document we ask that you include the following information: Horning, N., K. Koy, P. Ersts Intro to evis: the event visualization tool. American Museum of Natural History,. Available from (accessed on today s date).

3 Getting Started 1. Start QGIS and add the 2003_Landsat_etm_subset.tif raster layer from <workshop directory>\gis_data\raster directory, where <workshop directory> is the path to the directory where you installed the data for this workshop. This image will serve as the backdrop for this visualization exercise. * For example, on a computer running MS Windows, the directory would be: C:\Workshop\GIS_Data\Raster. 2. Select Plugins -> Plugin Manager from the drop down menu to access the plugin manager menu. 3. In the menu, check the evis Plugin, and click to activate evis.

4 4. Activating the evis plugin adds three new buttons to the QGIS toolbar. Any of the toolbars can be moved by clicking and holding left mouse button on the left side of the movable panel. The three evis buttons are: Database Connection Opens the Database connection menu window Event ID Tool Activates the Event ID tool for interaction with the map Event Browser Opens the Event Browser window. Using the event browser To begin using the event browser, we will use sample data stored in a shapefile vector layer. Once a vector data layer is loaded into QGIS, the event browser can be used to view the attribute data associated with the point features. In order to view images in evis, an attribute field containing the path and file name is also needed. The path can be absolute or relative, or can also be a web URL ( A bearing attribute may be used to indicate the direction the image was taken. Examples of the three formats are: Absolute image path: X Y FILE C:\Workshop\eVis_Data\groundphotos\DSC_0168.JPG C:\Workshop\eVis_Data\groundphotos\DSC_0169.JPG C:\Workshop\eVis_Data\groundphotos\DSC_0170.JPG C:\Workshop\eVis_Data\groundphotos\DSC_0171.JPG BEARING In this example, the images must reside in the C:\Workshop\eVis_Data\groundphotos\ directory. Relative image path: X Y FILE \groundphotos\dsc_0168.jpg \groundphotos\dsc_0169.jpg \groundphotos\dsc_0170.jpg \groundphotos\dsc_0171.jpg BEARING

5 Using relative paths, the files can be located in any directory, as long as the images or the directory containing the images, groundphotos in this example, are in the same directory as the data layer. URL image path: X Y FILE BEARING Using URL paths, evis can connect to images that are available on a web server. For this example, add the PhotoPoints.shp layer from the <workshop directory>\evis_data\ directory to QGIS using the Add Vector Layer dialog. *Note, Non-Windows users, choose Photo_Points_relative.shp since the absolute path is mapped for Windows users. 1. Make sure that your point layer is highlighted in the TOC, and click the Event Browser button. If the default settings are set an image will appear in the display window. If an image is not displayed we will adjust the options so an image is displayed. 2. Click on the Options tab at the top of the Event Browser window is selected. Select FILE in the Attribute Containing Path to File drop down menu. If the Relative shapefile was input at the start of this exercise, check the Path is Relative option otherwise this checkbox should be empty. To see the image click on the Display tab. The first point feature image will be displayed in the viewer window. The buttons above the image can be used to change the zoom level of the image. The text box at the top displays all of the attribute info associated with the point location, and the and buttons can be used to scroll through the points. The active point being viewed is centered, and noted with a symbol. Also note that the total number of records and the number of the active record are displayed in the browser s title bar.

6 3. If the vector layer contains a field (i.e., an attribute) for bearing, the direction the camera was pointing when the image was taken, click the Options tab and then click the Display Compass Bearing radio button, and set the field to Bearing. The red star is replaced by an arrow showing the direction the camera was pointing. The compass bearings in this file are relative to true north but if you wanted to adjust for bearings that are recorded relative to magnetic north you can enter the declination using the radio buttons under Compass Offset. East declinations should be entered using positive values and west declinations should use negative values. 4. Click on the Display tab again then browse through several images using the and buttons to examine what can be seen in the image, and what can be seen in the satellite image. You can then close the Event Browser window. 5. In order to view the image or images for a single point on the map use the Event ID tool. Activate the tool by clicking the Event ID button in the QGIS toolbar, and then click on any feature on the map. This will open an Event Browser displaying the image or images for the selected location. In areas where several images have been taken in different directions from a single location, using the Event ID tool will select all of the entries for that location, which can be seen in the Displaying records text in the browser s title bar. 6. Scroll through the selected images in the browser to examine the records for that location, and then close the browser to select a different location.

7 Database Connectivity In addition to vector data layers, evis can be used to explore and visualize data, from one or more external databases. The minimum fields/attributes that are required to use evis are an X and Y location. There are many different types of databases that evis can be connected to. In this example, we will go through the steps to connect to and query from both a single table stored as a MS Excel file and a multiple table relational database stored in SQLite. MS Excel connection We will start by connecting to an MS Excel table. In order to establish this connection there are first a few steps that need to be taken in Windows to create an ODBC data source. If you are using a different operation system, please skip ahead to the Relational Database connection section. For MS Windows XP only 1. To set up the ODBC data source for an Excel file, go to the Windows Administrative Tools. This menu can be accessed by clicking Start -> Control Panel -> Performance and Maintenance in the windows desktop, (also may be Start->Control Panel -> Administrative Tools depending on your settings). Within the Administrative Tools menu, double-click the Data Sources (ODBC) shortcut. This will open the ODBC Data Source Administrator.

8 2. Click on the System DSN tab at the top of the window, and click the button. 3. Then, in the Create New Data Source window that opens, choose Driver do Microsoft Excel(*.xls), and click. This will open the ODBC Microsoft Excel Setup window. 4. In the ODBC Microsoft Excel Setup window, enter PhotoPoint_excel into the Data Source Name field, and click the button which opens the Select Workbook dialogue.

9 5. In the Select Workbook dialogue, choose: <workshop directory>\evis_data\photopoints.xls Then click the button in all three windows to complete the ODBC definition. 6. Once the Windows definition has been established, open QGIS, and click the Database Connection Icon button in evis to open the database connection window. There are three tabs available in this window: Database Connection (opens by default), Predefined Queries, and SQL Query. An Output Console displays status and error messages. 7. In the Database Connection tab, define the database under the Database Type drop down menu. The available options are: Undefined, MSAccess, MYSQL, ODBC, and SQLITE. Choose ODBC to directly connect to the Excel database file that we have defined. Type localhost in the Database Host field, and PhotoPoint_excel in the Database Name field, as seen below.

10 8. Click the been established. button. A message should appear displaying that the connection has SQL Query Once a database connection has been established, data can be imported into QGIS through the use of SQL queries. SQL is a standard language for querying databases. For those interested in more information on SQL, there is a helpful tutorial at To begin, we will run a simple SQL query statement that will access all of the data in the Excel file, and import it into QGIS as a point file. 1. Click on the SQL Query tab of the Database Connection module of evis to access the query building window. 2. In the text box, type SELECT * FROM [PhotoPoints$]. The * symbol is used to choose all of the fields in the table, and [PhotoPoints$] is the name of the worksheet in the Excel table that we are querying. 3. Click the button to run the query.

11 4. A successful Select query opens the Database File Selection window. Enter a name for the new layer, such as PhotoPoints, and choose the correct fields for the X and Y coordinates. Click to import the data into a point layer in the QGIS map. You will be asked to enter the map project for the new layer. You can enter WGS84 (EPSG number 4326). Relational Database connection In the next example, we will use the evis Database Connection module to connect to a relational database with multiple tables using an SQLite database. Storing data in this format has the advantage of creating relationships between tables. In the example that we will use, there are two tables in our SQLite database, one containing ten point locations that were visited, and the second containing the details of 61 images taken at these locations. A graphical representation of these two tables and their relationship follows:

12 Note that there is a many-to-one relationship between the point_id field in the Attributes table, and the rec_id field in the Points table. In order to make these data useful in a GIS environment, we can use an SQL query to join the tables based on the key fields. After joining the tables, the result looks like: To begin importing data from this database: 1. Open QGIS, and click the Database Connection Database Connection module. button in evis to open the

13 2. In the Database Connection tab, define the database type by choosing SQLITE then click the Open File button and choose PhotoPoints.db from the <workshop directory>\evis_data\ directory, and click the button as seen below. 3. Open the SQL Query tab 4. In the text box, type: SELECT Attributes.*, Points.x, Points.y FROM Attributes LEFT JOIN Points ON Points.rec_id=Attributes.point_ID This query will import all of the points and images available in the database. 5. Click the button to run the query. After entering a name PhotoPoints_db for the new layer, and noting the x and y locations, then click OK. The new point file will be available in the map for use with the Event Browser. 6.

14 Running a predefined query In addition to manually connecting to a database and entering an SQL statement, the evis Database Connection tool has the ability to load predefined queries that are stored in an xml file. Use of these predefined files makes it easier to store and retrieve complex queries. Open and examine the predefined_sqlite.xml file in a text editor by navigating to the <workshop directory>\evis_data\ directory. Right click on the file, and (in Windows) choose Open With -> Notepad. There are three predefined queries in this file, all located between the <doc> and </doc> tags. And each query is between the <query> and </query> tags. Note that the information needed to set a database connection and query between each descriptor tag. These can be edited, or more <query> </query> examples can be added. * Note that the <databasename> tag is set to a Windows directory, to use this file in another operating system, be sure to adjust this path to the appropriate directory. This entry will also need to be updated if the files are residing in a different directory than the one noted. 1. To begin importing data using a predefined query, open the Database Connection module (if it is already open, close it and open again to reset) and click on the Predefined Queries tab. 2. Click the Open File button and load predefined_sqlite.xml in the <workshop directory>\evis_data directory as seen below.

15 3. In this sample file, three queries have been defined, that can be accessed from the drop down menu just under the Open File button. A description of each can be seen in the text box. The xml file can be manipulated in a text editor to create new queries, or edit the existing queries. The three queries are: a. Import all photo points: imports all data in a table to QGIS b. Import photo points "looking across Valley": imports only points that have images "looking across a valley" c. Import photo points that mention "limestone": imports only points that have images that mention "limestone" 4. Choose Import photo points "looking across Valley", and then click the Database Connection tab. Notice that the fields are automatically filled out and the file selected. Click on the Connect button to connect to the database. 5. Click the SQL Query tab. Notice that the query statement has already been entered. 6. Click the 7. button to run the selected query, If the query is successful, and enter a name ValleyPhotos and select the x, y fields for the new layer in the Database File Selection dialog. The resulting point layer will consist only of points that have looking across a valley in the comment field. This query method can be used to select points with any type of identifier, such as species, township, violation type, etc.

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS. Using the TestTrack ODBC Driver The read-only driver can be used to query project data using ODBC-compatible products such as Crystal Reports or Microsoft Access. You cannot enter data using the ODBC driver;

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Prints and Photographs Online Catalog Web Address http://www.loc.gov/rr/print/catalog.html

Prints and Photographs Online Catalog Web Address http://www.loc.gov/rr/print/catalog.html Historic Photo Geographic Inventory A Guide for Geocoding Library of Congress Photo Images. NYS Adirondack Park Agency GIS J. W. Barge - January 19, 2006 Background The Library of Congress Prints and Photographs

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Spatial Database Support

Spatial Database Support Page 1 of 11 Spatial Database Support Global Mapper can import vector data from and export vector data to the following spatial databases: Esri ArcSDE Geodatabase Esri File Geodatabase Esri Personal Geodatabases

More information

Internet Explorer Browser Clean-up

Internet Explorer Browser Clean-up Follow the steps below to determine your Internet Explorer version number and access browser clean-up procedures specific to your version. 1. From Internet Explorer, click the Help menu and choose About

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

Setting up a database for multi-user access

Setting up a database for multi-user access BioNumerics Tutorial: Setting up a database for multi-user access 1 Aims There are several situations in which multiple users in the same local area network (LAN) may wish to work with a shared BioNumerics

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Database Forms and Reports Tutorial

Database Forms and Reports Tutorial Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers PSQL v9 SP1 (9.1) & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019

More information

smespire - Exercises for the Hands-on Training on INSPIRE Network Services April 2014 Jacxsens Paul SADL KU Leuven

smespire - Exercises for the Hands-on Training on INSPIRE Network Services April 2014 Jacxsens Paul SADL KU Leuven smespire - Exercises for the Hands-on Training on INSPIRE Network Services April 2014 Jacxsens Paul SADL KU Leuven These exercises aim at people who already have some basic knowledge of INSPIRE Network

More information

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System Setting up a Sitellite development environment on Windows Sitellite Content Management System Introduction For live deployment, it is strongly recommended that Sitellite be installed on a Unix-based operating

More information

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE User Guide CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE Product Version: 1.0 CONTENTS 1. INTRODUCTION...4 2. INSTALLATION...5 2.1 DESKTOP INSTALLATION...5 2.2 IPAD INSTALLATION...9 3. USING THE CONTACTS SYNCHRONIZER

More information

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 1996-2012 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

Database Servers Tutorial

Database Servers Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the database servers tutorial........................ 3 Exercise 1: Add a database server to the Catalog tree and create

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Configuring Your Firewall for Client Access in Professional Edition

Configuring Your Firewall for Client Access in Professional Edition Configuring Your Firewall for Client Access in Professional Edition In a network environment, in order for the clients to communicate with the server, you will need to configure your firewall to allow

More information

Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5

Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 SAGE ACCPAC OPTIONS Sage Accpac Options Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage

More information

PureEdge Viewer Training Guide

PureEdge Viewer Training Guide Table of Contents Introduction PureEdge e-forms 3 Course Objectives 3 PureEdge Viewer Overview What is a PureEdge e-form? 4 The PureEdge Viewer 5 What You See in the Viewer 6 The PureEdge Toolbar 7 Toolbar

More information

BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE

BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE Table of Contents About the Guide... 1 Overview... 2 Navigating the Content Collection... 3 Accessing the Content Collection... 3 Content Collection

More information

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë 14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected

More information

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

Querying Databases Using the DB Query and JDBC Query Nodes

Querying Databases Using the DB Query and JDBC Query Nodes Querying Databases Using the DB Query and JDBC Query Nodes Lavastorm Desktop Professional supports acquiring data from a variety of databases including SQL Server, Oracle, Teradata, MS Access and MySQL.

More information

Intro to Web Development

Intro to Web Development Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing

More information

Foxit Enterprise Reader GPO User Guide

Foxit Enterprise Reader GPO User Guide 1 Copyright 2013 Foxit Corporation. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

Witango Application Server 6. Installation Guide for Windows

Witango Application Server 6. Installation Guide for Windows Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: [email protected] Web: www.witango.com

More information

Sharing Files and Whiteboards

Sharing Files and Whiteboards Your user role in a meeting determines your level of file sharing. The type of files you can share include documents, presentations, and videos. About Sharing Files, page 1 Changing Views in a File or

More information

Legal Information Trademarks Licensing Disclaimer

Legal Information Trademarks Licensing Disclaimer Scribe Insight Tutorials www.scribesoft.com 10/1/2014 Legal Information 1996-2014 Scribe Software Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive

More information

Installing the Microsoft Network Driver Interface

Installing the Microsoft Network Driver Interface Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's

More information

Virto Pivot View for Microsoft SharePoint Release 4.2.1. User and Installation Guide

Virto Pivot View for Microsoft SharePoint Release 4.2.1. User and Installation Guide Virto Pivot View for Microsoft SharePoint Release 4.2.1 User and Installation Guide 2 Table of Contents SYSTEM/DEVELOPER REQUIREMENTS... 4 OPERATING SYSTEM... 4 SERVER... 4 BROWSER... 4 INSTALLATION AND

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

IceWarp Server Windows Installation Guide

IceWarp Server Windows Installation Guide IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select

More information

MS SQL Express installation and usage with PHMI projects

MS SQL Express installation and usage with PHMI projects MS SQL Express installation and usage with PHMI projects Introduction This note describes the use of the Microsoft SQL Express 2008 database server in combination with Premium HMI projects running on Win31/64

More information

Interact for Microsoft Office

Interact for Microsoft Office Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies,

More information

Creating Maps in QGIS: A Quick Guide

Creating Maps in QGIS: A Quick Guide Creating Maps in QGIS: A Quick Guide Overview Quantum GIS, which is often called QGIS, is an open source GIS desktop application. Comparing to ArcGIS, QGIS can be installed on various operating systems,

More information

FireBLAST Email Marketing Solution v2

FireBLAST Email Marketing Solution v2 Installation Guide WELCOME to fireblast, one of the Industry s leading Email Marketing Software Solutions for your business. Whether you are creating a small email campaign, or you are looking to upgrade

More information

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Important Notice: You must have administrative rights to your PC to perform

More information

RuleBender 1.1.415 Tutorial

RuleBender 1.1.415 Tutorial RuleBender 1.1.415 Tutorial Installing and Launching RuleBender Requirements OSX Getting Started Linux Getting Started Windows Getting Started Using the Editor The Main Window Creating and Opening Files

More information

Linking Access to SQL Server

Linking Access to SQL Server Linking Access to SQL Server Why Link to SQL Server? Whilst Microsoft Access is a powerful database program it has its limitations and is best suited to creating desktop applications for individual users

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System

STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System STEP BY STEP IIS, DotNET and SQL-Server Installation for an ARAS Innovator9x Test System Abstract The intention of this document is to ensure successful installation of 3rd-Party software required for

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato [email protected] [email protected] WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies,

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

TIMETABLE ADMINISTRATOR S MANUAL

TIMETABLE ADMINISTRATOR S MANUAL 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

2.3 - Installing the moveon management module - SQL version

2.3 - Installing the moveon management module - SQL version 2.3 - Installing the moveon management module - SQL version The moveon management module consists of two elements: the moveon client and the moveon database. The moveon client contains all the program

More information

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Technical Bulletin Issue Date August 14, 2003 Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database...2 Introduction...

More information

1. To ensure the appropriate level of security, you will need Microsoft Windows XP or above.

1. To ensure the appropriate level of security, you will need Microsoft Windows XP or above. System Requirements This section describes the resources you will need on your computer and how to configure your system to use @venture. Because individual systems widely vary, these guidelines are general

More information

Microinvest Warehouse Pro Light Restaurant is designed to work in tandem with Microinvest Warehouse Pro which provides all back office functions.

Microinvest Warehouse Pro Light Restaurant is designed to work in tandem with Microinvest Warehouse Pro which provides all back office functions. Important to know! Microinvest Warehouse Pro Light Restaurant is designed to work in tandem with Microinvest Warehouse Pro which provides all back office functions. When you start up the restaurant module

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

Installing The SysAidTM Server Locally

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

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

The ECU Wireless system uses a captive portal authentication system. There are three steps to configure your computer for wireless access:

The ECU Wireless system uses a captive portal authentication system. There are three steps to configure your computer for wireless access: ECU WIRELESS SETUP The ECU Wireless system uses a captive portal authentication system. There are three steps to configure your computer for wireless access: 1. Install a wireless network card into your

More information

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors.

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors. page 1 of 11 The following information is provided as a service to our users, customers, and distributors. ** If you are just beginning the process of installing PIPSPro 4.3.1 then please note these instructions

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: [email protected] Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

HHC Compensation Module Training Document

HHC Compensation Module Training Document HHC Compensation Module Training Document CONTENTS 1. ICP Compensation Module Installation...3 2. Launch the compensation...6 3. Setup Survey Setup/Import Data Initial Setup...6 4. Exporting the Master

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

Stellar Phoenix. Access Database Repair 5.0 Installation Guide

Stellar Phoenix. Access Database Repair 5.0 Installation Guide Stellar Phoenix Access Database Repair 5.0 Installation Guide Overview Stellar Phoenix Access Database Repair, a secure and easy to use application is designed for repairing corrupt Microsoft Access (.mdb,.accdb)

More information

Department of Information Technology. Microsoft Outlook 2013. Outlook 101 Basic Functions

Department of Information Technology. Microsoft Outlook 2013. Outlook 101 Basic Functions Department of Information Technology Microsoft Outlook 2013 Outlook 101 Basic Functions August 2013 Outlook 101_Basic Functions070713.doc Outlook 101: Basic Functions Page 2 Table of Contents Table of

More information

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10

Contents. The OWRB Floodplain Viewer. Creating Maps... 8. Helpful Tips... 10 Contents QUICK START GUIDE... 2-5 Add layers...9 Search for Layers...9 COMPREHENSIVE GUIDE... 6 Navigate the map...6 Locate specific places...6 Add layer from file...9 Add layer from web...9 Display pop-up

More information

Mouse and Pointer Settings. Technical Brief

Mouse and Pointer Settings. Technical Brief Mouse and Pointer Settings Technical Brief Avocent, the Avocent logo, DSView, AutoView, SwitchView, DSR, OSCAR and AVWorks are trademarks or registered trademarks of Avocent Corporation or its affiliates.

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Building and Using Web Services With JDeveloper 11g

Building and Using Web Services With JDeveloper 11g Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 3245 University Avenue, Suite 1122 San Diego, California 92104 USA SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 Document Number: SII-TT-002 Date Issued: July 8,

More information

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06 Voyager Reporting System (VRS) Installation Guide Revised 5/09/06 System Requirements Verification 1. Verify that the workstation s Operating System is Windows 2000 or Higher. 2. Verify that Microsoft

More information

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Getting Started Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Snap Report Price Charts Comparing Price

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0 T E C H N I C A L N O T E Autonomy Connected Backup Version 8.8 PC Agent Quick Start Revision 0 Use this document as a quick reference for common Connected Backup PC Agent tasks. If the Agent is not on

More information

Kepware Technologies OPC Quick Client Connectivity Guide

Kepware Technologies OPC Quick Client Connectivity Guide Kepware Technologies OPC Quick Client Connectivity Guide August, 2010 V 1.000 Kepware Technologies Table of Contents 1. Overview and Requirements... 1 2. Connecting to KEPServerEX from the OPC Quick Client...

More information

TRIAL SOFTWARE GUIDE 1. PURPOSE OF THIS GUIDE 2. DOWNLOAD THE TRIALSOFTWARE 3. START WIDS 4. OPEN A SAMPLE COURSE, PROGRAM

TRIAL SOFTWARE GUIDE 1. PURPOSE OF THIS GUIDE 2. DOWNLOAD THE TRIALSOFTWARE 3. START WIDS 4. OPEN A SAMPLE COURSE, PROGRAM TRIAL SOFTWARE GUIDE Thank you for trying the WIDS software! We appreciate your interest and look forward to hearing from you. Please contact us at (800) 677-9437 if you have any questions about your trial

More information

SAS 9.4 PC Files Server

SAS 9.4 PC Files Server SAS 9.4 PC Files Server Installation and Configuration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS 9.4 PC Files Server: Installation

More information

Census. di Monitoring Installation User s Guide

Census. di Monitoring Installation User s Guide Census di Monitoring Installation User s Guide 1 r1 Contents Introduction... 3 Content overview... 3 Installing Windows 2003 Server Components... 4 System requirements... 4 di Monitoring Web Set-up...

More information

Getting Started Guide. Chapter 14 Customizing LibreOffice

Getting Started Guide. Chapter 14 Customizing LibreOffice Getting Started Guide Chapter 14 Customizing LibreOffice Copyright This document is Copyright 2010 2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either

More information

TAMUS Remote Desktop Setup For BPP SQL & Alva

TAMUS Remote Desktop Setup For BPP SQL & Alva The BPP SQL database and the ALVA application are both hosted on a remote desktop. A Texas A&M NetId account is needed to log in to this computer. NetId accounts can be requested on this webpage, https://gateway.tamu.edu/netid-activate/

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE MY TEAMWORK 5.0 QUICK START GUIDE What is My Teamwork? My Teamwork is a converged communications solution that combines presence-aware instant messaging with the ability to make phone calls, conference

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information