Trimble Quadri. Documentation. System Overview

Size: px
Start display at page:

Download "Trimble Quadri. Documentation. System Overview"

Transcription

1 Trimble Quadri Documentation System Overview Version:.04 Date: 2/0/206

2 Table of Contents. TRIMBLE QUADRI DESIGN GOALS TRIMBLE QUADRI INFORMATION MODEL TRIMBLE QUADRI SYSTEM OVERVIEW TRIMBLE QUADRI MAIN ACCESS POINTS / ACCESS TYPES TRIMBLE QUADRI TECHNICAL MANAGEMENT TRIMBLE QUADRI MODEL MANAGER DCM-CLIENT TRIMBLE QUADRI SYSTEM COMPONENTS TRIMBLE QUADRI DATABASE STRUCTURE FILE DIRECTORY STRUCTURE Server files Configuration files Log files Database files Data backup files Temporary files SYSTEM SECURITY COMMUNICATION SECURITY USER ACCOUNTS AUTHORIZATION AND AUTHENTICATION User Accounts Embedded User Accounts Integrated with Active Directory User Accounts Authorization from DCM-Clients Authorization Trimble Quadri Model Manager Authentication from DCM-Clients Authentication from Trimble Quadri Model Manager DATA BACK-UP AND RESTORATION Integrated data back-up Standard data back-up RESTORATION Human error recovery from online data back-up files Human error recovery from offline data back-up files Trimble Page 2

3 Documentation History Date Document Description of change Version 7/04/ For Novapoint 9.0 release. 06/06/203.0 Updated info about default file location for the installation 3// Extended chapter 6 - Data Back-up and Restoration 27/0/ Updated to reflect that only IIS is used. ActiveDirectory as possible source for user accounts. 2/0/6.04 Updated to reflect that this is now Trimble product Trimble Page 3

4 . Trimble Quadri Design Goals The paradigm behind Trimble Quadri is built around the concept of a server which provides access to models through objects and tasks. The server also retains a hierarchical overview of objects with parent-child relationships. The main design goals can be summarized thus: Allow users to collaborate over distance and disciplines Provide access to project data at object granularity Provide security with regard to user authentication and model access Provide a flexible framework for representing business processes Allow business rules to be automatically embedded within the project The combination of these features allow for complete control of the model with respect to individual users, objects and projects and provide the foundation for true collaboration. Another important foundation of Trimble Quadri is the ability to use the model throughout the infrastructure lifecycle, i.e. from Design, through Construction to Maintenance. Design Trimble Quadri Maintain Construct Figure : The Trimble Quadri as enabler for project phase handover Trimble Page 4

5 2. Trimble Quadri Information Model QuadriModel -Name[] -GUID[]..* 0..* Query -what[] -where[] -when[] TaskDefinition -name -allowedusers -usecase Feature Model -CRS[] -features[0..*] NetworkModel ViewFeatures -usecase = VIEW FileExport -usecase = FILE DesignProject -usecase = DESIGN Any Process -usecase = OTHER The content of one Trimble Quadri Model is Figure 2: Trimble Quadri Information Model Network model Feature model (aka Objects) Task model All manipulating of the feature and the network model is done through a task. The list of allowed users on one task gives end users access to the part of the model specified by the query associated to one task. One kind of task is DesignProject another is ViewFeatures, which due to the value of the usecase parameter (set to VIEW) can only be used to view the content of the information model. Trimble Page 5

6 QuadriModel -Name[] -GUID[] 0..* DesignProject -ProjectName[] -ProjectMembers[..*] Feature Model -CRS..* Workset -WorksetName[] -ownedbyuser[] * DesignTasks -tasks[0..*] * ProjectDefinition -what[] -where[] -when[] * * DesignTasks -tasks[0..*] * FeatureWorkset -CRS[] WorksetDefinition -what[] -where[] -when[] «uses» Figure 3: Trimble Quadri Information Model A ProjectMember of one DesignProject performs model based design through the use of one Workset. The Workset belongs to the ProjectMember identified by OwnedByUser. The Designtasks are performed on a FeatureWorkset, which is a subset of the complete Trimble Quadri FeatureModel. The performed DesignTask becomes a sub task of the DesignProjects Designtasks. Trimble Page 6

7 3. Trimble Quadri System Overview Trimble Quadri is based on Web architecture and all clients connect to the system through a Web server. Trimble Quadri consists of multiple software servers, but all the servers are installed on the same computer running Microsoft Windows Server. Currently supported versions of Microsoft Windows Server are 2008 R2 and 202 R2. The computer used to host Trimble Quadri may be a physical or virtual machine. However, only one Trimble Quadri can be installed on one computer. In addition to the commercial webserver needed to connect to the system, a Trimble Quadri implementation consists of a Trimble Quadri Application Server and a Trimble Quadri Database Server. Trimble Page 7

8 Client Workstation Internet HTTP Intranet Web server Application server Database server Server Trimble Quadri Trimble Quadri Site Figure 4: Trimble Quadri Implementation 4. Trimble Quadri Main Access Points / Access Types There are three main types of access to a Trimble Quadri site.. Perform technical tasks (start/stop servers, configuring properties, viewing logs etc.) related to the server component. 2. Manage the models provided. Trimble Page 8

9 3. Perform design tasks that create, delete and modify the objects and tasks that one provided model instance consists of. Windows Application DCM Client Browser Application HTTP HTTP Port 80 Microsoft IIS <Application Pool> Quadri <Application Pool> QMMweb Managment Client Tech Management Trimble Quadri Trimble Quadri Site Figure 5: Trimble Quadri main access points / access types 4. Trimble Quadri Technical Management To perform technical tasks related to the server components (start/stop servers, configuring server properties, update with new software versions etc.) you need access to the servers desktop, either directly physical access or trough remote desktop. 4.2 Trimble Quadri Model Manager Trimble Quadri Model Manager (QMM) is a web browser-based application that enables you to administer the models provided by a Trimble Quadri site. QMM is built using ASP.NET technology, which requires a commercial application server with.net support to run. Trimble Quadri uses the Microsoft Application server included in Microsoft Windows Server 2008 / 202 R2. This server runs QMM specific business components that access the models trough a web service. The implementation of this web service manipulates the Trimble Quadri Database partly by direct SQL access, and partly by using services implemented in the Trimble Quadri API. For more details about QMM see Trimble Quadri Model Manager User guide Trimble Page 9

10 4.3 DCM-Client DCM-Clients use Trimble Quadri to achieve full collaboration support for a group of users performing model based Design, Construction and / or Maintenance. It is implemented as Windows applications that uses Microsoft IIS as webserver and manipulate the provided model trough the Trimble Quadri API on the Trimble Quadri Application server. Trimble Novapoint is one example of a DCM-Client for designing and documenting infrastructure and terrain projects, including delivering drawings and stakeout data for machine control. 5. Trimble Quadri System Components 5. Trimble Quadri Database structure One Trimble Quadri contains two Trimble Quadri Database instances. There is one normal production instance where all models provided by a Trimble Quadri are stored. There is also an auxiliary instance that is used during recovery of one model from backup files. The auxiliary instance is normally not running but only started when needed. Production Instance Auxiliary Instance Backup Files Trimble Quadri Database system Figure 6: Trimble Quadri Database system The storage of each model is implemented as one database schema for each model. In addition to these schemas there is a system schema that contains metadata (model type, available TRUE/FALSE etc.) for all the model schemas. In the Trimble Quadri Database instance, also a schema stores the end user accounts if a configuration with embedded user accounts is selected. Trimble Page 0

11 User Accounts System data Database Geodata model Figure 7: Trimble Quadri Database structure 5.2 File directory structure This section provides a guide and description of the Trimble Quadri directory structure and the related files that are necessary when the server is running. Normally, the root directory of Trimble Quadri is located at C:\Program Files\Vianova\QMS. Trimble Page

12 Microsoft IIS Server files Trimble Quadri Application server Database files Configuration files Data Backup files Log files Temporary files Database server Trimble Quadri Figure 8: Trimble Quadri files 5.2. Server files Server files are binaries and libraries essential for running Trimble Quadri. Server files are located in three subfolders who are named as following C:\ProgramData\Vianova\Quadri Model Server\Bin C:\ProgramData\Vianova\Quadri Model Server\Client The Bin folder contains the binaries essential for running the Trimble Quadri Application Server. The Client folder stores a collection of configuration and executable files that are used by QMM Web services in order to use services delivered by the Trimble Quadri Application Server (for example to activate the feature catalogue) Configuration files Configuration files are located in two subfolders named C:\ProgramFiles\Vianova\QMS\Conf C:\ProgramFiles\Vianova\QMS\SQL The Conf folder consists of a series of feature-catalogues and web service-packages. The FeatureCatalogues subfolder stores the different versions of DAT-files of feature catalogues. The WebPackages subfolder contains the files and patches for installing QMM web services. Trimble Page 2

13 The SQL folder stores files needed by maintenance and administration of the server. It contains the SQL-scripts used by QMM in order to administrate the models, and restore scripts in the case of backup and restore of the model Log files All log files are stored at C:\ProgramData\Vianova\Quadri Model Server\Logs by default Database files This is the files that actually stores the content of the Trimble Quadri Database Default location is C:\App\QMS\Oradata Data backup files This is the folder where the backup of the Trimble Quadri Database is stored. Default location is C:\App\QMS\Backup Temporary files Several temporary files are created and later deleted when Quadri DCM is running. They are all stored in %TEMP% 6. System Security 6. Communication security As default the communication to and from a Trimble Quadri site, use HTTP - Hypertext Transfer Protocol. There is possible to enable SSL - Secure Sockets Layer, on top of HTTP to establish an encrypted link to and from a Trimble Quadri site. 6.2 User Accounts Authorization and Authentication Trimble Quadri may use a system of embedded user accounts or it may integrate with a user accounts in Microsoft Active Directory trough a LDAP connection. Trimble Page 3

14 Windows Application DCM Client Browser Application Managment Client HTTP HTTP Port 80 Digest Authentication Forms Authentication Microsoft IIS Application server User Accounts Database Trimble Quadri Trimble Quadri Site Figure 9: Trimble Quadri with embedded user accounts Trimble Page 4

15 Windows Application DCM Client Web server Browser Application HTTP Port 80 Integrated Windows Authentication Managment Client Application server Active Directory (User Accounts) Port 389 LDAP User Accounts Database Trimble Quadri Trimble Quadri Site 6.2. User Accounts Figure 0: Trimble Quadri integrated with Active Directory Embedded User Accounts The intention behind the embedded user account strategy is to allow customers to establish a Trimble Quadri without bindings to existing user account systems. This facilitates the use of Trimble Quadri across organization boundaries without the need of adopting user account information from one organization into the user account system for another organization. In this configuration user account are stored in one dedicated schema in the database server used by Trimble Quadri Integrated with Active Directory User Accounts The intention behind the strategy to use Active Directory as source for user accounts is to allow customers to establish a Trimble Quadri that utilize the most of user account information already managed by their organization. Trimble Page 5

16 In this configuration, a LDAP connection from the database server to Active Directory is established. A configurable filter makes only applicable users available for Trimble Quadri Authorization from DCM-Clients The Authorization for requests from DCM-Clients are independently of the selected user account configuration. Authenticated users are authorized to manipulate tasks and objects trough those projects that they are member of. Users who have the system role Project Admin can handle the membership to a project in any DCM-client. Business logic implemented in the Trimble Quadri Application Server handle the authorization policy for DCM-clients Authorization Trimble Quadri Model Manager Authorization for requests from Trimble Quadri Model Manager are, in contrast to DCM-Clients, dependent of the selected user account configuration. When configured with embedded user accounts one of the tasks Performed with Trimble Quadri Model Manager is to manage the user accounts. In this configuration, only one specific user-id is authorized to use Trimble Quadri Model Manager. This specific user-id is authorized to manipulate any user account and any model properties. When configured with Active Directory integration, management of user accounts are independently of Trimble Quadri and Trimble Quadri Model Manager. When configured with Active Directory integration, users with membership in a certain user group defined inside Active Directory, is authorized to manipulate any model properties Authentication from DCM-Clients When configured with embedded user accounts the authentication method used is HTTP Digest Authentication with validation against digests stored in a table in the Quadri DCM Database. When configured with Active Directory integration users are authenticated with integrated windows authentication Authentication from Trimble Quadri Model Manager When configured with embedded user accounts, authentication for Trimble Quadri Model Manager is handled as what is known as Forms Authentication. The credentials, username and password, are conveyed to the request as HTML-form. When Trimble Quadri Model Manager is used on computers located in a public network it is recommended to configure the connection link to Trimble Quadri so that it requires the use of HTTPS. When configured with Active Directory integration users are authenticated with integrated windows authentication. Trimble Page 6

17 6.3 Data Back-up and Restoration 6.3. Integrated data back-up Trimble Quadri has an integrated back-up functionality that performs scheduled back-up of the database. This back-up is mainly designed to support human error recovery of one model for a limited time period. Integrated Scheduled Database Back-up User Accounts Production Database Windows Task Scheduler Online Data Backup files Moday s backup All data Tuesday s backup System data Geodata modelles Hot Database Back-Up Wednesday s backup.. Sunday s backup Trimble Quadri Site Figure : Integrated scheduled hot data back-up The integrated data back-up is scheduled by Windows Task Scheduler, and as default. performed every 24 hour 2. back-up files are recycled every 7 th day. This data back-up is a hot back-up, performed while the database is running. It does not block normal use of Trimble Quadri and it even captures changes that occur while the back-up is running. The database content from one back-up is delivered as a file collection stored on a specified disk. There is one file folder for each scheduled data back-up Standard data back-up In the context of Trimble Quadri there are mainly two purposes for this back-up process.. Support human error recovery of one model for a longer time period than the time period covered by the online data back-up files from the integrated data back-up. 2. Ensure that the whole content of the Trimble Quadri database can be reconstructed after a system failure / disaster. Trimble Page 7

18 User Accounts System data Production Database Geodata modelles Integrated Scheduled Database Back-up Windows Task Scheduler All data Hot Database Back-Up Online Data Backup files Moday s backup Tuesday s backup Wednesday s backup.. Sunday s backup Scheduler Data Back-up Process Standard Back-Up Systems Back-Up Medium Trimble Quadri Site Figure 2: Standard data back-up system To fulfil these two requirements it is assumed that a standard back-up process is tailored so that the files from the integrated hot data back-up process are included. To ensure that this data back-up contains the expected data, this process must be scheduled so that it runs after the integrated hot data back-up. 6.4 Restoration Restore operations in Trimble Quadri is dependent of the auxiliary database instance. This database instance runs on the same computer as the production database instance. It starts automatically at the beginning of a restore operation and run in parallel with the production database instance. At the end of the restore operation the auxiliary database instance will automatically shut down. Restore functionality is available from QMM, and is mainly meant for human error recovery of one model. Only one restore operation can be performed at the same time. Trimble Page 8

19 6.4. Human error recovery from online data back-up files User Accounts Production Database Integrated Scheduled Database Back-up Windows Task Scheduler Online Data Backup files Monday s bacup System data Geodata modelles Hot Database Back-Up Tuesday s backup Wednesday s backup.. Sunday s backup Data for selected model Auxiliary Database Instance All data for selected time Trimble Quadri Site Figure 3: Restore from online data back-up A set of data back-up files from a given time is used to create an auxiliary database instance. This auxiliary instance will contain a complete copy of the production database as it was seen by the back-up system at the selected time. The database schema that represents the selected model to restore is used to completely overwrite the current version in the production database. Trimble Page 9

20 6.4.2 Human error recovery from offline data back-up files User Accounts Production Database Integrated Scheduled Database Back-up Windows Task Scheduler Online Data Backup files Monday s bacup Scheduler Standard Back-Up Systems Back-Up Medium System data Geodata modelles Hot Database Back-Up Tuesday s backup Wednesday s backup.. Back-up Process Sunday s backup Data for selected model Restore from Back-Up Medium Auxiliary Database Instance All data for selected time Backup Files Trimble Quadri Site Figure 4: Restore from external back-up medium From a technically point of view the only difference here is that the back-up files must be restored from the back-up medium before the Trimble Quadri supported restore operation is started. The files restored from the back-up medium must be restored to a disk available from the computer that runs Trimble Quadri. Trimble Quadri takes those files, create an auxiliary database instance and overwrite the current model in the production database. Trimble Page 20

Setup and Configuration

Setup and Configuration Trimble Quadri Documentation Setup and Configuration Trimble Quadri 3.0 and newer. Date: 04.07.2018 Table of Contents 1. ABOUT THIS SETUP AND CONFIGURE TRIMBLE QUADRI DOCUMENT... 4 2. GETTING AN AUTHORIZATION

More information

Quadri DCM. Documentation. Upgrade from version 1.1 to 1.2.FP1

Quadri DCM. Documentation. Upgrade from version 1.1 to 1.2.FP1 Quadri DCM Documentation Quadri DCM Upgrade from version 1.1 to 1.2.FP1 Quadri DCM 1.2.FP1 Date: 22/10/2014 Table of Contents 1. ABOUT THIS SETUP AND CONFIGURE QUADRI DCM DOCUMENT... 3 2. PREREQUISITES

More information

Gladinet Cloud Enterprise

Gladinet Cloud Enterprise GLADINET, INC Gladinet Cloud Enterprise Technical White Paper Gladinet, Inc. 1/20/2013 This document discusses the technologies behind Gladinet Cloud Enterprise Copyright 2013 Gladinet, Inc. Table of Contents

More information

Quadri DCM. Documentation. Upgrade from version 1.2.b to 1.2.FP1

Quadri DCM. Documentation. Upgrade from version 1.2.b to 1.2.FP1 Quadri DCM Documentation Quadri DCM Upgrade from version 1.2.b to 1.2.FP1 Quadri DCM 1.2.FP1 Date: 03/12/2014 Table of Contents 1. ABOUT THIS SETUP AND CONFIGURE QUADRI DCM DOCUMENT... 3 2. PREREQUISITES

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

Internet Information Server 6.0

Internet Information Server 6.0 Internet Information Server 6.0 Introduction and Overview The IIS 6.0 core components and architecture are redesigned, which makes this version of IIS significantly different from previous versions. IIS

More information

Course 10972B: Administering the Web Server (IIS) Role of Windows Server

Course 10972B: Administering the Web Server (IIS) Role of Windows Server Course 10972B: Administering the Web Server (IIS) Role of Windows Server Course Outline Module 1: Understanding and Installing Internet Information Services In this module, you will learn about the infrastructure

More information

Configuring a Windows Server 2008 Applications Infrastructure

Configuring a Windows Server 2008 Applications Infrastructure Configuring a Windows Server 2008 Applications Infrastructure Course Number: 70-643 Course Length: 5 Days Course Overview The MCTS credential enables professionals to target specific technologies and distinguish

More information

Microsoft Windows Servers 2012 & 2016 Families

Microsoft Windows Servers 2012 & 2016 Families Version 8 Installation Guide Microsoft Windows Servers 2012 & 2016 Families 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com Installation Guide

More information

Partner Integration Portal (PIP) Installation Guide

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

More information

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

More information

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

Windows Server 2003 Network Administration Goals

Windows Server 2003 Network Administration Goals Objectives Differentiate between the different editions of Windows Server 2003 Explain Windows Server 2003 network models and server roles Identify concepts relating to Windows Server 2003 network management

More information

Module 1: Understanding and Installing Internet Information Services

Module 1: Understanding and Installing Internet Information Services Course Outline Module 1: Understanding and Installing Internet Information Services In this module, you will learn about the infrastructure prerequisites for using Microsoft Internet Information Services

More information

ACS 5.x: LDAP Server Configuration Example

ACS 5.x: LDAP Server Configuration Example ACS 5.x: LDAP Server Configuration Example Document ID: 113473 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Directory Service Authentication Using

More information

Install Vovici Version 5.1 Guide Vovici Enterprise 5.1. October 2009

Install Vovici Version 5.1 Guide Vovici Enterprise 5.1. October 2009 Install Vovici Version 5.1 Guide Vovici Enterprise 5.1 October 2009 For installation support, please contact our Vovici installation experts at installefmc@vovici.com. If phone support is requested an

More information

CaseMap Server Installation Guide

CaseMap Server Installation Guide CaseMap Server Installation Guide About CaseMap Server System Requirements v1.0 System Requirements v1.5 What's New in Version 1.5 Installing the CaseMap Server Installing the CaseMap Admin Console Installing

More information

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

Course: 2553A Administering Microsoft SharePoint Portal Server 2003

Course: 2553A Administering Microsoft SharePoint Portal Server 2003 Course: 2553A Administering Microsoft SharePoint Portal Server 2003 Description: This three-day course provides students with the knowledge and skills to deploy and manage a Microsoft SharePoint Portal

More information

Laserfiche Product Suite 2011

Laserfiche Product Suite 2011 Laserfiche Product Suite 2011 The Laserfiche enterprise content management system is designed to be straightforward to purchase, deploy, extend, administer and support. Our solutions give IT managers central

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

OneView Installation

OneView Installation OneView Installation 1. Introduction... 4 1.1 The OneView Software Package... 4 1.2 OneView server Disk Layout... 4 1.3 OneView Software Download... 5 2. Hardware Recommendations... 5 3. Software Requirements...

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

Introduction to Active Directory

Introduction to Active Directory UT ntroduction to Active irectory 5-1 Topics for this Unit irectory ervices Active irectory Forests omains rganizational Units Groups A features ites Accounts 5-1 irectory ervice A directory service is

More information

BUSINESS DEVELOPMENT SUITE MOBILE INSTALLATION GUIDE. Version 14R2

BUSINESS DEVELOPMENT SUITE MOBILE INSTALLATION GUIDE. Version 14R2 BUSINESS DEVELOPMENT SUITE MOBILE INSTALLATION GUIDE Version 14R2 COPYRIGHT INFORMATION 2015 Thomson Reuters Elite. All rights reserved. Proprietary and confidential information of Thomson Reuters Elite.

More information

Installing Vovici EFM Community Version Fall 2007 (3.00) on Windows 2003 Server. November For support, contact Vovici Technical Support.

Installing Vovici EFM Community Version Fall 2007 (3.00) on Windows 2003 Server. November For support, contact Vovici Technical Support. Installing Vovici EFM Community Version Fall 2007 (3.00) on Windows 2003 Server November 2007 For support, contact Vovici Technical Support. Please contact Vovici Technical Support if you believe any of

More information

Restoring data from a backup

Restoring data from a backup Restoring data from a backup The following topics explain how to find a backup to restore and then perform a restore: Finding a backup to restore on page 98 Restoring to the original location on page 101

More information

Windows Server 2008 Administration

Windows Server 2008 Administration Hands-On Course Description This course provides hands on experience installing and configuring Windows Server 2008 to work with clients including Windows Vista. Students will perform full and core CD-based

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Survey Workbench Enterprise

Survey Workbench Enterprise I nst al l at i ongui de Sur veywor kbenchent er pr i se5. 2 Febr uar y2010 February 2010 Survey Workbench Enterprise For installation support, please contact our Survey Workbench installation experts

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 2.3 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 2.2 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

Microsoft Administering the Web Server (IIS) Role of Windows Server

Microsoft Administering the Web Server (IIS) Role of Windows Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10972 - Administering the Web Server (IIS) Role of Windows Server Length 5 days Price $4290.00 (inc GST) Version B Overview This course provides students

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company

inforouter V8.0 Implementation Guide Active Innovations, Inc. A Document Management Company inforouter V8.0 Implementation Guide www.inforouter.com inforouter V8.0 implementation Guide This guide will take you through the step-by-step installation procedures required for a successful inforouter

More information

Install Vovici Version 4 Guide Vovici v4. January 2009

Install Vovici Version 4 Guide Vovici v4. January 2009 Install Vovici Version 4 Guide Vovici v4 January 2009 For installation support, please contact our Vovici installation experts at installefmc@vovici.com. If phone support is requested an installation expert

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Administering the Web Server (IIS) Role of Windows Server (10972)

Administering the Web Server (IIS) Role of Windows Server (10972) Administering the Web Server (IIS) Role of Windows Server (10972) Duration: 5 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn Installing IIS Configuring the default web site

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 1.9 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017 ENTRUST CONNECTOR Installation and Configuration Guide Version 0.5.1 April 21, 2017 2017 CygnaCom Solutions, Inc. All rights reserved. Contents What is Entrust Connector... 4 Installation... 5 Prerequisites...

More information

Synchronizer Quick Installation Guide

Synchronizer Quick Installation Guide Synchronizer Quick Installation Guide Version 5.7 September 2015 1 Synchronizer Installation This document provides simplified instructions for installing Synchronizer. Synchronizer performs all the administrative

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Using the VMware vrealize Orchestrator Client

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

More information

Mozy. Administrator Guide

Mozy. Administrator Guide Mozy Administrator Guide Preface 2017 Mozy, Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license

More information

WebsitePanel User Guide

WebsitePanel User Guide WebsitePanel User Guide User role in WebsitePanel is the last security level in roles hierarchy. Users are created by reseller and they are consumers of hosting services. Users are able to create and manage

More information

emarketeer Information Security Policy

emarketeer Information Security Policy emarketeer Information Security Policy Version Date 1.1 2018-05-03 emarketeer Information Security Policy emarketeer AB hereafter called emarketeer is a leading actor within the development of SaaS-service

More information

NTP Software VFM Administration Web Site

NTP Software VFM Administration Web Site NTP Software VFM Administration Web Site User Manual Version 7.1 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective. Upon completion of

More information

Bomgar Vault Server Installation Guide

Bomgar Vault Server Installation Guide Bomgar Vault 17.2.1 Server Installation Guide 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS WHY TAKE 10 DAYS AWAY FROM THE OFFICE WHEN YOU ONLY NEED 5? Need to gain knowledge for both the 203391 Planning and Administering Microsoft SharePoint 2016

More information

Overview. Course Objectives. : Veritas Backup Exec 16: Administration. Course Outline :: Veritas Backup Exec 16: Administration::

Overview. Course Objectives. : Veritas Backup Exec 16: Administration. Course Outline :: Veritas Backup Exec 16: Administration:: Module Title Duration : Veritas Backup Exec 16: Administration : 5 days Overview The Veritas Backup Exec 16: Administration course is designed for the data protection professional tasked with architecting,

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : VCS-310 Title : Administration of Veritas Enterprise Vault 10.0 for Exchange Vendor : Veritas Version

More information

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010 Course Name OD10267A Introduction to Web Development with Microsoft Visual Studio 2010 Course Duration 2 Days Course Structure Online Course Overview This course provides knowledge and skills on developing

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Migration Manager User s Guide

Migration Manager User s Guide Migration Manager User s Guide Table of Contents 1. Introduction... 8 Overview... 8 What is User State?... 8 Operating System Settings... 8 Application Settings... 8 Documents and Data Files... 8 Custom

More information

81225 &SSWSSS Call Us SharePoint 2010 S:

81225 &SSWSSS Call Us SharePoint 2010 S: 81225 &SSWSSS Call Us SharePoint 2010 S: +91 93925 63949 Course Objectives At the end of the course, students will be able to:! Understand IIS Web Server and hosting websites in IIS.! Install and configure

More information

DOWNLOAD PDF MICROSOFT SHAREPOINT PRODUCTS AND TECHNOLOGIES ADMINISTRATORS POCKET CONSULTANT

DOWNLOAD PDF MICROSOFT SHAREPOINT PRODUCTS AND TECHNOLOGIES ADMINISTRATORS POCKET CONSULTANT Chapter 1 : Books for IT Professionals Microsoft SharePoint Products and Technologies Administrators Pocket Consultant,, (isbn, ean ), by Curry B. Since Windows, Active Directory has been the heart of

More information

Accops HyWorks v2.5. HyWorks Controller Installation Guide. Last Update: 4/18/2016

Accops HyWorks v2.5. HyWorks Controller Installation Guide. Last Update: 4/18/2016 Accops HyWorks v2.5 Last Update: 4/18/2016 2016 Propalms Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms Technologies Pvt.

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie!

Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web. We have a new pie! Microsoft SharePoint 2010 The business collaboration platform for the Enterprise and the Web We have a new pie! 2 Introduction Key Session Objectives Agenda More Scalable More Flexible More Features Intranet

More information

HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE

HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE HIFIS Development Team May 16, 2014 Contents INTRODUCTION... 2 HIFIS 4 SYSTEM DESIGN... 3

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

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

More information

EnterpriseLink Benefits

EnterpriseLink Benefits EnterpriseLink Benefits GGY a Moody s Analytics Company 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776 Email: axis@ggy.com Web: www.ggy.com

More information

Installing AX Server with PostgreSQL (multi-server)

Installing AX Server with PostgreSQL (multi-server) Installing AX Server with PostgreSQL (multi-server) Version: 13 Published: Wednesday, November 29, 2017 ACL Services Ltd. 2017 Table of contents Table of contents Table of contents 3 Introduction 7 Intended

More information

Security Digital Certificate Manager

Security Digital Certificate Manager System i Security Digital Certificate Manager Version 6 Release 1 System i Security Digital Certificate Manager Version 6 Release 1 Note Before using this information and the product it supports, be sure

More information

Table of Contents. About this Guide..3. This workis licensed under a Creative Commons Attribution 2.5 License. Getting Help..4. Welcome to Pinnacle..

Table of Contents. About this Guide..3. This workis licensed under a Creative Commons Attribution 2.5 License. Getting Help..4. Welcome to Pinnacle.. Installation Guide Table of Contents About this Guide..3 This workis licensed under a Creative Commons Attribution 2.5 License. Getting Help..4 Welcome to Pinnacle..4 Introduction..4 Organizational Hierarchy..4

More information

BlackBerry Enterprise Server Express for Microsoft Exchange

BlackBerry Enterprise Server Express for Microsoft Exchange BlackBerry Enterprise Server Express for Microsoft Exchange Version: 5.0 Service Pack: 3 Feature and Technical Overview Published: 2011-04-11 SWDT305802-1526466-0411010819-001 Contents 1 Overview: BlackBerry

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Server Installation. Parent page: System Installation, Licensing & Management

Server Installation. Parent page: System Installation, Licensing & Management Published on Online Documentation for Altium Products (https://www.altium.com/documentation) ホーム > Altium Infrastructure Server 製品マニュアル Modified by Rob Evans on Feb 20, 2018 Parent page: System Installation,

More information

IBM. Security Digital Certificate Manager. IBM i 7.1

IBM. Security Digital Certificate Manager. IBM i 7.1 IBM IBM i Security Digital Certificate Manager 7.1 IBM IBM i Security Digital Certificate Manager 7.1 Note Before using this information and the product it supports, be sure to read the information in

More information

Kernel for Exchange Server. Installation and Configuration Guide

Kernel for Exchange Server. Installation and Configuration Guide Kernel for Exchange Server Installation and Configuration Guide Table of Contents Table of Contents... 2 1. Introduction... 3 2. Requirements and Prerequisites... 3 2.1 Basic System Requirements... 3 2.2

More information

Alteryx Technical Overview

Alteryx Technical Overview Alteryx Technical Overview v 1.5, March 2017 2017 Alteryx, Inc. v1.5, March 2017 Page 1 Contents System Overview... 3 Alteryx Designer... 3 Alteryx Engine... 3 Alteryx Service... 5 Alteryx Scheduler...

More information

User Guide. Version R95. English

User Guide. Version R95. English Cloud Backup User Guide Version R95 English September 11, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

Pivotal Greenplum Database Azure Marketplace v4.0 Release Notes

Pivotal Greenplum Database Azure Marketplace v4.0 Release Notes Pivotal Greenplum Database Azure Marketplace v4.0 Release Notes Updated: February 2019 Overview Pivotal Greenplum is deployed on Azure using an Azure Resource Manager (ARM) template that has been optimized

More information

10972: ADMINISTERING THE WEB SERVER (IIS) ROLE OF WINDOWS SERVER

10972: ADMINISTERING THE WEB SERVER (IIS) ROLE OF WINDOWS SERVER ABOUT THIS COURSE This course provides students with the fundamental knowledge and skills to configure and manage Internet Information Services. This course is intended to help provide pre-requisite skills

More information

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7 Administering vrealize Log Insight September 20, 2018 4.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Click Studios. Passwordstate. Upgrade Instructions to V5.6

Click Studios. Passwordstate. Upgrade Instructions to V5.6 Passwordstate Upgrade Instructions to V5.6 This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without

More information

IBM i Version 7.2. Security Digital Certificate Manager IBM

IBM i Version 7.2. Security Digital Certificate Manager IBM IBM i Version 7.2 Security Digital Certificate Manager IBM IBM i Version 7.2 Security Digital Certificate Manager IBM Note Before using this information and the product it supports, read the information

More information

IBM. Planning and Installation. IBM Workload Scheduler. Version 9 Release 4

IBM. Planning and Installation. IBM Workload Scheduler. Version 9 Release 4 IBM Workload Scheduler IBM Planning and Installation Version 9 Release 4 IBM Workload Scheduler IBM Planning and Installation Version 9 Release 4 Note Before using this information and the product it

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Index... 17

Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Index... 17 Migrating from NIMS to OMS 17.3.2.0 User Guide 7 Dec 2017 Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Before migrating to OMS... 3 Purpose of this migration guide...3 Name changes from NIMS

More information

Colectica Workflow Deployment

Colectica Workflow Deployment COLECTICA Colectica Workflow Deployment As of 4.1.3192 COLECTICA WORKFLOW DEPLOYMENT This document provides detailed instructions for deploying the Colectica Workflow Service and Web Application. CONTENTS...

More information

GPS Monitoring Station Data Management

GPS Monitoring Station Data Management GPS Monitoring Station Data Management Héctor Manuel Maestro Alegre Abstract- GPS is nowadays the most important GNSS and the only one fully operative. Nowadays, this navigation system is becoming omnipresent

More information

TTerm Connect Installation Guide

TTerm Connect Installation Guide Host Connectivity. Any Host, Any Device. TTerm Connect Installation Guide What is TTerm Connect? TTerm Connect is Turbosoft s web based terminal emulator. Built on common web technologies such as HTML5,

More information

WhatsUp Gold 2016 Installation and Configuration Guide

WhatsUp Gold 2016 Installation and Configuration Guide WhatsUp Gold 2016 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup 1 Installation Overview 1 Overview 1 Security considerations 2 Standard WhatsUp

More information

MOC 20411B: Administering Windows Server Course Overview

MOC 20411B: Administering Windows Server Course Overview MOC 20411B: Administering Windows Server 2012 Course Overview This course is part two in a series of three courses that provides the skills and knowledge necessary to implement a core Windows Server 2012

More information

MS-10972: Administering the Web Server (IIS) Role of Windows Server

MS-10972: Administering the Web Server (IIS) Role of Windows Server MS-10972: Administering the Web Server (IIS) Role of Windows Server Description This course provides students with the fundamental knowledge and skills to configure and manage Internet Information Services.

More information

Introduction to Windows Azure. Managing Windows Azure. Module Manual. Authors: Joey Snow

Introduction to Windows Azure. Managing Windows Azure. Module Manual. Authors: Joey Snow Introduction to Windows Azure Managing Windows Azure Module Manual Authors: Joey Snow Date Published. 15 th March 2011 Abstract This whitepaper will provide the IT Professional with an overview of the

More information

User Profile Central Management Center User guide User Profile Central - User guide for remote backup and restore of user profiles.

User Profile Central Management Center User guide User Profile Central - User guide for remote backup and restore of user profiles. User Profile Central - User guide for remote backup and restore of user profiles. What is User Profile Central or UPC as we call it? UPC is an easy way to manage User Profiles over network. Simply put

More information

VECTOR ISSUE TRACKER ADMINISTRATOR TRAINING MANUAL

VECTOR ISSUE TRACKER ADMINISTRATOR TRAINING MANUAL VECTOR ISSUE TRACKER ADMINISTRATOR TRAINING MANUAL Training Contents Introduction to... 4 Issue Tracker Architecture... 6 Creating a Backup Plan... 17 Creating Projects... 22 Creating New Fields... 24

More information

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

More information

70-742: Identity in Windows Server Course Overview

70-742: Identity in Windows Server Course Overview 70-742: Identity in Windows Server 2016 Course Overview This course provides students with the knowledge and skills to install and configure domain controllers, manage Active Directory objects, secure

More information

GlobalSearch Security Definition Guide

GlobalSearch Security Definition Guide Prepared by: Marketing Square 9 Softworks 203-361-3471 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: sales@square-9.com www.square-9.com Table of Contents GLOBALSEARCH SECURITY METHODS...

More information