RDS Migration Tool Customer FAQ Updated 7/23/2015

Size: px
Start display at page:

Download "RDS Migration Tool Customer FAQ Updated 7/23/2015"

Transcription

1 RDS Migration Tool Customer FAQ Updated 7/23/2015 Amazon Web Services is now offering the Amazon RDS Migration Tool a powerful utility for migrating data with minimal downtime from on-premise and EC2-based databases to RDS, Amazon Redshift and Amazon Aurora databases. The RDS Migration Tool supports not only like-to-like migrations, e.g. Oracle-to-Oracle, but also migrations between different database platforms, e.g. SQL Server-to-MySQL. It can capture changes on the source during the data migration and apply these changes to the target to simplify the switch-over to the new database environment. To start using the RDS Migration Tool, you will be granted access to the tool s Amazon Machine Image (AMI). Create an EC2 migration instance using this AMI as the template. This migration instance will serve as the central point that connects your source and target databases, manages the migration process, as well as moves the data. We recommend that you create your target database (whether in RDS or on EC2) in a Virtual Private Cloud (VPC) as this will provide better protection for your data. We also recommend that you launch the migration instance in the same VPC. By default, EC2 instances that you launch into a VPC cannot communicate with your on-premise network. You can enable access to your on-premise network from your VPC by configuring a Virtual Private Network (VPN) connection to your VPC or by using DirectConnect, as described here. General Information about Signup and Support: 1. How do I sign up for the RDS Migration Tool? Please review the RDS Migration Tool Customer FAQ (this document) and decide if the tool is right for you. Get in touch with your Amazon contact (typically an account manager, a solutions architect, or a business development manager) expressing your interest. 2. What are the next steps after I sign up for the RDS Migration Tool? Amazon will provide the RDS Migration Tool to you as an Amazon Machine Image (AMI). We will notify you by that your account was granted AMI access. When you get this , use the AWS Management Console to locate the AMI we enabled for you. a. Login to the AWS Management Console b. Click on EC2 in the top menu c. Select "Launch Instance" d. Click on the "My AMIs" tab e. Under "Ownership", select the "Shared with me" check box f. Press the "Select" button next to the RDS Migration Tool AMI g. After launching the EC2 instance follow the Quick Start Guide and the User Guide located on the Desktop of your new instance Review the screenshot below for the location of the AMI. 1

2 3. What documentation is available for RDS Migration Tool users? You will have access to the RDS Migration Tool Customer FAQ (this document). Additionally, review the following documentation: Quick Start Guide - Recommendations for the first steps after launching the migration instance. Available on the AMI and also for download. User Guide - Product technical documentation available on the AMI and also for download. Demo Video Video recording of the RDS Migration Tool setup process available for download. 4. How do I connect to the RDS Migration Console after I launch the AMI? The RDS Migration Console is the graphical user interface of the RDS Migration Tool. If you would like to connect to the RDS Migration Console locally on the EC2 migration instance, find the "Amazon RDS Migration Console" program shortcut under Start Menu > RDS Migration Tool folder or type in the browser. If you want to connect to the RDS Migration Console from your workstation, do the following: a. Add a rule to the security group you used with your EC2 migration instance to enable HTTPS (port 443) access b. Navigate to DNS of the EC2 migration instance>/amazonrdsmigrationconsole Enter Administrator as the username and use the Windows password of your EC2 migration instance. When you connect, you will get a warning message pointing to a self-signed certificate. Ignore this warning. Data between your browser and the RDS Migration Console will still be encrypted. 5. What information do you need to sign me up? Please provide the following information to your Amazon contact: - your name and - the AWS account number you will be using for launching the migration instance - your AWS forum user name (optional). There is a private forum available where you can discuss the product and query the AWS experts Please take note of the RDS Migration Tool Additional Terms and Conditions. You may not use the tool unless you agree to the terms and conditions. 6. How do I submit feedback or ask for help? Questions and support requests can be logged via the Database Migration Forum at If you do not have access to the forum, please speak to your Amazon contact such as a Technical Account Manager or Solutions Architect. 7. Will I be billed for the usage of the RDS Migration Tool? The use of the RDS Migration Tool software is free, however, the tool requires the use of Amazon EC2, EBS and other AWS services, and customers will be charged normal AWS fees for the migration instances they create based on the AMI. 8. What are the major features and benefits of the RDS Migration Tool? The RDS Migration Tool provides the following features and benefits: Support for transactional change data capture (CDC) and application, with low performance impact on the source Support for heterogeneous migration (e.g. Oracle-to-MySQL) Support for homogeneous migration (e.g. Oracle-to-Oracle) 2

3 Data transfer optimizations for migrating entire database tables Light-weight column mapping & transformations Ability to select individual tables and columns and filter data rows for migration Reliable delivery and recovery Intuitive user experience that simplifies the steps required to migrate to AWS Monitoring and control functions with dashboard, metrics and alerts No need to deploy agents on the source to capture changes Scheduling of migration tasks 9. Which data sources and targets does the RDS Migration Tool support? We currently support the following database sources: Oracle, RDS Oracle SQL Server, RDS SQL Server (RDS SQL Server is supported in bulk extract mode; the CDC mode is not yet supported) MySQL, RDS MySQL, Amazon Aurora (using the same access mechanisms as RDS MySQL) PostgreSQL, RDS PostgreSQL (RDS PostgreSQL is supported in bulk extract mode; the CDC mode is not yet supported) ODBC We support the following database targets: Oracle, RDS Oracle SQL Server, RDS SQL Server MySQL, RDS MySQL, Amazon Aurora (being MySQL compatible) PostgreSQL, RDS PostgreSQL Amazon Redshift Note: Databases without the RDS or Amazon prefix represent on-premise and EC2 installations. For more detailed info on supported source and target database versions please see Appendix A. 10. Can I use the RDS Migration Tool for migrating data from on-premise databases to on-premise databases? No. The use of the RDS Migration Tool for migrating data between on-premise databases is not permitted. Please review the Additional Terms and Conditions for using the RDS Migration Tool. You may not use the RDS Migration Tool unless you agree to these terms. 11. How will you release updates to the RDS Migration Tool? We will release updates to the tool by creating a new version of the RDS Migration Tool AMI. You will be notified by that a new version of the AMI is available. 3

4 RDS Migration Tool Quick Start Guide Creating and setting up your EC2 migration instance 1. Start the EC2 instance launch wizard and create a new migration Instance using the RDS Migration Tool AMI. Instructions for finding the AMI are provided in the top section of the Customer FAQ. 2. Pick an appropriate size for your EC2 migration instance Please review the performance considerations in this FAQ for sizing your migration instance. We recommend at least an XLarge (M3 or R3) instance for most migrations, and 4XLarge and bigger instances for migration tasks with a high level of parallelism and volume of data. 3. Login to your EC2 migration instance using the Remote Desktop Connection client. 4. Install the drivers necessary for accessing your source and target databases. To connect to source or target databases the appropriate database client software packages need to be installed: Oracle - Oracle Instant Client. Go to and look for the package called Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications, the 1 st package in the list. Review additional installation instructions located here. MySQLand Aurora - MySQL ODBC Client. Go to select the 64-bit Windows Installer, and choose the the "Typical" installation type SQL Server - SQL Server Native Client. Go to expand the Install Instructions node and look for the Microsoft SQL Server 2012 Native Client x64 package Redshift - Amazon Redshift ODBC Driver. Go to and download the 64-bit installer AmazonRedshiftODBC64.msi. Review additional installation instructions located here. PostgreSQL - PostgreSQL ODBC Client and PGAdmin. Download the PostgreSQL ODBC driver from Review additional installation instructions for PGAdmin located here. After the installer finishes successfully stop and start the RDS Migration Services. To stop the RDS Migration Services (including the RDS Migration Server, RDS Migration Console Server, and RDS Migration Transfer Service), click on the program shortcut Stop RDS Migration Server located on both the Desktop and the Start Menu. Then click on the program shortcut Start RDS Migration Server located on both the Desktop and the Start Menu. 5. Open the RDS Migration Console, the graphical UI of the RDS Migration Tool To connect to the RDS Migration Console locally on the EC2 migration instance, find the "Amazon RDS Migration Console" program shortcut in the Start Menu > RDS Migration Tool folder or type in the browser. Your EC2 migration instance is now set up and you can now create new migration tasks in the RDS Migration Console. 4

5 Data Migration FAQ 1. What is the basic flow of migrating a database using the RDS Migration Tool? During a typical database migration you will create a target database, migrate the database schema, setup the data migration process, initiate the full load and a subsequent change data capture and apply, and conclude with a swithcover of your production environment to the new database once the target database caught up with the source database. 2. How can I create a target database instance? If you are migrating databases to RDS, use the RDS Management Console to launch a new instance. The RDS Migration Tool does not yet provide the capability to create new database instances. If you are migrating to Redshift, use the Redshift Management Console. 3. How do I use the RDS Migration Tool to migrate my database schema? To quickly migrate a database to your target instance you can rely on the Basic Schema Copy feature of the the RDS Migration Tool. Basic Schema Copy is a built-in feature and will automatically create tables and primary keys in the target instance if the target does not contain similarly-named tables of the source. Basic Schema Copy is great for doing a test migration, or when you are migrating databases heterogeneously e.g. Oracle to MySQL or SQL Server to Oracle. Basic Schema Copy will not migrate secondary indexes, foreign keys or stored procedures. When you need to use a more customizable schema migration process (e.g. when you move your production database and need to move your stored procedures and secondary database objects), review the recommendations in the Schema Migration section. 4. How do I use the RDS Migration Tool to migrate my data? Open the RDS Migration Console in your browser. First, setup the source and target databases. Then, create a new migration task and reference the newly defined source and target databases. You can fine-tune the migration task by choosing the tables you would like to migrate. You can also define data transformations between source tables and target tables. Start the migration task and monitor its progress. 5. How do I monitor my migration task and decide when to switch over my databases? In the RDS Migration Console look at the queue of tables and queue of changes. When the RDS Migration Tool indicates that the queue of changes is nearing the zero mark, prepare your production application servers to switch-over to the new target database. Disable connections to the source database to prevent new changes in the source. Wait until the change queue has been drained and switch your applications to refer to the new target database. Schema Migration 6. How do I move my entire database schema including secondary database objects and stored procedures to the target instance? The RDS Migration Tool provides the ability to create tables and primary keys in your target database (Basic Schema Copy). Use the Basic Schema Copy to quickly test the data migration functionality. To migrate the full schema of your production database, use the schema export tools native to the source engine: 5

6 For SQL Server use the SQL Server Management Studio's Import and Export Wizard. SQL Server Management Studio can be downloaded as part of the free Express Edition ( For Oracle use the SQL Developer Database Export tool or script the export using the dbms_metadata package. Oracle SQL Developer can be downloaded from For MySQL use MySQL Workbench' Migration Wizard. MySQL Workbench can be downloaded from For PostgreSQL, use the 32-bit PGAdmin tool which can be downloaded from Export just the schema; you do not have to export the data as the RDS Migration Tool will take care of that. 7. How do I minimize the duration and maximize the throughput of my data migration process? If you have a large data set (>500GB), you can optimize your data migration by dividing the schema script into two parts. Part 1 should contain the table definitions and primary keys and can be used for creating a target schema optimized for quick data load. Part 2 should contain all other schema objects, including secondary indexes, foreign keys, views, stored procedures, triggers etc. It can be applied at the end of data migration. Your should consider splitting your schema script into two parts even if you have a smaller data set. The Full Load operation is done on a table-by-table basis. Foreign Keys need to either be disabled during the Full Load or created after the Full Load in order to avoid errors. 8. Are schema changes captured and applied? The RDS Migration Tool is able to capture and apply changes to tables and columns, but not to other objects such as indexes, stored procedures, or triggers. A list of supported schema change operations can be reviewed in the User Guide chapter Amazon RDS Migration Tool Supported DDL Statements. If you would like to enable schema change capture and apply, review the section Change Processing in chapter Task Settings of the User Guide. However, we recommend to put a hold on schema changes while performing a migration. 9. Why are uniqueness constraints and secondary indexes not copied during the Basic Schema Copy? For data load efficiency Basic Schema Copy will only migrate your primary key indexes. Creating secondary indexes and additional constraints would slow down the full data load, however, primary keys are required in order for change capture and apply to be efficient once the full load is complete. Review the steps for migrating your database using the RDS Migration Tool described above. Performance Tuning 10. Which instance size should I choose for my EC2 migration instance? While the AMI launch wizard will allow you to select a t2.micro instance type, we recommend at least an XLarge (M3 or R3) instance for most migrations, and 4XLarge and bigger instances for migration tasks with a high level of parallelism and volume of data. Remember that you can start with an XLarge instance while you are setting up data sources and migration tasks, and scale it to a larger size just before the actual data migration. 6

7 Migrating to or from SQL Server 11. What is the connection string syntax in RDS Migration Tool for SQL Server sources and targets? Copy the endpoint specified for the instance in the RDS Management Console. It will be similar to: testdb.<instanceid>.us-west-2.rds.amazonaws.com:1433 Replace the colon : with a comma, and enter this as the connection string: testdb. <instanceid>.us-west-2.rds.amazonaws.com, Why are Identity columns converted to regular columns when I use Basic Schema Copy? Tables that include identity columns will need to be pre-created on a SQL Server target in order to preserve the identity attribute. Migrating to or from Oracle 13. What is the connection string syntax in RDS Migration Tool for Oracle sources and targets? Copy the endpoint specified for the instance in the RDS Management Console. It will be similar to: testdb. <instanceid>.us-west-2.rds.amazonaws.com:1521 Add the Database SID at the end of the connection string: testdb. <instanceid>.us-west-2.rds.amazonaws.com:1521/<sid> 14. What level of Supplemental Logging should be enabled in RDS Oracle to support CDC? The level of logging is dependent upon the design of the tables in question. Please refer to Configuring an Oracle Database as an RDS Migration Tool Source in Chapter 5 of the RDS Migration Tool User Guide. Once the appropriate level of logging is determined, configure the RDS instance as required following these instructions. 15. Do you have additional installation instructions for the Oracle Instance Client? After you downloaded the Instant Client from html, create a directory C:\Oracle on the EC2 migration instance, extract the instantclient-basicwindows.x zip archive and copy the directory instantclient_12_1 to C:\Oracle. From a Windows Explorer left plane, right click on "This PC" and select properties. In the System Window's left side click on "Advanced system settings". In the System Properties dialog click on the "Environment Variables" button at the bottom. Find the Path variable in the bottom window, select it and click on Edit. Add ";C:\Oracle\instantclient_12_1" to the end of the variable s value and click OK. Add a new system variable named TNS_ADMIN with a value of "C:\Oracle\instantclient_12_1". The Oracle Instant Client should now be installed. Migrating to or from PostgreSQL 16. Do you have additional installation instructions for PostgreSQL? 7

8 In addition to downloading the PostgreSQL ODBC driver, download PGAdmin (32-bit version) from Also download the Microsoft VC Redistributable required for PGAdmin (x86 Edition: vcredist_x86.exe) from Make sure you download the 32-bit versions of PGAdmin and VC Redistributable, otherwise you could see errors when trying to insert data into PostgreSQL targets. Extract the archives for the PostgreSQL ODBC Driver, PGAdmin, and the Microsoft VC++ redistributable. After extracting the files run the installers. From a Windows Explorer left plane, right click on "This PC" and select properties. In the System Window's left side click on "Advanced system settings". In the System Properties dialog click on the "Environment Variables" button at the bottom. Find the Path variable in the bottom window, select it and click on Edit. Add the following ";C:\Program Files\psqlODBC\0903\bin;C:\Program Files (x86)\pgadmin III\1.20" to the end of the variable s value and click OK. The PostgreSQL client should now be installed. Migrating to Redshift 17. Is there anything I need to pay attention to when migrating data to Redshift? When defining a Redshift target in the RDS Migration Tool, set the ODBC driver to Amazon Redshift (x64) in the Advanced tab of the Redshift database configuration window. The Redshift database, the S3 bucket used for uploading data into Redshift, and the Migration Tool EC2 Instance all need to be located in the same region. The User Guide and RDS Migration Console Online Documentation refer to the RDS Migration Server and the RDS Migration Transfer Service AMI (EC2 Instance) as two distinct machines. However, the RDS Migration Tool AMI contains both components preinstalled. When setting up a connection to Redshift you will be asked for a Transfer service IP Address. Use "localhost" for this field. You will also be required to enter a Transfer service Password. You will need to run the RDS Migration Transfer Service Configuration utility from the Desktop to either generate a random password or set your custom password. Other questions 18. What do I do if I receive Failed to load library when attempting to setup a source or target? Check first that your database connection information is correct. Then, try to re-install the database drivers as described in the Quick Start Guide above. 19. What security configuration should I use? The security for the RDS Migration Tool server can be configured just like any other EC2 instance. We suggests using a VPN or DirectConnect to enable a secure connection between your corporate network and the EC2 migration instance. Use VPC settings to configure Security Groups restricting inbound/outbound ports to those needed for database and console connectivity as well as the relevant IP addresses making connections. 20. How do I connect to the RDS Migration Console remotely from my workstation? If you want to connect to the RDS Migration Console from your workstation, do the following: 8

9 a. Add a rule to the security group you used with your EC2 instance to enable HTTPS (port 443) access b. Navigate to DNS of the EC2 migration instance>/amazonrdsmigrationconsole Enter Administrator as the username and use the Windows password of your EC2 migration instance. When you connect, you will get a warning message pointing to a self-signed certificate. Ignore this warning. Data between your browser and the RDS Migration Console will still be encrypted. 21. What do I do if I receive You are not authorized to use the Amazon RDS Migration Console when attempting to connect to the console? The first time the AMI is launched, the RDS Migration Services must be restarted for the security changes to take effect. 9

10 Appendix A Supported Database Versions Endpoint Oracle Source Database Database Versions Editions 10g, 11g or 12c Enterprise, Standard, Standard One Comments Oracle Target (EC2) Oracle Target (RDS) 10g, 11g or 12c 11g or 12c Enterprise, Standard, Standard One SQL Server Source 2005, 2008, 2008R2, 2012 and 2014 SQL Server Target (EC2) SQL Server Target (RDS) 2005, 2008, 2008R2, 2012 and R2, 2012 MySQL Source 5.5 and 5.6 MySQL Target 5.5 and 5.6 Amazon Aurora Target Amazon Redshift Target PostgreSQL Source 9.4 Enterprise, Standard, Workgroup, Developer Enterprise, Standard, Workgroup, Developer Workgroup, Developer editions are not supported as RDS targets Amazon Aurora is supported as a MySQL-compatible data source PostgreSQL Target 9.3 and up ODBC Source Based on ODBC

11 Appendix B Data Restrictions Certain types of data cannot be migrated using the RDS Migration Tool. These are documented below. Endpoint Oracle SQL Server Source MySQL Source Limitations BFILE, ROWID, REF, UROWID, Nested Table, User-defined data types CURSOR, SQL_VARIANT, TABLE, GEOGRAPHY, GEOMETRY, HIERARCHYID CURVE, GEOMETRY, GEOMETRYCOLLECTION, LINE, LINEARRING, LINESTRING, MULTICURVE, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, MULTISURFACE, POINT, POLYGON, SURFACE Please see the Limitations section for your engine in the User Guide for further details. 11

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Overview This short guide explains how to use Attunity CloudBeam to replicate data from your on premises database to Microsoft

More information

AWS Database Migration Service. User Guide Version API Version 2016-01-01

AWS Database Migration Service. User Guide Version API Version 2016-01-01 AWS Database Migration Service User Guide AWS Database Migration Service: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress

More information

Informatica Cloud & Redshift Getting Started User Guide

Informatica Cloud & Redshift Getting Started User Guide Informatica Cloud & Redshift Getting Started User Guide 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Querying Databases Using the DB Query and JDBC Query Nodes

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

More information

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

Every Silver Lining Has a Vault in the Cloud

Every Silver Lining Has a Vault in the Cloud Irvin Hayes Jr. Autodesk, Inc. PL6015-P Don t worry about acquiring hardware and additional personnel in order to manage your Vault software installation. Learn how to spin up a hosted server instance

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Nexio Connectus with Nexio G-Scribe

Nexio Connectus with Nexio G-Scribe Nexio Connectus with Nexio G-Scribe 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and

More information

Management Center. Installation and Upgrade Guide. Version 8 FR4

Management Center. Installation and Upgrade Guide. Version 8 FR4 Management Center Installation and Upgrade Guide Version 8 FR4 APPSENSE MANAGEMENT CENTER INSTALLATION AND UPGRADE GUIDE ii AppSense Limited, 2012 All rights reserved. part of this document may be produced

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Setting Up ALERE with Client/Server Data

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

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO: INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Advanced Event Viewer Manual

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

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com]

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com] ManageEngine IT360 (Division of ZOHO Corporation) ) www.manageengine.com/it360 ManageEngine IT360 Professional Edition Installation Guide [ims-eval@manageengine.com] [This document is a guideline for installing

More information

Installation Instruction STATISTICA Enterprise Server

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

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Technical Support Set-up Procedure

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

More information

All rights reserved. Trademarks

All rights reserved. Trademarks All rights reserved This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of such license. The content of this manual

More information

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

Database migration using Wizard, Studio and Commander. Based on migration from Oracle to PostgreSQL (Greenplum)

Database migration using Wizard, Studio and Commander. Based on migration from Oracle to PostgreSQL (Greenplum) Step by step guide. Database migration using Wizard, Studio and Commander. Based on migration from Oracle to PostgreSQL (Greenplum) Version 1.0 Copyright 1999-2012 Ispirer Systems Ltd. Ispirer and SQLWays

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

SERVER CLOUD DISASTER RECOVERY. User Manual

SERVER CLOUD DISASTER RECOVERY. User Manual SERVER CLOUD DISASTER RECOVERY User Manual 1 Table of Contents 1. INTRODUCTION... 3 2. ACCOUNT SETUP OVERVIEW... 3 3. GETTING STARTED... 6 3.1 Sign up... 6 4. ACCOUNT SETUP... 8 4.1 AWS Cloud Formation

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Chapter 9 PUBLIC CLOUD LABORATORY. Sucha Smanchat, PhD. Faculty of Information Technology. King Mongkut s University of Technology North Bangkok

Chapter 9 PUBLIC CLOUD LABORATORY. Sucha Smanchat, PhD. Faculty of Information Technology. King Mongkut s University of Technology North Bangkok CLOUD COMPUTING PRACTICE 82 Chapter 9 PUBLIC CLOUD LABORATORY Hand on laboratory based on AWS Sucha Smanchat, PhD Faculty of Information Technology King Mongkut s University of Technology North Bangkok

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Installing LearningBay Enterprise Part 2

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

More information

Installation Instruction STATISTICA Enterprise Small Business

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

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

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

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later Copyright 2015, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information

NetWrix SQL Server Change Reporter

NetWrix SQL Server Change Reporter NetWrix SQL Server Change Reporter Version 2.2 Administrator Guide Contents NetWrix SQL Server Change Reporter Administrator Guide 1. INTRODUCTION... 3 1.1 KEY FEATURES... 3 1.2 LICENSING... 4 1.3 HOW

More information

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

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

More information

Aradial Installation Guide

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

More information

GUARD1 PLUS SE Administrator's Manual

GUARD1 PLUS SE Administrator's Manual GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 info@guard1.com www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

SQL Tuning and Maintenance for the Altiris Deployment Server express database.

SQL Tuning and Maintenance for the Altiris Deployment Server express database. Article ID: 22953 SQL Tuning and Maintenance for the Altiris Deployment Server express database. Question Now Deployment Server is installed how do I manage the express database? Topics that will be covered

More information

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

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

More information

AVG 8.5 Anti-Virus Network Edition

AVG 8.5 Anti-Virus Network Edition AVG 8.5 Anti-Virus Network Edition User Manual Document revision 85.2 (23. 4. 2009) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Microsoft Corporation Published: December 2005 Table of Contents Getting Started Guide...1 Table of Contents...2 Get Started with Windows Server 2003 R2...4 Windows Storage Server

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

AVG 9.0 Internet Security Business Edition

AVG 9.0 Internet Security Business Edition AVG 9.0 Internet Security Business Edition User Manual Document revision 90.5 (16. 4. 2010) C opyright AVG Technologies C Z, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

ArcGIS 10.3 Server on Amazon Web Services

ArcGIS 10.3 Server on Amazon Web Services ArcGIS 10.3 Server on Amazon Web Services Copyright 1995-2015 Esri. All rights reserved. Table of Contents Introduction What is ArcGIS Server on Amazon Web Services?............................... 5 Quick

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Cloudera Manager Training: Hands-On Exercises

Cloudera Manager Training: Hands-On Exercises 201408 Cloudera Manager Training: Hands-On Exercises General Notes... 2 In- Class Preparation: Accessing Your Cluster... 3 Self- Study Preparation: Creating Your Cluster... 4 Hands- On Exercise: Working

More information

2.3 - Installing the moveon management module - SQL version

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

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

IceWarp Server. Log Analyzer. Version 10

IceWarp Server. Log Analyzer. Version 10 IceWarp Server Log Analyzer Version 10 Printed on 23 June, 2009 i Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 2 Advanced Configuration... 5 Log Importer... 6 General...

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

MATLAB on EC2 Instructions Guide

MATLAB on EC2 Instructions Guide MATLAB on EC2 Instructions Guide Contents Welcome to MATLAB on EC2...3 What You Need to Do...3 Requirements...3 1. MathWorks Account...4 1.1. Create a MathWorks Account...4 1.2. Associate License...4 2.

More information

Deploying BitDefender Client Security and BitDefender Windows Server Solutions

Deploying BitDefender Client Security and BitDefender Windows Server Solutions Deploying BitDefender Client Security and BitDefender Windows Server Solutions Quick Install Guide Copyright 2010 BitDefender; 1. Installation Overview Thank you for selecting BitDefender Business Solutions

More information

Connecting to SQL server

Connecting to SQL server Micromedia International Technical study Author: Pierre Chevrier Number of pages: 17 Company: Micromedia International Date: 24/08/2011 Réf. : ETT_20110624_000001.docx Connecting to SQL server This document

More information

ESET REMOTE ADMINISTRATOR. Migration guide

ESET REMOTE ADMINISTRATOR. Migration guide ESET REMOTE ADMINISTRATOR Migration guide ESET REMOTE ADMINISTRATOR migration guide Copyright 2012 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR was developed by ESET, spol. s r.o. For more information

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

SERVER CLOUD RECOVERY. User Guide

SERVER CLOUD RECOVERY. User Guide SERVER CLOUD RECOVERY User Guide Table of Contents 1. INTRODUCTION... 4 2. PRODUCT OVERVIEW... 4 3. GETTING STARTED... 5 3.1 Sign up... 5 4. ACCOUNT SETUP... 8 4.1 Overview... 8 4.2 Steps to create a new

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

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

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

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

UNICORN 6.4. Administration and Technical Manual

UNICORN 6.4. Administration and Technical Manual UNICORN 6.4 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

Connect to MySQL or Microsoft SQL Server using R

Connect to MySQL or Microsoft SQL Server using R Connect to MySQL or Microsoft SQL Server using R 1 Introduction Connecting to a MySQL database or Microsoft SQL Server from the R environment can be extremely useful. It allows a research direct access

More information

Reporting works by connecting reporting tools directly to the database and retrieving stored information from the database.

Reporting works by connecting reporting tools directly to the database and retrieving stored information from the database. Print Audit 6 - Step by Step Walkthrough IMPORTANT: READ THIS BEFORE PERFORMING A PRINT AUDIT 6 INSTALLATION Print Audit 6 is a desktop application that you must install on every computer where you want

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

CloudBerry Dedup Server

CloudBerry Dedup Server Getting Started Guide: CloudBerry Dedup Server Getting Started Guide Getting Started with CloudBerry Dedup Server We are glad to announce our new product CloudBerry Dedup Server. CloudBerry Dedup is a

More information

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Here is a step-by-step set of instructions to get your

More information

aims sql server installation guide

aims sql server installation guide aims sql server installation guide Document Version: 4000 February 2015 CONTENTS AIMS Installation Guide... 3 Installing the AIMS Software... 4 Pre-Requisites... 4 Installation... 4 Shortcuts... 4 Directory

More information

Guide to the MySQL Workbench Migration Wizard: From Microsoft SQL Server to MySQL

Guide to the MySQL Workbench Migration Wizard: From Microsoft SQL Server to MySQL Guide to the MySQL Workbench Migration Wizard: From Microsoft SQL Server to MySQL A Technical White Paper Table of Contents Introduction...3 MySQL & LAMP...3 MySQL Reduces Database TCO by over 90%... 4

More information

How to install and use the File Sharing Outlook Plugin

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

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

Author: Ryan J Adams. Overview. Policy Based Management. Terminology

Author: Ryan J Adams. Overview. Policy Based Management. Terminology Author: Ryan J Adams Overview We will cover what Policy Based Management is and how you can leverage its power to better manage your environment. With PBM we'll see what it can and cannot do to help you

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Training module 2 Installing VMware View

Training module 2 Installing VMware View Training module 2 Installing VMware View In this second module we ll install VMware View for an End User Computing environment. We ll install all necessary parts such as VMware View Connection Server and

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

AVG Internet Security Business Edition 2012

AVG Internet Security Business Edition 2012 AVG Internet Security Business Edition 2012 User Manual Document revision 2012.07 (3/1/2012) C opyright AVG Technologies C Z, s.r.o. All rights reserved. All other trademarks are the property of their

More information

Spector 360 Deployment Guide. Version 7

Spector 360 Deployment Guide. Version 7 Spector 360 Deployment Guide Version 7 December 11, 2009 Table of Contents Deployment Guide...1 Spector 360 DeploymentGuide... 1 Installing Spector 360... 3 Installing Spector 360 Servers (Details)...

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

MSSQL quick start guide

MSSQL quick start guide C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database

More information

EntroWatch - Software Installation Troubleshooting Guide

EntroWatch - Software Installation Troubleshooting Guide EntroWatch - Software Installation Troubleshooting Guide ENTROWATCH SOFTWARE INSTALLATION TROUBLESHOOTING GUIDE INTRODUCTION This guide is intended for users who have attempted to install the EntroWatch

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

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

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

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information