The manual can be used as a practical tutorial and aims to teach users how to:

Size: px
Start display at page:

Download "The manual can be used as a practical tutorial and aims to teach users how to:"

Transcription

1 Introduction This manual is aimed at users of the Rainforest Foundation UK's PostGIS database. It should be read by people wishing to upload and edit GPS survey data as well as by those who will administer the PostGIS database. The manual can be used as a practical tutorial and aims to teach users how to: Install the plugin Connect to the PostGIS database View data from the database Upload features to the database Populate and edit feature attributes in the database This guide assumes that the audience is already familiar with basic Quantum GIS tasks such as creating shapefiles, editing table attributes etc.

2 In the following chapters, we'll be creating tables in the PostGIS database based on GPS point and track data surveyed in the field. Each of the examples assumes that the user has already loaded their GPS data into QGIS, either directly using the Gps Tools plugin, or through the Add Vector Layer dialog. In this case, your screen should look something like this, with GPS data and background maps.

3 1. Installing the plugin IMPORTANT: If you already have a previous version of the plugin installed, uninstall it by removing the rfuk_postgis_upload folder from your ~/.qgis/python/plugins folder and restarting QGIS. The RFUK PostGIS Upload Plugin is located in a dedicated Quantum GIS python plugin repository. To install the plugin, we will first need to add the dedicated repository. 1. Open Quantum GIS 2. Select Fetch Python Plugins... from the Plugins menu 3. Click the Repositories tab 4. Click the Add button 5. Enter the details as shown in the image below and click OK Name: RFUK Repositry URL:

4 6. Click the Plugins tab 7. Type rfuk in the filter box and select the plugin in the list: 8. Click Install plugin A message should now be displayed to show that the plugin was successfully installed. The plugin can be accessed through its icon, By default, Quantum GIS will check for updates for plugins once a day. Quantum GIS will notify users when there is an update available for the plugin and prompt them to download and install it.

5 2. Setting up PostGIS connections In order the use RFUK's PostGIS database, you'll need to have been given a username and password. At present, a single login is used by each participating country. The username consists of the prefix remote_ followed by the name or abbreviation of the country. The following table shows a list of available usernames. Country Username Cameroon remote_cameroon Central African Republic remote_car Congo remote_congo Democratic Republic of Congo remote_drc Gabon remote_gabon Each username will have the following levels of access to different types of data within the database. The word country in the Dataset column should be replaced with the name of the country in which the surveyor is working. Dataset Dataset Description Access bg_country Background mapping specific to the country Read only bg_general Non country specific background mapping. These datasets Read only often cover multiple countries. country_draft Survey data that has been uploaded and is in the process of being edited or is awaiting approval Read / write country_approved Survey data that has been finalised and approved Read only It should be noted that surveyors have write access only to draft datasets. The following instructions will show how a PostGIS connection is created. 1. Open Quantum GIS and click the Add PostGIS Layer button, The Add PostGIS Table(s) dialog should now be shown.

6 2. Click the New button to configure a new connection. The Create a New PostGIS connection dialog should now be shown.

7 3. Enter your username in the Name and Username entries and fill out the other entries exactly as shown above. Your password should have been provided by Rainforest Foundation UK. 4. Click Test Connect Successful configuration should show the following:

8 3. Importing Data The RFUK PostGIS Upload Plugin can be used to upload the following geometry types to the database: Points Multilinestrings Multipolygons The plugin supports the upload of the following types of data: Villages (Point) External Actors (Point and Multipolygon) Livelihood and Cultural Activities (Point and Multipolygon) Natural Features (Point and Multipolygon) Routes and Local Rivers (Point and Multilinestring) For more information on the types of data that can be uploaded to the database and their supported attributes, refer to the RFUK PostGIS Table Attribute Standard (version 008). 3.1 Overview of the process When the RFUK PostGIS Upload Plugin's Upload button is clicked, the plugin does the following: Checks that the input layer is a vector layer Checks that the input layer is in WGS84 Lat/Lon projection Checks that some features are selected Checks that the table name matches the data type Connects to the PostGIS database and creates a new, empty PostGIS table with the correct attributes for the data type Copies each selected feature into the PostGIS database, re-projecting each feature to a sensible projection for the given country and copies any relevant data from the GPS survey into the correct columns of the database 3.2 Selecting features In order to upload to the database using the RFUK PostGIS Upload Plugin, features to be uploaded will first need to be selected. Selection can be performed by one of the following methods: Manual selection (within Quantum GIS) Features can be manually selected using one of the selection methods of Quantum GIS.

9 3.2.2 Select by attributes (within Quantum GIS) Features can be selected based on their attributes using the search or advanced search options in a layer's Attribute Table dialog Select all (within the RFUK PostGIS Upload Plugin) The Select All button will select all features in the current layer Select based on dates (within the RFUK PostGIS Upload Plugin) The select based on dates feature allows the user to select features based on the GPS date stamp present in layers loaded directly from GPS devices or GPX files. This feature could be used, for example, to quickly select survey data from a particular day from a much larger collection of survey information. It is important to note that GPS time stamps will be in universal time (UTC) where the dates used for selection entered by the user are in local time Uploading data an example According to the RFUK PostGIS Table Attribute Standard (version 008), points can be used to represent villages, external actors, livelihood activities and cultural activities, natural features and routes. In this example, we'll add two surveyed villages, Carefour and Ngamakossou, from a GPS file containing multiple surveyed points. 1. Select the points to upload

10

11 Zoom in to ensure that the selection is correct 2. With the desired points now selected, open the RFUK PostGIS Upload Plugin using its button,

12 The plugin dialog should now be visible:

13 The dialog consists of controls associated with the upload of the data as well as controls associated with the selection of data to be uploaded. The selection tools allow the user to select features based on the date they were surveyed. This method of selection requires that the survey date is included in the comment attribute by the GPS device (it usually is). If the plugin cannot find the date in the comment attribute for some features, a warning will be issued to the user. The select all button selects all features in the GPX layer.

14 The upload controls allow the user to specify options relating to how the data should be inserted into the database. The first option is the PostGIS connection to use for the upload. It is important that the correct connection is used for a given country as the name of the schema that the data will be uploaded to is derived from the connection name. In this case we are uploading data located in Congo, so are using the remote_congo PostGIS connection. The next option describes the type of data we are uploading. In this case, the points being uploaded are villages, so we have chosen the Villages option. The data types correspond to the RFUK PostGIS Table Attribute Standard (version 008). The next option is the name to give the new PostGIS layer. Layer names can contain only lower case letters, numbers and underscores (the '_' character). The RFUK database specification specifies a naming convention for PostGIS layers enabling them to be easily identified. The name prefixes required for different data types are described below.

15 Data Type Table name prefix Villages v External Actors ea Livelihood Activities la Cultural Activities ca Natural Features nf Routes or Local Rivers rr 3. Ensure that the PostGIS Connection is set to remote_congo, the Type of Data is set to Villages and enter a name for the new layer, such as v test_layer_ Click Upload If successful, the new PostGIS layer will be loaded into the table of contents on the left-hand side.

16 5. Next, open the attribute table of the PostGIS layer using the Open Attribute Table button, The table attributes for the two imported points should now be visible (your attributes may differ slightly from the image below). It can be seen that information from the GPS data has been copied to the database, such as the name of the waypoint and the date the waypoint was surveyed. Additional attributes such as the population of adult males and females has not been automatically populated. This data will need to be entered manually from within Quantum GIS.

17 4. Loading PostGIS survey layers In this chapter, the user will learn how to view survey data that already exists in the PostGIS database. PostGIS layers are loaded using the Add PostGIS Layer button, 1. Click the Add PostGIS Layer button to open the Add PostGIS Table(s) dialog 2. Ensure that the remote_congo connection is selected and click Connect A list of PostGIS layers should now be displayed. Layers are grouped into containers called schemas. Background data will be located in schemas starting with bg_ while survey data will be located in schemas prefixed with the name of the country associated with the data. Background data relevant to multiple countries will be located in the bg_general schema while, for example, background data specific to congo will be located in the bg_congo schema. Each country will have a schema for survey data to be uploaded into with the draft suffix. In this

18 example, we'll be uploading data to the congo_draft schema. Surveyors in Congo have read/write access to the congo_draft schema. Once layers have been reviewed and finalised by Rainforest Foundation UK, they will be moved from the _draft schema to the _approved schema. Surveyors in Congo have read only access to the congo_approved schema. 3. Select the layer v test_layer_001 and click Add The layer should now be loaded.

19 5. Uploading polygon data Polygons may be added to the PostGIS database for the External Actors, Livelihood Activities, Cultural Activities and Natural Features data types. It is assumed that GPS track data will be used to define a polygon in Quantum GIS which will then be uploaded to the PostGIS database. This is demonstrated in the following example where a track around a lake is used to define a polygon. A track can bee seen in the image above representing the shore of a lake. In order to import the lake into the PostGIS database, we must first create a polygon from the track which in currently a polyline. 1. Create a new shapefile by using the New Shapefile Layer button, 2. Ensure the shapefile is set to contain polygons and is in WGS84 Latitude/Longitude (EPSG code 4326).

20 If the table contains a text attribute called name, the contents of this attribute will be used to update the name of the feature in the PostGIS database. 3. Save the new shapefile in a sensible location. Next we must digitise the polygon representing the lake, using the track as a guide. Quantum GIS's snapping feature is very useful to ensure that the new polygon follows the surveyed shore of the lake. 4. Digitise the lake polygon and optionally, give it name by filling out the name attribute. The lake polygon should now look like this.

21 5. Save the polygon shapefile. With the polygon layer selected, the user should be able to upload the polygon to the PostGIS database as was done previously in the villages example.

22 6. Editing PostGIS Layer attributes Once features have been uploaded to the database, their extended attributes can be populated / edited. PostGIS layer attributes can be edited in the normal way in Quantum GIS using the Open Attribute Table button, Identify form., or through the Edit Feature form which is available through a right click on the The RFUK PostGIS Table Attribute Standard (version 008) lists a complete set of available attributes for each data type along with a human-readable description. 6.1 Enumerations Some attributes are set as enumerations. One example of this is the village layer's involved attribute. Enumerated types may only be set to one of a pre-defined set of values. In the above example, the village layer's involved attribute can only be set to one of the following values: UNSET (no value has been set yet) yes no The value of an enumerated attribute can either be typed in manually (it will have to be typed exactly), or can be set using one of Quantum GIS' advanced attribute editing features as described below. A full list of the enumerated types used in the RFUK PostGIS database can be found in the RFUK PostGIS Table Attribute Standard (version 008) Enabling enumeration drop-down menus The following instructions describe how to make entering enumerated attribute values easier by enabling drop-down lists. 1. Open the layer's Layer Properties dialog 2. Select the Attributes tab 3. For each attribute with a type starting with enum_, change the edit widget from Line edit to Enumeration.

23 4. Click OK to close the Layer Properties dialog. Now when editing feature attributes, enumerated attributes can be populated using drop-down menus.

24

25 7. Deleting PostGIS Layers Layers in _draft schemas can be deleted using the PostGIS Manager plugin. Please treat this as sensitive information as it contains the usernames and passwords for the surveyors (be aware of accidentally forwarding this or replies with quoted text to untrusted parties). I'm happy to announce that the beta version of the RFUK PostGIS Upload Plugin is now complete and I've set up a Quantum GIS python plugin repository for it on your VPS (hosting). The documentation (in english) is attached which explains how to install and use the plugin as well as how to access and modify data in the PostGIS database. I expected you might want to translate the docs into French so I've passed an editable version. I've also attached version 008 of the table attribute standard which has very slight modifications from the last one you sent to us (such as shortening some of the additional attribute names to 10 characters to stay in-line with the ESRI Shapefile standard). Feel free to start using the database to upload new survey information to the database. If, in a few weeks, once people have been using the plugin for their work, there are no reported problems, we can consider the plugin as a release (completed) version, rather than a beta version. The usernames and passwords for the surveyors are as follows: Cameroon remote_cameroon ofg3ctyg5h Central African Republic remote_car clorxiofr0 Congo remote_congo utzaysjbmk Democratic Republic of Congo remote_drc h2oxuzhc5x Gabon remote_gabon moz21o9obv

26 handjagt Bigbluesea77

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

Quick Start Guide to. ArcGISSM. Online

Quick Start Guide to. ArcGISSM. Online Quick Start Guide to ArcGISSM Online ArcGIS Online Quick Start Guide ArcGIS SM Online is a cloud-based mapping platform for organizations. Users get access to dynamic, authoritative content to create,

More information

This tutorial provides detailed instructions to help you download and configure Internet Explorer 6.0 for use with Web Commerce application.

This tutorial provides detailed instructions to help you download and configure Internet Explorer 6.0 for use with Web Commerce application. IE 6.0 Download and Set-up To use the Web Commerce e-commerce service, you need to: Gain access to the Internet Install Microsoft Internet Explorer 6.0 Configure Temporary Internet files in Internet Explorer.

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

TERAcloud w w w. t e r a c l o u d. u k

TERAcloud w w w. t e r a c l o u d. u k Accessing your account Once you have received the confirmation email, there will be a link to your personal area where you can download the backup application. In the example here we are using the support

More information

Chapter 6: Data Acquisition Methods, Procedures, and Issues

Chapter 6: Data Acquisition Methods, Procedures, and Issues Chapter 6: Data Acquisition Methods, Procedures, and Issues In this Exercise: Data Acquisition Downloading Geographic Data Accessing Data Via Web Map Service Using Data from a Text File or Spreadsheet

More information

Archive Add-in Administrator Guide

Archive Add-in Administrator Guide Archive Add-in Administrator Guide RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE OF PROPRIETARY INFORMATION Copyright 2011 McAfee, Inc. This document contains information that is proprietary and confidential

More information

DocuSign for SharePoint Online v2.4

DocuSign for SharePoint Online v2.4 Quick Start Guide DocuSign for SharePoint Online v2.4 Published October 12, 2015 Overview DocuSign for SharePoint Online allows users to sign or send documents out for signature from a SharePoint Online

More information

Organizing and Managing Email

Organizing and Managing Email Organizing and Managing Email Outlook provides several tools for managing email, including folders, rules, and categories. You can use these tools to help organize your email. Using folders Folders can

More information

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions As your financial institution completes its system conversion, you will need to modify your QuickBooks settings

More information

Google Apps for Sharing Folders and Collecting Assignments

Google Apps for Sharing Folders and Collecting Assignments Google Apps for Sharing Folders and Collecting Assignments The Google Drive is cloud (online) storage space, and it is also where you create and work with Google Docs, Sheets, Slides, etc. Create a Folder

More information

Managing User Accounts and User Groups

Managing User Accounts and User Groups Managing User Accounts and User Groups Contents Managing User Accounts and User Groups...2 About User Accounts and User Groups... 2 Managing User Groups...3 Adding User Groups... 3 Managing Group Membership...

More information

Getting Started with Sites at Penn State

Getting Started with Sites at Penn State About Sites at Penn State Getting Started with Sites at Penn State The Sites at Penn State tool is powered by WordPress.com, a powerful, personal publishing platform that allows you to create a website

More information

What s New in Version 10 Details for Web Essentials

What s New in Version 10 Details for Web Essentials What s New in Version 10 Details for Web Essentials TABLE OF CONTENTS Overview... 3 Dashboard Module... 3 General Changes... 3 New Proposal... 3 Create Proposal in Word... 5 Create New Proposal in Excel...

More information

eopf Release E Administrator Training Manual

eopf Release E Administrator Training Manual eopf Release E Administrator Training Manual i The United States Office Of Personnel Management eopf Administrator Training Manual for eopf v5 eopf Version 4.1, July 2007, March 2008, March 2009; eopf

More information

e-builder Online User Assistance esignature Setup Guide

e-builder Online User Assistance esignature Setup Guide esignature Setup Guide 2013 e-builder, Inc. e-builder 8.3 Help by e-builder, Inc. 2013 e-builder, Inc. All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic,

More information

VMware vcenter Operations Manager Administration Guide

VMware vcenter Operations Manager Administration Guide VMware vcenter Operations Manager Administration Guide Custom User Interface vcenter Operations Manager 5.6 This document supports the version of each product listed and supports all subsequent versions

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

FRONTPAGE FORMS... ... ...

FRONTPAGE FORMS... ... ... tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click

More information

Citrix Client Install Instructions

Citrix Client Install Instructions Citrix Client Install Instructions If you are using Citrix remotely, Information Technology Services recommends updating Citrix client to the newest version available online. You must be an administrator

More information

DocuSign for Microsoft Dynamics CRM 2013 1.0.3

DocuSign for Microsoft Dynamics CRM 2013 1.0.3 Quick Start Guide DocuSign for Microsoft Dynamics CRM 2013 1.0.3 Published August 2014 Overview This guide provides information on installing and sending documents for signature with DocuSign for Microsoft

More information

91.527 - Human Computer Interaction Final Project Tutorial. Hardware Inventory Management System (HIMS) By M. Michael Nourai

91.527 - Human Computer Interaction Final Project Tutorial. Hardware Inventory Management System (HIMS) By M. Michael Nourai 91.527 - Human Computer Interaction Final Project Tutorial Hardware Inventory Management System (HIMS) By Table of Contents Introduction... 3 Running HIMS... 3 Successful Login to HIMS... 4 HIMS Main Screen...

More information

Dashboard Admin Guide

Dashboard Admin Guide MadCap Software Dashboard Admin Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

File Storage. This is a manual that contains pertinent information about your File Storage space at SLC.

File Storage. This is a manual that contains pertinent information about your File Storage space at SLC. File Storage This is a manual that contains pertinent information about your File Storage space at SLC. About All students at SLC are provided with an allotment of secure storage space to save and store

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

NYS OCFS CMS Contractor Manual

NYS OCFS CMS Contractor Manual NYS OCFS CMS Contractor Manual C O N T E N T S CHAPTER 1... 1-1 Chapter 1: Introduction to the Contract Management System... 1-2 CHAPTER 2... 2-1 Accessing the Contract Management System... 2-2 Shortcuts

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

Managed Security Web Portal USER GUIDE

Managed Security Web Portal USER GUIDE Managed Security Web Portal USER GUIDE CONTENTS 1.0 Introduction 4 2.0 Login 4 3.0 Portal Layout 4 3.1 Home Tab 5 3.2 Web Filtering Tab 5 3.3 SSL VPN Users Tab 6 4.0 Web Filtering Administration 7 4.1

More information

ScriptLogic File System Auditor User Guide

ScriptLogic File System Auditor User Guide ScriptLogic File System Auditor User Guide FILE SYSTEM AUDITOR I 2005 by ScriptLogic Corporation All rights reserved. This publication is protected by copyright and all rights are reserved by ScriptLogic

More information

account multiple solutions

account multiple solutions Start Guide Salary Payments for Sage Pastel Payroll & HR 1 Our easy to use guide will get you up and running in no time! Sage Pay allows you to seamlessly transfer your salary payments from Sage Pastel

More information

User s Guide For Department of Facility Services

User s Guide For Department of Facility Services Doc s File Server User s Guide For Department of Facility Services For Ver : 7.2.88.1020 Rev : 1_05-27-2011 Created by : Elliott Jeyaseelan 2 Table of Contents SERVER LOGIN & AUTHENTICATION REQUIREMENTS

More information

Creating Service Definition file while disconnected from the server

Creating Service Definition file while disconnected from the server Service Definition File Creating Service Definition file while disconnected from the server When disconnected from the server you will configure your service definition with no available connection to

More information

Colligo Email Manager 5.1. User Guide

Colligo Email Manager 5.1. User Guide 5.1 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Managing SharePoint Sites 5 Adding

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

CONTRACT MANAGEMENT SYSTEM USER S GUIDE VERSION 2.7 (REVISED JULY 2012)

CONTRACT MANAGEMENT SYSTEM USER S GUIDE VERSION 2.7 (REVISED JULY 2012) CONTRACT MANAGEMENT SYSTEM USER S GUIDE VERSION 2.7 (REVISED JULY 2012) VERSION 2.6 (REVISED APRIL 2012)... I INTRODUCTION... 5 Helpful Hints... 5 Pop-Up Blockers... 5 Users... 6 CPUC Staff Administrator...

More information

How To Manage Your Quarantine Email On A Blackberry.Com

How To Manage Your Quarantine Email On A Blackberry.Com Barracuda Spam Firewall User s Guide 1 Copyright Copyright 2005, Barracuda Networks www.barracudanetworks.com v3.2.22 All rights reserved. Use of this product and this manual is subject to license. Information

More information

NYS OCFS CMS Manual CHAPTER 1...1-1 CHAPTER 2...2-1 CHAPTER 3...3-1 CHAPTER 4...4-1. Contract Management System

NYS OCFS CMS Manual CHAPTER 1...1-1 CHAPTER 2...2-1 CHAPTER 3...3-1 CHAPTER 4...4-1. Contract Management System NYS OCFS CMS Manual C O N T E N T S CHAPTER 1...1-1 Chapter 1: Introduction to the Contract Management System...1-2 Using the Contract Management System... 1-2 Accessing the Contract Management System...

More information

Configuring Thunderbird for Flinders Mail at home.

Configuring Thunderbird for Flinders Mail at home. Configuring Thunderbird for Flinders Mail at home. Downloading Thunderbird can be downloaded from the Mozilla web site located at http://www.mozilla.org/download.html This web site also contains links

More information

Remote Storage Area (RSA) Basics

Remote Storage Area (RSA) Basics Remote Storage Area (RSA) Basics Table of Contents Remote Storage Area Overview... 3 What is Remote Storage Area?... 3 Who has access to RSA?... 3 How much space is available?... 3 Basic RSA Use... 4 How

More information

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online...

ArcGIS online Introduction... 2. Module 1: How to create a basic map on ArcGIS online... 3. Creating a public account with ArcGIS online... Table of Contents ArcGIS online Introduction... 2 Module 1: How to create a basic map on ArcGIS online... 3 Creating a public account with ArcGIS online... 3 Opening a Map, Adding a Basemap and then Saving

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you to: Validate bank numbers Validate ID numbers Access number tips Release funds to your bank Transfer

More information

Archive Add-in User Guide

Archive Add-in User Guide Archive Add-in User Guide RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE OF PROPRIETARY INFORMATION Copyright 2011 McAfee, Inc. This document contains information that is proprietary and confidential to

More information

Introduction to Drupal

Introduction to Drupal Introduction to Drupal Login 2 Create a Page 2 Title 2 Body 2 Editor 2 Menu Settings 5 Attached Images 5 Authoring Information 6 Revision Information 6 Publishing Options 6 File Attachments 6 URL Path

More information

SMS for Outlook. Installation, Configuration and Usage Guide

SMS for Outlook. Installation, Configuration and Usage Guide SMS for Outlook Installation, Configuration and Usage Guide INTRODUCTION Installing TxTStream s SMS for Outlook is easy and will only take a minute or two. We will be using screen shots from a Windows

More information

FME Server Tutorial. FME 2014 Edition

FME Server Tutorial. FME 2014 Edition FME Server Tutorial FME 2014 Edition Document and Copyright Information Safe Software Inc. makes no warranty either expressed or implied, including, but not limited to, any implied warranties of merchantability

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

Version 3.x. Barracuda Spam & Virus Firewall User s Guide. Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.

Version 3.x. Barracuda Spam & Virus Firewall User s Guide. Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda. Version 3.x Barracuda Spam & Virus Firewall User s Guide Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.com? 1 Copyright Copyright 2005-2009, Barracuda Networks

More information

Administrator s Guide for the Polycom Video Control Application (VCA)

Administrator s Guide for the Polycom Video Control Application (VCA) Administrator s Guide for the Polycom Video Control Application (VCA) Version 1.1 November 2007 Edition 3725-26448-004/A Trademark Information Polycom and the Polycom logo design are registered trademarks

More information

Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007. Apptix Live Support: 866-428-0128

Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007. Apptix Live Support: 866-428-0128 Quick Start Guide Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007 Apptix Live Support: 866-428-0128 Quick Start Guide / Introduction Page 2 of 6 Quick Start

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.26 - April 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7 ECAT SWE Exchange Customer Administration Tool SWE - Exchange Customer Administration Tool (ECAT) Table of Contents About this Guide... 3 Audience and Purpose... 3 What is in this Guide?... 3 CA.mail Website...

More information

Remote Viewer Recording Backup

Remote Viewer Recording Backup Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you with: Generating your Sage Pay login Navigation Creating contacts Creating system users Setting

More information

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function.

This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. This is a training module for Maximo Asset Management V7.1. It demonstrates how to use the E-Audit function. Page 1 of 14 This module covers these topics: - Enabling audit for a Maximo database table -

More information

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide January 24, 2015 Spambrella SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Spambrella and/or other noted Spambrella related products contained herein are registered

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

How to recover IE Client

How to recover IE Client HIKVISION EUROPE B.V. How to recover IE Client (WebClientActiveX Control) Name: WebClientActiveX Control Publisher: HANGZHOU HIKVISION DIGITAL TECHNOLOGY CO.,LTD. Type: ActiveX Control Version: 2.4.0.56

More information

Secure File Transfer Training Guide. Secure File Transfer Training Guide. Author: Glow Team Page 1 of 15 Ref: GC265_v1.1

Secure File Transfer Training Guide. Secure File Transfer Training Guide. Author: Glow Team Page 1 of 15 Ref: GC265_v1.1 Secure File Transfer Training Guide Internet Explorer Version Ref: GC265_v1.1 Author: Glow Team Page 1 of 15 Ref: GC265_v1.1 Contents Introduction... 3 Prerequisites for this guide... 3 What is Secure

More information

MyNetFone Virtual Fax. Virtual Fax Installation

MyNetFone Virtual Fax. Virtual Fax Installation Table of Contents MyNetFone Virtual Fax MyNetFone Virtual Fax Installation... 1 Changing the SIP endpoint details for the fax driver... 11 Uninstalling Virtual Fax... 13 Virtual Fax Installation Follow

More information

Version 5.x. Barracuda Spam & Virus Firewall User s Guide. Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.

Version 5.x. Barracuda Spam & Virus Firewall User s Guide. Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda. Version 5.x Barracuda Spam & Virus Firewall User s Guide Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.com? 1 Copyright Copyright 2005-2012, Barracuda Networks

More information

DI SHAREPOINT PORTAL. User Guide

DI SHAREPOINT PORTAL. User Guide DI SHAREPOINT PORTAL User Guide -1- TABLE OF CONTENTS PREFACE... 3 SECTION 1: DI PORTAL ACCESS... 4 REQUEST USER ACCESS... 4 To register... 4 SIGNING IN TO THE PORTAL... 8 To sign in to the DI Portal...

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

Guide to Using Citrix at SLU (Windows)

Guide to Using Citrix at SLU (Windows) 1 Guide to Using Citrix at SLU (Windows) Section 1: Installing Citrix Client on Your Computer Page 2 Section 2: Citrix Homepage Page 9 Section 3: Troubleshooting Page 11 Section 4: Opening and Saving Files

More information

Introduction to GIS software

Introduction to GIS software Introduction to GIS software There are a wide variety of GIS software packages available. Some of these software packages are freely available for you to download and could be used in your classroom. ArcGIS

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR User s Guide Microsoft Windows SharePoint Services and

More information

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008

Information Systems Services. Getting Started with Enterprise Vault Email Archiving A guide for Outlook/Exchange users March 2008 Information Systems Services Getting Started with Enterprise Vault Email Archiving March 2008 Contents 1. Introduction... 3 2. Supported operating systems, email clients and browsers... 3 3. Getting started

More information

8x8 Virtual Office Telephony Interface for Salesforce

8x8 Virtual Office Telephony Interface for Salesforce 8x8 Virtual Office Telephony Interface for Salesforce Administrator Guide May 2014 The Champion For Business Communications Table of Contents 8x8 Virtual Office Telephony Interface for Salesforce.... 3

More information

Microsoft Windows SharePoint

Microsoft Windows SharePoint Microsoft Windows SharePoint SharePoint Basics Introduction What is Microsoft SharePoint? SharePoint is a tool to connect people and information. It provides a central site for sharing information with

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

Ministry of Education User Guide for the School Facilities Inventory System Application

Ministry of Education User Guide for the School Facilities Inventory System Application Ministry of Education User Guide for the School Facilities Inventory System Application Version 3.0 November 2009 Table of Contents Purpose of this Guide... 1 Overview... 2 Connecting to the SFIS Application...

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

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

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

More information

CA Service Desk Manager (SDM) r12.6 SDM Basic Navigation and Functionality

CA Service Desk Manager (SDM) r12.6 SDM Basic Navigation and Functionality CA Service Desk Manager (SDM) r12.6 SDM Basic Navigation and Functionality Analyst Training Last Updated: February 4, 2013 Created by: Administrative Information Technology Services (AITS) University of

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

The United States Office Of Personnel Management eopf Human Resources Specialist Training Manual for eopf Version 4.0.

The United States Office Of Personnel Management eopf Human Resources Specialist Training Manual for eopf Version 4.0. The United States Office Of Personnel Management eopf Human Resources Specialist Training Manual for eopf Version 4.0. Copyright 1994-2007 by Northrop Grumman. All rights reserved. Northrop Grumman, the

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

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

Student User Guide for PsychPortal Fundamentals of Abnormal Psychology, Sixth Edition

Student User Guide for PsychPortal Fundamentals of Abnormal Psychology, Sixth Edition Student User Guide for PsychPortal Fundamentals of Abnormal Psychology, Sixth Edition Comer Getting Started with PsychPortal for Comer Fundamentals of Abnormal Psychology, 6e Table of Contents Overview...

More information

Windows XP Chinese Character Support Installation Instruction

Windows XP Chinese Character Support Installation Instruction Windows XP Chinese Character Support Installation Instruction Windows XP has a utility to allow user to modify language sets for both multi-language input and viewing of foreign character sets. This document

More information

How to Add Users 1. 2.

How to Add Users 1. 2. Administrator Guide Contents How to Add Users... 2 How to Delete a User... 9 How to Create Sub-groups... 12 How to Edit the Email Sent Out to New Users... 14 How to Edit and Add a Logo to Your Group's

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

Accessing the FTP Server - User Manual

Accessing the FTP Server - User Manual CENTRAL BANK OF CYPRUS Accessing the FTP Server - User Manual IT Department, CENTRAL BANK OF CYPRUS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY... 1 1.1 AUDIENCE... 1 1.2 SCOPE... 1 2 CHANGES FROM THE OLD FTP

More information

Quick Instructions Installing on a VPS (Virtual Private Server)

Quick Instructions Installing on a VPS (Virtual Private Server) Introduction A Virtual Private Server is a virtual PC held in a remote data centre, which can be accessed via a username/password from any other computer. There are a number of scenarios where you might

More information

Using Entrust certificates with Microsoft Office and Windows

Using Entrust certificates with Microsoft Office and Windows Entrust Managed Services PKI Using Entrust certificates with Microsoft Office and Windows Document issue: 1.0 Date of issue: May 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

More information

Human Resources Website Drupal User Guide

Human Resources Website Drupal User Guide Human Resources Website Drupal User Guide Logon http://www.hr.ucsb.edu/user You will be given a unique username and password for editing the website. Basic Tools Quick Start 1. EDIT TAB on content page

More information

Remote Access VPN SSL VPN Access via Internet Explorer

Remote Access VPN SSL VPN Access via Internet Explorer The following instructions will allow you to access your company network remotely, via your Internet Explorer web browser. 1. Launch Internet Explorer and choose Internet Options from the Tools menu. 2.

More information

Editing your Website User Guide

Editing your Website User Guide User Guide Adding content to your Website To add or replace content on your website you will need to log in to your Content Management System (Joomla) using your username and password. If you do not already

More information

Olathe District Schools 1 of 11 GroupWise 7

Olathe District Schools 1 of 11 GroupWise 7 Olathe District Schools 1 of 11 GroupWise 7 Creating an email group To create and save a personal group: 1. Click on the toolbar. 2. Click the personal address book you want to add this group to. 3. Click

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide

SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide SaaS Email Encryption Enablement for Customers, Domains and Users Quick Start Guide Email Encryption Customers who are provisioned for SaaS Email Encryption can easily configure their Content Policies

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

PERFORMANCE MANAGEMENT Frequently Asked Questions

PERFORMANCE MANAGEMENT Frequently Asked Questions PERFORMANCE MANAGEMENT Frequently Asked Questions General Q: Where is SuccessFactors? A: Option 1: Access SuccessFactors from The Exchange, the college s intranet site. STEP 1 OF 3: From the home page

More information

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE UPDATED MAY 2014 Table of Contents Table of Contents...

More information

Cloud Services MDM. ios User Guide

Cloud Services MDM. ios User Guide Cloud Services MDM ios User Guide 10/24/2014 CONTENTS Overview... 3 Supported Devices... 3 System Capabilities... 3 Enrollment and Activation... 4 Download the Agent... 4 Enroll Your Device Using the Agent...

More information

Protus Virtual Fax Send Fax Plug-in Installation and User Guide

Protus Virtual Fax Send Fax Plug-in Installation and User Guide Protus Virtual Fax Send Fax Plug-in Installation and User Guide Virtual Fax Send Fax Plug-in The Virtual Fax Send Fax Plug-in is an add-in for Microsoft Outlook that places a Send Fax button on the toolbar,

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

Quick Start Guide. DocuSign for Dynamics CRM Online 3.1.3. Overview. Published August 2015

Quick Start Guide. DocuSign for Dynamics CRM Online 3.1.3. Overview. Published August 2015 Quick Start Guide DocuSign for Dynamics CRM Online 3.1.3 Published August 2015 Overview This guide provides information on installing, signing, and sending documents for signature with DocuSign for Dynamics

More information