TXPROS FIXMAP. Technical Description

Size: px
Start display at page:

Download "TXPROS FIXMAP. Technical Description"

Transcription

1 TXPROS FIXMAP Technical Description This technical and system overview provides detailed information for the Fixmap application. This application provides the means to maintain the base GIS data for the TxPROS system.

2 Copyright Notice This document (written or otherwise displayed on electronic media or other medium) contains confidential and proprietary information of ProMiles Software Development Corporation, its affiliates, and the Texas Department of Transportation. It has been furnished only for informational purposes, and no license or permission is hereby granted to use such information in any manner. In no event may this information be reproduced, distributed and/or publicly displayed in any form or by any means without prior expressed written permission of TxDOT. Texas Department of Transportation. All rights reserved. WHAT S NEW? i

3 Table of Contents CHAPTER 1 INSTALLATION AND LAUNCH... 1 PURPOSE 1 TECHNICAL ENVIRONMENT SPECIFICATION 1 Configuration Settings... 2 Database Server Requirements... 2 Application Server Requirements... 2 Workstation/Client Requirements... 2 Licensing Requirements... 3 INSTALLING FIXMAP 3 LAUNCHING FIXMAP 3 CHAPTER 2 MANIFEST... 4 FILES 4 DATABASE CONNECTIONS 4 OTHER ITEMS 4 CHAPTER 3 SYSTEM DIAGRAMS... 5 HIGH-LEVEL OVERVIEW 5 System and Network Overview... 5 Steps described in the TxPROS Fixmap Network Environment Overview:... 5 Application Overview... 6 Steps described in the TxPROS Fixmap Overview:... 6 COMPONENTS 7 DATA MODEL 7 DATA DESIGN 12 FIXMAP UPDATE FILE UPLOAD PROGRAM 13 BUILDING BLOCK FILES 14 CHAPTER 4 BUSINESS RULES CHAPTER 5 TROUBLESHOOTING TIPS CONTACT LIST 16 TROUBLESHOOTING 17 Installation Issues Problem: Program does not run Problem: Unable to connect to the GIS database CHAPTER 6 DEVELOPMENT ENVIRONMENT DEVELOPMENT ENVIRONMENT SPECIFICATION 18 GLOSSARY UPDATE HISTORY INDEX SIGNATURE PAGE ii

4 Table of Tables Table 1: Technical Environment Specification... 1 Table 2: Database Servers Specification... 1 Table 3: Database Server Requirements... 2 Table 4: Workstation/Client Requirements... 2 Table 5: Fixmap Files... 4 Table 6: File Layout for Fixmap Block Files... 8 Table 7: File Layout for Fixmap LCF.bin File... 8 Table 8: File Layout for Fixmap Counties.bin File... 9 Table 9: County Record Layout for Fixmap Counties.bin File... 9 Table 10: Polygon Record Layout for Fixmap Counties.bin File Table 11: Record Layout for Fixmap Update Files Table 12: Albers Equal Area Projection Parameters Table 13: Minimum/Maximum X/Y Values for Texas Table 14: Development Environment Specification iii

5 Table of Figures Figure 1: TxPros Fixmap Network Environment... 5 Figure 2: Fixmap Overview... 6 iv

6 CHAPTER 1 INSTALLATION AND LAUNCH PURPOSE This document provides technical details for the Fixmap application and its data files. This will cover installing and launching the application, provide an overview of the process for loading updates from the Fixmap application into the GIS database, and creating new data files for further revisions. File layouts for the data files used by the application are provided. Fixmap is a desktop application that allows users to edit the TxPROS base GIS data. TECHNICAL ENVIRONMENT SPECIFICATION TABLE 1: TECHNICAL ENVIRONMENT SPECIFICATION Elements Details Work Station Platform Server Platform Application Type Protocol Network Environment: IP Address or Server MS Windows XP R2 or later N/A Windows 32 bit executable Oracle TCP/IP, ASCII files Database Servers: TABLE 2: DATABASE SERVERS SPECIFICATION Server Name IP Address TXPROS DB See the TxPROS System Architecture Technical Description document for additional network environment information. Hardware Requirements 2GB ram, 10GB available hard drive space, 1.5 GHZ processor 1 core, VGA 1

7 Chapter 1 Installation and Launch CONFIGURATION SETTINGS N/A DATABASE SERVER REQUIREMENTS TABLE 3: DATABASE SERVER REQUIREMENTS Requirement How Is This Requirement Met? Platform Domain Operating System Database Version Server Installation RAM Hard drive space Processors Oracle N/A Windows Server 2008 R2 10g See the TxPROS System Architecture Technical Description document 16 GB 1 TB 2.5 GHZ, 8 core or more APPLICATION SERVER REQUIREMENTS N/A WORKSTATION/CLIENT REQUIREMENTS TABLE 4: WORKSTATION/CLIENT REQUIREMENTS Workstation Client System Description Operating System RAM Hard drive space Oracle client Processor Video card MS Windows XP or higher 2GB or more 10GB or more See TxPROS Software Current Release Notes document for current version 1.5 GHZ, 1 core VGA 2

8 Chapter 1 Installation and Launch LICENSING REQUIREMENTS N/A INSTALLING FIXMAP 1. Install the current Oracle client. (See TxPROS Software Current Release Notes document for current version). These files can be found at ftp:// Run Fixmap install program See the Fixmap User Guide for details. (See TxPROS Software Current Release Notes document for current version). LAUNCHING FIXMAP 1. Double click on Fixmap icon See the Fixmap User Guide for details. 3

9 CHAPTER 2 MANIFEST FILES All files listed below are in the root Fixmap folder as it is installed. Any files found in sub folders will have the relative path to the files from this base folder. TABLE 5: FIXMAP FILES Files Description Fixmap.exe Allroad\Block x.bin OnSysOnly\Block x.bin Rhinobin\Block x.bin Counties.bin Interop.PROJ4VBLib.dll LCF.bin NewRoads.txt RoadbedName.txt TxDot_Districts.dbf TxDot_Districts.shp Fixmap.config Fixmap application All roads block files (324 files) On system block files (322 files) Rhino block files (320 files) File containing outlines of counties Program component used to project points Road segment lookup file File containing road segment numbers for new roads File with roadbed changes Shape file with TxDOT district boundaries Shape file with TxDOT district boundaries XML configuration file for Fixmap DATABASE CONNECTIONS The Fixmap application maintains a connection to the GIS Database in the TxPROS Database Server. This connection is configured within the program. OTHER ITEMS N/A 4

10 CHAPTER 3 SYSTEM DIAGRAMS HIGH LEVEL OVERVIEW SYSTEM AND NETWORK OVERVIEW FIGURE 1: TXPROS FIXMAP NETWORK ENVIRONMENT STEPS DESCRIBED IN THE TXPROS FIXMAP NETWORK ENVIRONMENT OVERVIEW: 1. Using the GIS database server, the install build programs create a new version of the Fixmap application. 2. Map coordinators download the new version and install on their computer. 3. Map coordinators add and correct GIS attributes using the Fixmap application. 4. The Fixmap application creates Fixmap files with these changes. 5. Map coordinators the Fixmap files to ProMiles. 6. ProMiles GIS specialists load the Fixmap files into the database and add geometry changes which are also loaded into the GIS database. 5

11 Chapter 3 System Diagrams APPLICATION OVERVIEW FIGURE 2: FIXMAP OVERVIEW STEPS DESCRIBED IN THE TXPROS FIXMAP OVERVIEW: 1. Using the GIS database server, new block and look files are created and the install build programs create a new version of the Fixmap application. 2. The Fixmap application accesses block files and lookup files to provide maps to the users. 3. The Fixmap application creates Fixmap files with these changes. 4. Map coordinators the Fixmap files to ProMiles. 5. ProMiles GIS specialists load the Fixmap files into the database and add geometry changes which are also loaded into the GIS database. 6

12 Chapter 3 System Diagrams COMPONENTS The following are the components: Fixmap program o Block files o Rhino block files o Fixmap update files Fixmap update file upload program Database Block file build program DATA MODEL The Fixmap program uses the GIS database to store the GIS data. A data model of this database can be found in the Database Design Document Entities and Attributes. In addition to the GIS database, the Fixmap program uses the following files: Block Files Road number lookup file New roads file Counties file TxDOT district file Fixmap update file Block files are used to store the GIS data used displayed by the Fixmap program. There are three sets of block files: On system only All roads Rhino The block files are separated for performance reasons. Most Fixmap work is performed looking at only TxDOT maintained roads. This data is stored in the On system only block files. When a user wishes to look at all roads, the system loads the All roads block files. The all roads block files include TxDOT maintained roads and are approximately 6 times larger than the On system only block files. The block files are stored in binary files in the following format: Block X.bin where the X represents the 4 or 5 digit block. 7

13 Chapter 3 System Diagrams The block numbering is described on page 13. The block files are binary files with the following general format: TABLE 6: FILE LAYOUT FOR FIXMAP BLOCK FILES Bytes Description byte segment count for block 5 N 1 Data for road segment 1 N N 2 Data for road segment 2 N n N n Data for road segment n The data for the road segments are saved in a variable length binary format based on field type using the.net binary reader. The list of the fields can be found in the ByteArrayToBlock and BlockToByteArray functions in the Fixmap program. The Rhino block files contain TxDOT certified roadbed data as made available to the TxPROS project. This data is created during the migration process and provides reference information for modifying the TxPROS GIS data. The road number lookup file (LCF.bin) is a binary file that identifies the latitude and longitude of the center point for each road segments based on their Fixmap segment ID. This lat/lon allows Fixmap users to quickly go to a road segment by its ID. The following table describes the LCF.bin file: TABLE 7: FILE LAYOUT FOR FIXMAP LCF.BIN FILE Bytes Description 1 4 X value for road segment 1 N * N *8 X value for road segment 2 N N + 3 X value for high road segment N + 4 N +7 Y value for road segment 1 M m + 3 Y value for high road segment 8

14 Chapter 3 System Diagrams The x and y values are calculated as described on page 12 and are the x and y values for the first point in each road segment. The New Roads file (NewRoads.txt) is a text file that has the TxPROS road segment IDs for each new road segment in the latest migration. This file is used to identify road segments that need to be reviewed during a migration. The road segment numbers are listed one to a line. The county file (counties.bin) is a binary file that Fixmap uses to draw county lines on the map. The following table describes the counties.bin file: TABLE 8: FILE LAYOUT FOR FIXMAP COUNTIES.BIN FILE Bytes Description 1 4 Record count 5 N 1 County record 1 M P County record n The following table describes the layout of the county records in the counties.bin file: TABLE 9: COUNTY RECORD LAYOUT FOR FIXMAP COUNTIES.BIN FILE Bytes Description 1 4 Length of county name N County name 4 Padding 4 Number of polygons for county 4 Padding N 1 Polygon 1 record N n Polygon n record 9

15 Chapter 3 System Diagrams The following table describes the layout of the polygon records in the counties.bin file: TABLE 10: POLYGON RECORD LAYOUT FOR FIXMAP COUNTIES.BIN FILE Bytes Description 8 Padding 4 Point count 4 X value for point 1 4 X value for point n 10 Padding 4 Y value for point 1 4 Y value for point n The TxDOT district files (TxDot_Districts.shp, TxDot_Districts.dbf) are standard shape files with outlines of the districts. These files were provided by TxDOT. 10

16 Chapter 3 System Diagrams Fixmap update files (RoadbedUpdate.txt) are text files created by the Fixmap program that have updated roadbed data. These are text files that use the tab character as a delimiter. The following table describes the layout of the Fixmap update files: TABLE 11: RECORD LAYOUT FOR FIXMAP UPDATE FILES Field Description 1 TxPROS road segment ID 2 Action: Literal On system flag FRTGRD Loop ClearAllSecond AddSecond ClearSecond Roadbed name Description Sets or clears the on system flag Sets the frontage road type Sets the loop direction Clears all additional roadbed names Adds additional roadbed name Clears an additional roadbed name Sets primary roadbed name 3 Attribute: Roadbed name, roadbed type, frontage road type, loop direction, Onsystem Flag 11

17 Chapter 3 System Diagrams DATA DESIGN The Fixmap program is designed to allow map coordinators and other users to quickly add and correct GIS data in the TxPROS GIS database. In order to efficiently perform these actions, fast map redraws is essential. Fixmap uses three techniques to facilitate this fast redraw capability: 1. All points are projected onto the Cartesian plane and are recorded and drawn using projected x and y values instead of the latitude and longitude. 2. The GIS data is divided into geographic blocks. Each block is stored in a separate file and loaded on demand. 3. The GIS data is separated into 2 layers: On system only, and all roads. Each layer is stored in separate blocks. The TxPROS system uses the Albers Equal Area projection method with the following parameters: TABLE 12: ALBERS EQUAL AREA PROJECTION PARAMETERS Parameter Value Longitude Origin 96 Latitude Origin 23 Standard Parallel Standard Parallel Spheroid GRS80/WGS84 12

18 Chapter 3 System Diagrams This projection method produces a pleasing map with very minor distortion for the State of Texas. This projection method also guarantees that distances in the projected plane vary by less than 1% with distances on the surface of the Earth. All points in the system are converted from lat/lon coordinates to x, y coordinates measured in meters. The x, y coordinate ranges for the State of Texas are as follows: TABLE 13: MINIMUM/MAXIMUM X/Y VALUES FOR TEXAS Parameter Value Min x 999,000 Max x 236,000 Min y 313,000 Max y 1,517,000 Using the x, y coordinates derived from the projection method, the GIS data is divided into square blocks 25 kilometers on a side. The block numbers are derived using the following formula: i = (x ) / j = (y ) / Block number = i + (j * 200) Each road segment is assigned to a block using this formula for the first point in the road segment. FIXMAP UPDATE FILE UPLOAD PROGRAM The Fixmap update file upload program is a Windows application that uploads the Fixmap update files into the database. This program can be copied onto and run on any computer with the correct Oracle client installed. 13

19 Chapter 3 System Diagrams BUILDING BLOCK FILES The Fixmap program will also build block files. To configure the Fixmap program to create block files, add the following section to the Fixmap.config file: <usersettings> <Fixmap.Properties.Settings> <setting name="buildblockfile" serializeas="string"> <value>true</value> </setting> </Fixmap.Properties.Settings> </usersettings> This instance of Fixmap must have the Oracle client installed and must have a fast connection to the database. Building block files currently takes about 2 hours. 14

20 CHAPTER 4 BUSINESS RULES This section describes the business rules related to using each screen and/or component in this application. N/A 15

21 CHAPTER 5 TROUBLESHOOTING TIPS CONTACT LIST The following table details specific contact information for application support, including support for additional required or optional applications. These are the individuals contacted when a TxDOT staff member has a technical issue with the application. Responsibility Contact Phone Cell Phone Project Manager Tim Pilcher tim@promiles.com Assistant Project Manager Mike Webb mike@promiles.com PSDC Network Support Eddie Moore ext 232 eddie@promiles.com Support Michelle Hudson ext 235 michelle@promiles.com Support Support Support Brian Murphy brianm@promiles.com Brian Fuller brian@promiles.com Tony Stroncheck tony@promiles.com

22 Chapter 5 Troubleshooting Tips TROUBLESHOOTING INSTALLATION ISSUES PROBLEM: PROGRAM DOES NOT RUN Cause: 1. Incorrect or corrupted installation Resolutions: 1. Reinstall program PROBLEM: UNABLE TO CONNECT TO THE GIS DATABASE Cause: 1. Oracle client incorrectly installed 2. No access to database 3. Database problems Resolutions: 1. Install or reinstall correct Oracle client 2. Insure access to database server using standard network connectivity tools 3. Insure GIS database operating correctly using standard database diagnostic tools 17

23 CHAPTER 6 DEVELOPMENT ENVIRONMENT DEVELOPMENT ENVIRONMENT SPECIFICATION TABLE 14: DEVELOPMENT ENVIRONMENT SPECIFICATION Elements Details Work Station Platform Server Platform Application Type Development Environment Database Environment Windows XP R2 or higher N/A Microsoft VB.NET application Microsoft Visual Studio 2010, WFC 3.5 Oracle 10g 18

24 GLOSSARY Terms Albers equal area projection On system road Rhino data WFC Definitions Conic projection that does a good job of projecting rectangular areas with minimal distortion between 2 standard parallels. Often used by the United State Geological Survey for projecting large states with similar latitude and longitude distances. Road segment representing part of the TxDOT maintained highway network or a section of road used in the routing of OS/OW loads in the normal course of business. TxDOT roadbed data provided to the project consisting of roadbed geometry, roadbed name and roadbed type. Windows Foundation Classes is a collection of.net classes that assists developers by providing them with many standard programming functions. WFC is part of the Microsoft s Visual Studio development environment. 19

25 UPDATE HISTORY The revision history shows the changes of this document as subsequent versions are released. Version Date Name Description /24/2011 Tim Pilcher, Michelle Hudson /13/2011 Tim Pilcher, Michelle Hudson /14/2011 Tim Pilcher, Michelle Hudson Created as part of Deliverable for MS12. Submitted with feedback from MCD as part of Deliverable for MS12. Submitted with feedback from MCD dated 7/27/11 and meetings at MCD 8/9/11 as part of Deliverable for MS12. 20

26 INDEX No index entries found. 21

27 TxPROS Fixmap Technical Description SIGNATURE PAGE Tim Pilcher, Project Manager Date Michelle Hudson, Document Manager Date TXDOT Reviewers/Approvers By signing below, you signify that you have reviewed this document and approve the project to move forward to the next phase. Lois Johnson, Technical Project Contract Admin. Date Ray Hutchinson, MCD Business Area Project Manager Date 22

TXPROS TILE SERVER. Technical Description

TXPROS TILE SERVER. Technical Description TXPROS TILE SERVER Technical Description This technical and system overview provides detailed information for the Tile Server application. This application provides the base map tiles and the restriction

More information

Texas Permit Routing Optimization System TxPROS

Texas Permit Routing Optimization System TxPROS PROJECT APPROACH DOCUMENT Texas Department of Transportation Motor Carrier Division (MCD) Texas Permit Routing Optimization System TxPROS Version: 2.0 Revision Date: 06/28/2010 Contents Introduction...

More information

Detailed Geoid Creation

Detailed Geoid Creation Detailed Geoid Creation In addition to the standard methods of Geoid creation found in Carlson X-Port, customized geoids can also be created with Carlson Survey. Carlson X-Port, the desktop product that

More information

Mn/DOT CADD DATA Standards General Information

Mn/DOT CADD DATA Standards General Information Mn/DOT CADD DATA Standards General Information PREFACE The scope of this web-site is to document and standardize the Minnesota Department of Transportation s CADD (computer aided drafting and design file

More information

MS2. Modern Traffic Analytics ms2soft.com

MS2. Modern Traffic Analytics ms2soft.com MS2 Modern Traffic Analytics ms2soft.com Updated: October 31, 2014 The Traffic Count Database System (TCDS) module is a powerful tool for the traffic engineer or planner to organize an agency's traffic

More information

User Manual. For Geographical Information System. Last Updated: 1-July-2013 Document No. : - 1 Document version: - 1

User Manual. For Geographical Information System. Last Updated: 1-July-2013 Document No. : - 1 Document version: - 1 User Manual For Geographical Information System Client: Department of Mines and GIS Government of Karnataka Last Updated: 1-July-2013 Document No. : - 1 Document version: - 1 (Geographical Information

More information

PURPOSE AND BACKGROUND

PURPOSE AND BACKGROUND CROP ISOLATION MAP TABLE OF CONTENTS Click on any item below to jump to that section Purpose and Background Log In Initial Page Mapping Functions Zooming to a Location Show Pop-ups Show Pins Draw Field

More information

This user guide covers select features of the desktop site. These include:

This user guide covers select features of the desktop site. These include: User Guide myobservatory Topics Covered: Desktop Site, Select Features Date: January 27, 2014 Overview This user guide covers select features of the desktop site. These include: 1. Data Uploads... 2 1.1

More information

Client Installation Guide

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

More information

GRID. Geospatial Roadway Inventory Database. Michael Chamberlain, TxDOT. TPP Planning Conference Houston, TX

GRID. Geospatial Roadway Inventory Database. Michael Chamberlain, TxDOT. TPP Planning Conference Houston, TX GRID Geospatial Roadway Inventory Database Michael Chamberlain, TxDOT TPP Planning Conference - 2016 Houston, TX Topics 1 2 3 4 5 6 7 8 History (pre GRID) 3-6 GIS Resources 7-8 The Project 9-11 Assets

More information

Remote Sensing in an

Remote Sensing in an Chapter 2: Adding Data to a Map Document Remote Sensing in an ArcMap Environment Remote Sensing Analysis in an ArcMap Environment Tammy E. Parece Image source: landsat.usgs.gov Tammy Parece James Campbell

More information

Basic Tasks in ArcGIS 10.3.x

Basic Tasks in ArcGIS 10.3.x Basic Tasks in ArcGIS 10.3.x This guide provides instructions for performing a few basic tasks in ArcGIS 10.3.1, such as adding data to a map document, viewing and changing coordinate system information,

More information

In order to follow this set of directions you will need the following

In order to follow this set of directions you will need the following How to Create Maps & Figures in ArcView 9x In order to follow this set of directions you will need the following 1) the Jenny s Louisiana GIS Instructional CD 2) a computer with ArcGIS on it (version 9.0

More information

Media Archive Server for Small Teams

Media Archive Server for Small Teams Media Archive Server for Small Teams Installation Guide Daminion Server 0.9.X beta This 5-minute guide will help you set up and configure your Daminion Server Software correctly. Please take the time to

More information

Release Notes SPECTRA PRECISION SURVEY OFFICE. Version

Release Notes SPECTRA PRECISION SURVEY OFFICE. Version Release Notes SPECTRA PRECISION SURVEY OFFICE Version 3.90.1 Corporate office: Spectra Precision 10368 Westmoor Drive Westminster, CO 80021 USA www.spectraprecision.com Copyright and trademarks: 2005-2017,

More information

Please refer to for specifics and limitations with these operating systems.

Please refer to   for specifics and limitations with these operating systems. Appendix B ArcReader User Guide For the Southeast Ocean Based Renewable Energy Project INTRODUCTION The purpose of this document is to provide guidance and assistance to users with ArcReader, so that they

More information

SMARTDBConfig User s Manual

SMARTDBConfig User s Manual SMARTDBConfig User s Manual Version 1.4 Copyright 2003-2006 Geotech Instruments, LLC Dallas, Texas Revision History Rev Date Description By 1.0 8/15/03 Preliminary Release 1.1 6/14/04 First Release PCK

More information

LABEL ARCHIVE Administrator s Guide

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

More information

Greenville County Internet Mapping System User s Guide

Greenville County Internet Mapping System User s Guide Greenville County Internet Mapping System User s Guide Version 2.0 Greenville County Geographic Information Systems May 30, 2006 Table of Contents NAVIGATING TO THE ONLINE MAPPING APPLICATIONS...- 3 -

More information

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

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

More information

MapInfo ProViewer 11.0 USER GUIDE

MapInfo ProViewer 11.0 USER GUIDE MapInfo ProViewer 11.0 USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Tzunami Deployer DocuShare Exporter Guide

Tzunami Deployer DocuShare Exporter Guide Tzunami Deployer DocuShare Exporter Guide Facilitates migration of Xerox DocuShare contents into Microsoft SharePoint Version 3.2 Table of Contents PREFACE... II INTENDED AUDIENCE... II CONVENTIONS...

More information

Tzunami Deployer Documentum Exporter Guide

Tzunami Deployer Documentum Exporter Guide Tzunami Deployer Documentum Exporter Guide Supports migration of EMC Documentum content repositories into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE... II INTENDED

More information

FAQ & Troubleshooting

FAQ & Troubleshooting FAQ & Troubleshooting What is the most common issue users have when using the site? Pop-Up Blocker!!! Any link external to the viewer requires a new window to be opened in the browser. See My map or report

More information

Newtin Member Access Users Manual

Newtin Member Access Users Manual North Carolina 811, Inc. 2300 W. Meadowview Rd Suite 227 Greensboro, North Carolina 27407 Newtin Member Access Users Manual Updated: December 2015 Table of Contents Introduction Contact Information Setup

More information

PerTrac Analytical Platform SQL Version Network Setup Guide (Version 7.2)

PerTrac Analytical Platform SQL Version Network Setup Guide (Version 7.2) PerTrac Analytical Platform SQL Version Network Setup Guide (Version 7.2) Table of Contents Section 1: Installation Overview Section 2: Network Layouts Section 3: Installing the PerTrac License Server

More information

NEBRASKA811 IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE OCTOBER

NEBRASKA811 IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE OCTOBER NEBRASKA811 IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE 2013 OCTOBER 30 2013 TABLE OF CONTENTS Introduction 1 IMAP at-a-glance 2 Logging In 3 Understanding The Components

More information

How to calculate population and jobs within ½ mile radius of site

How to calculate population and jobs within ½ mile radius of site How to calculate population and jobs within ½ mile radius of site Caltrans Project P359, Trip Generation Rates for Transportation Impact Analyses of Smart Growth Land Use Projects SECTION PAGE Population

More information

4. The editing tool bar will appear across the top of the map.

4. The editing tool bar will appear across the top of the map. Click on the tab. There will be a list of your member dispatch codes on the left. Click on the to the right of the dispatch code that you want to view to zoom to your service area. You can then use the

More information

HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE

HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE A guide to help you get started using this free and open source desktop application for discovering, accessing, and using hydrologic data. September 15,

More information

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional Installation Guide for LiNC-NXG 33-10067-001 REV: C PCSC 3541 Challenger Street Torrance, CA 90503

More information

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL DIGITAL MAPPING FILES (very efficient/extremely accurate): 1. G.I.S. dataset formats that we can accept: FORMAT FILE EXT(S) FORMAT FILE EXT(S) AutoCAD (*.dwg,

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL DIGITAL MAPPING FILES (very efficient/extremely accurate): 1. G.I.S. dataset formats that we can accept: FORMAT FILE EXT(S) FORMAT FILE EXT(S) AutoCAD (*.dwg,

More information

IDAHO - EASTERN OREGON VEGETABLE ISOLATION MAP

IDAHO - EASTERN OREGON VEGETABLE ISOLATION MAP IDAHO - EASTERN OREGON VEGETABLE ISOLATION MAP TABLE OF CONTENTS C l i c k o n a n y i t e m b e l o w t o j u m p t o t h a t s e c t i o n Purpose and Background Log In Confidentiality and User A greement

More information

Fitness Manager V4 Install Guide

Fitness Manager V4 Install Guide Fitness Manager V4 Install Guide Table of Contents 1 Welcome to V4...3 License Agreement...4 Copyright...4 2. Minimum System Requirements...5 3. Navigating the Install...6 4. Installing V4 on the Server...7

More information

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques

Introduction to Geospatial Technology Lab Series. Lab: Basic Geospatial Analysis Techniques Introduction to Geospatial Technology Lab Series Lab: Basic Geospatial Analysis Techniques Document Version: 2012-08-24 Lab Author: Richard Smith Organization: Copyright 2003-2012 Center for Systems Security

More information

Avigilon Control Center Server User Guide

Avigilon Control Center Server User Guide Avigilon Control Center Server User Guide Version 4.12 PDF-SERVER-E-Rev1 Copyright 2012 Avigilon. All rights reserved. The information presented is subject to change without notice. No copying, distribution,

More information

Upgrading the Procura Database

Upgrading the Procura Database Procura Health Management Systems Contact Procura Corporate Office 600-1112 Fort Street, Victoria, BC, Canada V8V 3K8 Phone: 1.877.776.2872 FAX: 250.380.1866 support@goprocura.com Software version Procura

More information

Agilent CytoGenomics 2.5

Agilent CytoGenomics 2.5 Agilent CytoGenomics 2.5 Installation and Administration Guide Research Use Only. Not for Diagnostic Procedures. Agilent Technologies Notices Agilent Technologies, Inc. 2012 No part of this manual may

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

COMMISSION OF TEXAS MAY

COMMISSION OF TEXAS MAY GIS Viewer RAILROAD COMMISSION OF TEXAS MAY 2017 Table of Contents GIS Viewer Basics... 1 Basics... 1 Screen Overview... 2 Tools... 5 Visibility... 5 Measure Tool... 7 Identify Tool... 10 Coordinates Tool...

More information

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL

SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL SPECS FOR G.I.S. DATA PROVIDED TO ONE-CALL DIGITAL MAPPING FILES (very efficient/extremely accurate): 1. G.I.S. dataset formats that we can accept: FORMAT FILE EXT(S) FORMAT FILE EXT(S) AutoCAD (*.dwg,

More information

enicq 5 Installation Guide

enicq 5 Installation Guide Vermont Oxford Network enicq 5 Documentation enicq 5 Installation Guide Release 2.2 Published August 2016 2016 Vermont Oxford Network. All Rights Reserved. enicq 5 Installation Guide Introduction Welcome

More information

Windows 2000 Safe Mode

Windows 2000 Safe Mode LAB PROCEDURE 29 Windows 2000 Safe Mode OBJECTIVES 1. Restart and try various startup options. RESOURCES Troubleshooting 1. Marcraft 8000 Trainer with Windows 2000 installed 2. A PS2 mouse 3. A LAN connection

More information

Basic Queries Exercise - Haiti

Basic Queries Exercise - Haiti Basic Queries Exercise - Haiti Written by Barbara Parmenter, revised by Carolyn Talmadge on September 18, 2016 SETTING UP... 1 WHERE ARE THE HOSPITALS THAT ARE STILL OPERATING? (SELECT BY ATTRIBUTE )...

More information

CALPUFF View. Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF

CALPUFF View. Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF CALPUFF View Graphical Interface for the US EPA Approved Long Range Transport Model - CALPUFF These release notes cover CALPUFF View Version 3.0.0. They provide: New Features Resolved Issues Tel: (519)

More information

ATNS. USING Google EARTH. Version 1

ATNS. USING Google EARTH. Version 1 ATNS USING Google EARTH Version 1 ATNS/HO/Using Google Earth Page 1 25/04/2013 CONTENTS 1. BASIC SETUP 2. NAVIGATING IN GOOGLE EARTH 3. ADDING OBJECTS TO GOOGLE EARTH 4. USER HELP REFERENCES ATNS/HO/Using

More information

ControlPoint. Evaluation Guide. November 09,

ControlPoint. Evaluation Guide. November 09, ControlPoint Evaluation Guide November 09, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of the contents of this

More information

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing...

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing... .0 User s Manual Table of Contents Chapter : Getting Started with Integrity... Chapter : Interface Layout... Chapter : Navigation... Chapter : Printing... Chapter : Quick Search and Results Pane... Results

More information

VISION 1000 CONFIGURATION TOOL USER S GUIDE

VISION 1000 CONFIGURATION TOOL USER S GUIDE VISION 1000 CONFIGURATION TOOL USER S GUIDE Vision 1000 Configuration Tool User s Guide Vision 1000 Configuration Tool User s Guide. All content within is copyrighted by Appareo Systems, LLC, and may not

More information

SOUTHWEST FLORIDA WATER MANAGEMENT DISTRICT. Environmental Resource Permit Application and Response Submittal Guide

SOUTHWEST FLORIDA WATER MANAGEMENT DISTRICT. Environmental Resource Permit Application and Response Submittal Guide SOUTHWEST FLORIDA WATER MANAGEMENT DISTRICT Environmental Resource Permit Application and Response Submittal Guide Revision Chronology Review Date 09/12/2016 Assigned Reviewer E. Worthington Document ID

More information

Avigilon Control Center Server User Guide

Avigilon Control Center Server User Guide Avigilon Control Center Server User Guide Version 5.0 PDF-SERVER5-A-Rev1 Copyright 2013 Avigilon. All rights reserved. The information presented is subject to change without notice. No copying, distribution,

More information

NMCRIS Map Service Application Feature Editing

NMCRIS Map Service Application Feature Editing NMCRIS Map Service Application Feature Editing Exercise goal: Users will edit the polygonal boundaries for activities and resources in the NMCRIS Map Service. Important: This exercise is a sample presentation

More information

MYFIELDS ONLINE PROGRAM

MYFIELDS ONLINE PROGRAM MYFIELDS ONLINE PROGRAM Step 1 Create an Account Step 2 Create a field Step 3 Submit application for certification Step 4 Viewing your applications STEP 1: HOW TO CREATE AN ACCOUNT WITH MYFIELDS First

More information

NMCRIS Map Service Application Prefield Query

NMCRIS Map Service Application Prefield Query NMCRIS Map Service Application Prefield Query Exercise goal: As part of prefield activities conducted in advance of field investigations, this exercise instructs users to perform spatial queries of activities

More information

Purpose: To explore the raster grid and vector map element concepts in GIS.

Purpose: To explore the raster grid and vector map element concepts in GIS. GIS INTRODUCTION TO RASTER GRIDS AND VECTOR MAP ELEMENTS c:wou:nssi:vecrasex.wpd Purpose: To explore the raster grid and vector map element concepts in GIS. PART A. RASTER GRID NETWORKS Task A- Examine

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

IMAP MANUAL UTILITY NOTIFICATION CENTER AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE.

IMAP MANUAL UTILITY NOTIFICATION CENTER AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE. UTILITY NOTIFICATION CENTER IMAP MANUAL AN INSTRUCTIONAL GUIDE TO VIEWING AND MAPPING DISTRICT POLYGONS ONLINE 2013 LAST UPDATE: JUNE 2013 TABLE OF CONTENTS Introduction 1 IMAP at-a-glance 2 Logging In

More information

SIMS Claims Quick Guide for Reports Version 1.1 Created: 04/01/2015 Updated: 04/09/2015 Revised: 11/12/2015

SIMS Claims Quick Guide for Reports Version 1.1 Created: 04/01/2015 Updated: 04/09/2015 Revised: 11/12/2015 SIMS Claims Quick Guide for Reports Version 1.1 Created: 04/01/2015 Updated: 04/09/2015 Revised: 11/12/2015 Page 1 Log In Screen: Enter your user credentials here to access SIMS Page 2 SIMS Home Page:

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with Software House C Cure 9000 INT-CCURE-C-Rev1 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE GETTING STARTED GUIDE MC Start software Version 11.0 June 2017 Trademarks Tradenames and trademarks of some companies and products have been used in this manual. These names are used in an editorial fashion,

More information

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer.

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Content PREFACE... II INTENDED AUDIENCE...

More information

Smart Access Control System Software. User Manual. Version 1.0

Smart Access Control System Software. User Manual. Version 1.0 Smart Access Control System Software User Manual Version 1.0 Copyright MaCaPS International Ltd. 2002 This manual was produced by MaCaPS International Ltd. MaCaPS International Ltd. http://www.macaps.com.hk

More information

OASYS OASYS WORKSTATION INSTALLATION GUIDE

OASYS OASYS WORKSTATION INSTALLATION GUIDE OASYS OASYS WORKSTATION INSTALLATION GUIDE VERSION 8.0 DECEMBER 21, 2017 Copyright 2017 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

POLKADOTS SOFTWARE PrePage-it 09 Technical Primer GETTING STARTED WITH PREPAGE-IT 09

POLKADOTS SOFTWARE PrePage-it 09 Technical Primer GETTING STARTED WITH PREPAGE-IT 09 POLKADOTS SOFTWARE PrePage-it 09 Technical Primer GETTING STARTED WITH PREPAGE-IT 09 Table of Contents INTRODUCTION...3 PREPAGE-IT 09 OVERVIEW...4 PREPAGE-IT 09: MAIN MODULES...4 Optional modules...4 INSTALLATION...4

More information

Getting Started with the NH Stone Wall Mapper January 2019

Getting Started with the NH Stone Wall Mapper January 2019 Getting Started with the NH Stone Wall Mapper January 2019 Stone walls are significant cultural and historical features of the New England landscape. Creating a statewide inventory of existing stone walls

More information

ADMIN GUIDE. Easily manage your staff s access to Snap, reset passwords and update user profiles.

ADMIN GUIDE. Easily manage your staff s access to Snap, reset passwords and update user profiles. ADMIN GUIDE Easily manage your staff s access to Snap, reset passwords and update user profiles. Welcome to Snap As an Agency Administrator, you can easily manage the Agency staff s access to Snap. Using

More information

Troubleshooting Companyweb on SBS 2008

Troubleshooting Companyweb on SBS 2008 Troubleshooting Companyweb on SBS 2008 Version 1.00 Outline This document is designed to provide troubleshooting tips for Companyweb issues on Windows Small Business Server (SBS) 2008. You may also be

More information

Agilent Genomic Workbench 6.0

Agilent Genomic Workbench 6.0 Agilent Genomic Workbench 6.0 Standard Edition Installation Guide Notices Agilent Technologies, Inc. 2010 No part of this manual may be reproduced in any form or by any means (including electronic storage

More information

State of New Jersey Department of Transportation. Proposal Estimating System and Letting & Award System Guide

State of New Jersey Department of Transportation. Proposal Estimating System and Letting & Award System Guide State of New Jersey Department of Transportation Proposal Estimating System and Letting & Award System Guide Prepared by Trns port Team December 2006 Ver 1.0 Proposal Estimating System and Letting & Award

More information

Recommended Workstation Requirements and Configuration - Mobius and Citizen Portal. Curam v7 / CCISD Release 4.0

Recommended Workstation Requirements and Configuration - Mobius and Citizen Portal. Curam v7 / CCISD Release 4.0 Recommended Workstation Requirements and Configuration - Mobius and Citizen Portal Curam v7 / CCISD Release 4.0 Version: 8.0 Final June 6, 2018 Deliverable Information Revision History Version Number Revision

More information

Google FusionTables for Global Health User Manual

Google FusionTables for Global Health User Manual Google FusionTables for Global Health User Manual Version: January 2015 1 1. Introduction... 3 Use Requirements... 3 Video Tutorials... 3 2. Getting started with Google FusionTables... 4 2.1. Setup...

More information

Android ATC Android Security Essentials Course Code: AND-402 version 5 Hands on Guide to Android Security Principles

Android ATC Android Security Essentials Course Code: AND-402 version 5 Hands on Guide to Android Security Principles Android ATC Android Security Essentials Course Code: AND-402 version 5 Hands on Guide to Android Security Principles Android Security Essentials Course Code: AND-402 version 5 Copyrights 2015 Android ATC

More information

NOTICE. Copyright 2011 by MicroEdge, LLC. All rights reserved. Part number: MYG36-AD. Publication date: July 2011

NOTICE. Copyright 2011 by MicroEdge, LLC. All rights reserved. Part number: MYG36-AD. Publication date: July 2011 NOTICE The software described in this document is furnished under a license agreement. The software may be used or copied only in accordance with the terms of the agreement. No part of this document may

More information

MultiLogger Suite Installation Guide 2016

MultiLogger Suite Installation Guide 2016 MultiLogger Suite Installation Guide 2016 Disclaimer: The following document is provided to assist users with the installation, operation and training in the use of our products. This document and our

More information

AIS Server Installation Guide

AIS Server Installation Guide AIS Server Installation Guide Table of Contents Overview of AIS Server... 1 System Requirements... 3 Installation Sequence... 4 Installing SQL Server 2005 Express Edition... 5 Configuring SQL Server 2005

More information

Provider Portal User Guide

Provider Portal User Guide Welcome to the Palm Beach Provider Web Portal The Palm Beach Provider Portal allows childcare providers with internet access the ability to submit their application for a School Readiness, Children Services

More information

Esri Best Practices: QA/QC For Your Geodata. Michelle Johnson & Chandan Banerjee

Esri Best Practices: QA/QC For Your Geodata. Michelle Johnson & Chandan Banerjee Esri Best Practices: QA/QC For Your Geodata Michelle Johnson & Chandan Banerjee Overview Understand Document Implement Understanding QA/QC Understanding QA/QC Fit For Use - support your GIS applications?

More information

Application Scenarios of DG-NS5004 Cloud Storage Syncbox Feature

Application Scenarios of DG-NS5004 Cloud Storage Syncbox Feature Application Scenarios of DG-NS5004 Cloud Storage Syncbox Feature To automatically sync & update a specific drive/ data folder on a PC to a NAS:- * Once the syncbox Server is loaded on NAS, it will be displayed

More information

Avigilon Control Center Server User Guide. Version 5.8

Avigilon Control Center Server User Guide. Version 5.8 Avigilon Control Center Server User Guide Version 5.8 2006-2016, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER and ACCAVIGILON, the AVIGILON logo, AVIGILON

More information

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision:

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision: DOCUMENT HISTORY DOCU-PROOF ENTERPRISE INSTALLATION GUIDE REV. NO. CHANGES DATE 000 New Document 30 Mar. 2010 001 Document Revision: 23 Jun. 2010 Added database support for MS SQL Server and ORACLE. 002

More information

CASEWARE FINANCIALS IFRS

CASEWARE FINANCIALS IFRS CASEWARE FINANCIALS IFRS VERSION 12.00 Getting Started Guide - Copyright 2014 CaseWare International Inc.- 1 Copyright and Trademark Notice Copyright. 2014 CaseWare International Inc. ( CWI ). All Rights

More information

LearnMate 7 LMS AND COURSE INSTALLATION GUIDE. Catalog # Rev. C

LearnMate 7 LMS AND COURSE INSTALLATION GUIDE. Catalog # Rev. C LearnMate 7 LMS AND COURSE INSTALLATION GUIDE Catalog #200074 Rev. C November 2015 Copyright 2015 Intelitek Inc. LearnMate 7 LMS and Course Installation Guide Rev. C #200074 November 2015 Every effort

More information

Welcome to the Lebanon County ArcGIS Online Property Viewer User Guide

Welcome to the Lebanon County ArcGIS Online Property Viewer User Guide Welcome to the Lebanon County ArcGIS Online Property Viewer User Guide GIS stands for Geographic Information Systems. It is a computer system utilized for capturing, storing, and displaying data in relation

More information

MobileVerify User Guide

MobileVerify User Guide MobileVerify User Guide PERPETUAL INNOVATION Lenel OnGuard 2012 MobileVerify User Guide, product version 6.5 Item number DOC-1000, revision 2.003, December 2011 Copyright 1995-2012 Lenel Systems International,

More information

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004)

Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Upgrading to Sage ACT! 2013 from ACT! 3.x, 4.x, 5.x (2000), or 6.x (2004) Copyright 2012 Sage Software, Inc. All Rights Reserved. Sage, the Sage logos, ACT!, and the Sage product and service names mentioned

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

Chapter 1. Introduction to the Archivists Toolkit TM. System requirements. Minimum System Requirements for AT Client. Recommended System Requirements

Chapter 1. Introduction to the Archivists Toolkit TM. System requirements. Minimum System Requirements for AT Client. Recommended System Requirements Chapter 1 Introduction to the Archivists Toolkit TM The Archivists Toolkit TM is an open source database application that supports description and management of archival materials, including accessioning,

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

Company Name: Address: Project Name: Server Name: Server Location:

Company Name: Address: Project Name: Server Name: Server Location: PharmaReady Version 6.0 Installation Qualification Client Workstation Document Number: PR-IQ-002 Doc Version 3.2, 24 th July 2017 Company Name: Address: Project Name: Server Name: Server Location: IQ Prepared

More information

Perceptive TransForm. Licensing Guide. Version: 8.x

Perceptive TransForm. Licensing Guide. Version: 8.x Perceptive TransForm Licensing Guide Version: 8.x Written by: Product Knowledge, R&D Date: May 2018 2008-2018 Hyland Software, Inc. and its affiliates. Table of Contents Request TransForm licenses... 4

More information

A step-by-step guide to: Collector for ArcGIS

A step-by-step guide to: Collector for ArcGIS Created by: Hannah Calich Geographic Information Systems Specialist at the Richter Library (Email: hcalich@rsmas.miami.edu ) A step-by-step guide to: Collector for ArcGIS for ios Devices Before you begin

More information

Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer

Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE... II INTENDED AUDIENCE...

More information

AdminStudio 10.0 ZENworks Edition

AdminStudio 10.0 ZENworks Edition AdminStudio 10.0 ZENworks Edition Release Notes February 22, 2011 Introduction... 1 Getting Started... 2 Components & Editions... 4 ZENworks Limited Editions... 4 Standard, Professional, and Enterprise

More information

Provider Portal User Guide. Version 2.5

Provider Portal User Guide. Version 2.5 Provider Portal User Guide Version 2.5 0 January 4, 2018 Table of Contents Document Overview... 3 Purpose of this Document... 3 Intended Audience... 3 What s New in this User Guide?... 3 Assistance...

More information

PerTrac Analytical Platform. SQL Version Setup Guide

PerTrac Analytical Platform. SQL Version Setup Guide SQL Version Setup Guide PerTrac Analytical Platform SQL Version Setup Guide Version 7.3.x March 21, 2013 TABLE OF CONTENTS SECTION 1: INSTALLATION OVERVIEW 3 SECTION 2: SINGLE USER INSTALLATION LAYOUTS

More information

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Contents Quark XML Author 2015 ReadMe...1 System requirements...2 Quark XML Author Adapter for FileNet installation procedure..4

More information

INTRODUCTION... 6 CONCEPTS... 8 THE MAPPING VIEWER CONFIGURATION OVERVIEW ADMINISTRATOR CONFIGURATION DASHBOARD CONFIGURATION...

INTRODUCTION... 6 CONCEPTS... 8 THE MAPPING VIEWER CONFIGURATION OVERVIEW ADMINISTRATOR CONFIGURATION DASHBOARD CONFIGURATION... TABLE OF CONTENTS INTRODUCTION... 6 How this Manual is Organized... 6 Types of User... 7 CONCEPTS... 8 What is Map Intelligence?... 8 What is a Layer?... 8 Layer Types... 8 THE MAPPING VIEWER... 12 What

More information