Video Administration Backup and Restore Procedures
|
|
|
- Milo Sutton
- 10 years ago
- Views:
Transcription
1 CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following sections: Backup Procedure, page 12-1 Restoring Procedure, page 12-4 Backup Procedure This section describes how to back up Video Administration data. See the following sections: Backing Up the Database, page 12-1 Backing Up Configuration Files, page 12-3 Backing Up Branding and Sound Files, page 12-4 Backing Up the Database This section describes how to back up the Video Administration database using the Enterprise Manager utility that comes with Microsoft SQL Server 2000 Standard and Enterprise editions. The Microsoft SQL Server 2000 Desktop Edition (MSDE) installation does not come with the Enterprise Manager utility by default. For a database on an MSDE server, you need an external Microsoft SQL Enterprise Manager to connect to the MSDE server. Note The external server with Microsoft SQL Enterprise Manager must be in the same subnet as the MSDE server for the backup procedure to be successful. If you configured Video Administration to use Microsoft SQL Server 2000 Desktop Edition (MSDE) perform the following procedures: To Connect To an MSDE Database Server procedure on page 12-2 To Back Up the Database procedure on page 12-2 If you configured Video Administration to use Microsoft SQL Server 2000 Standard Edition or Enterprise Edition, perform the following procedure: 12-1
2 Backup Procedure Chapter 12 To Back Up the Database procedure on page 12-2 To Connect To an MSDE Database Server Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Open Microsoft SQL Enterprise Manager on a SQL 2000 Server. In Enterprise Manager, right-click SQL Server Group and select New SQL Server Registration. The Register SQL Server Wizard launches. Click Next. The Select a SQL Server page appears. From the list of Available Servers, select the name of the server that the Video Administration is installed on and click Add. Click Next. The Select an Authentication Mode page appears. Select the SQL Server Authentication radio button and click Next. Select the Login Automatically Using My SQL Server Account Information radio button. Enter the Login Name and Password that you created when you installed MSDE. To Back Up the Database Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Open the Video Administration database by using the MSSQL Enterprise Manager. By default, the installed Video Administration database name is cisco_core_db and the default user name is cisco_core_user. The actual name of the database and user name is configurable during the installation process. In Enterprise Manager, under the server name that the Video Administration database resides, right-click Databases and select New Database. The Database Properties dialog box displays. Give the new database a name, for example cisco_core_db_new, and click OK. Right-click the cisco_core_db_new database, and select All Tasks > Import Data. This will launch the DTS Import/Export Wizard. In the Choose a Data Source dialog box: In the Data Source field, select Microsoft OLE DB Provider for SQL Server (default). Select the server from the list. Select the Use SQL Server Authentication radio button. Enter the username and password for cisco_core_db. Choose cisco_core_db as the database. Click Next. In the Choose a Destination dialog box, cisco_core_db_new should be selected by default as the database destination. Click Next. In the Specify Table Copy or Query dialog box, select the Copy Table(s) and View(s) From the Source Database radio button and click Next. In the Select Source Tables and Views dialog box, click Select All and then click Next. In the Save, Schedule, and Replicate Package dialog box, check the Run Immediately check box and click Next to run the import procedure. 12-2
3 Chapter 12 Backup Procedure To generate an SQL script from the cisco_core_db database to reapply the relationship between tables, go to cisco_core_db database and select All Tasks > Generate SQL Script. The Generate SQL Scripts dialog box opens. On the General tab: Click the Show All button Check the Script All Objects check box. On the Formatting tab, uncheck all of the check boxes. On the Options tab: Uncheck the check boxes in the Security Scripting Options Check the check boxes in the Table Scripting Options Select the Windows Text (ANSI) radio button Select the Create One File radio button In the Save As dialog box, give the script file a name that ends with.sql. Once the SQL script is created, open the script in a text editor and replace all instances of the string [cisco_core_user] with [dbo]. Note cisco_core_user is the database owner of the database cisco_core_db. The goal is to change the owner of the new cisco_core_db_new database to dbo so that this database can be restored on any external database. 6 To run the script on cisco_core_db_new database, select the cisco_core_db_new database, and select the Tools > SQL Query Analyzer menu. 7 In SQL Query Analyzer, open the script file you created in 4. 8 Press F5 to apply the script to the database. You will see the following message in the Query Analyzer window: The command(s) completed successfully Close SQL Query Analyzer. Select and right-click the cisco_core_db_new database, and select All Tasks > Backup Database to create a database backup file. In the SQL Server Backup dialog box: Check the Database - Complete radio button (default). Click the Add button, select a file name for backup destination, and click OK. Backing Up Configuration Files This section describes how to back up the following files by copying them to a different physical location: Database Connectivity Property File, page
4 Restoring Procedure Chapter 12 Configuration Files, page 12-4 LDAP Configuration Files, page 12-4 Database Connectivity Property File Back up the mssql-ds.xml file under the directory C:\Program Files\Cisco\Video Admin\VA\jboss-3.2.5\server\all\deploy to a different physical location. Configuration Files LDAP Configuration Files Back up the following files under the directory C:\Program Files\Cisco\Video Admin\VA\jboss-3.2.5\bin to a different physical location: vcs-cdr-config.xml vcs-config.xml vcs-core.properties vnex.properties Back up the following files under the directory C:\Program Files\Cisco\Video Admin\VA\jboss-3.2.5\bin\configFiles to a different physical location: All files (if any) under this directory. Backing Up Branding and Sound Files Back up all files (if any) located under the directory C:\Program Files\Cisco\Video Admin\VA\jboss-3.2.5\server\default\deploy\branding.war\image to a different physical location. Restoring Procedure This section describes how to restore Video Administration data. See the following sections: Procedure Overview, page 12-4 Restoring the Database, page 12-5 Restoring Configuration Files, page 12-6 Restoring Branding and Sound Files, page 12-6 Restart the Video Administration Service, page 12-6 Procedure Overview The restoring procedure includes the following stages: 1. Stop the Video Administration service: Go to Control Panel > Administrative Tools > Services. 12-4
5 Chapter 12 Restoring Procedure Find the service named Cisco Video Administration and stop it. 2. Restore the database see the Restoring the Database section on page Restore the configuration files see the Restoring Configuration Files section on page Restore the Branding and Sound Files see the Restoring Branding and Sound Files section on page Start the Video Administration service. Restoring the Database This section describes how to restore the Video Administration database using the MSSQL Enterprise Manager. Prior to restoring, you must have the Video Administration software installed. You will be restoring a backed up database into the existing database. To Restore the Database Step 3 Step 4 Step 5 Step 6 Step 7 Stop the Video Administration service: Go to Control Panel > Administrative Tools > Services. Find the service named Cisco Video Administration and stop it. Open the Video Administration Database by using the Microsoft SQL Enterprise Manager utility. The Microsoft SQL Server 2000 Desktop Edition (MSDE) installation does not come with Enterprise Manager by default. For a database on an MSDE server, you need an external Microsoft SQL Enterprise Manager to connect to the MSDE server. Select and right-click the clisco_core_db database and select All Tasks > Restore Database. The Restore Database dialog box opens. On the General tab: Select the From Device radio button Click the Select Devices button and browse to the MSSQL database backup file you created in the backup procedure. Select the Restore Backup Set and Database-Complete radio buttons. On the Options tab: Check the Force Restore Over Existing Database check box. Under the Move to Physical File Name column, make sure that the name of the data and log files are cisco_core_db.mdf and cisco_core_db_log.ldf. Leave the values under the Logic File Name column untouched. Select the Leave Database Operational No Additional Transaction Logs Can Be Restored radio button. The database is successfully restored. In the SQL server tree control, select Security > Logins and double-click the Video Administration database user (for example, cisco_core_user). The SQL Server Login Properties dialog box opens. On the Database Access tab: 12-5
6 Restoring Procedure Chapter 12 Step 8 Under Specify Which Databases Can Be Accessed by This Login, select the Permit check box for the Video Administration database (for example, cisco_core_db). Under Database Roles for cisco_core_db, select Permit check box options for Public role and db_owner role. On the General tab, make sure that the database name, user name, and password are the same that were used on the old database that you backed up. The specifics are indicated in mssql-ds.xml: <connection-url>jdbc:microsoft:sqlserver://ip_address:1433; databasename=cisco_core_db;sendstringparametersasunicode= false</connection-url> <driver-class>com.microsoft.jdbc.sqlserver. SQLServerDriver</driver-class> <user-name> cisco_core_user </user-name> <password> </password> Restoring Configuration Files Restore the configuration files listed in the Backing Up Configuration Files section on page Restoring Branding and Sound Files Restore the files mentioned in the Backing Up Branding and Sound Files section on page Restart the Video Administration Service To Restart the Video Administration service Go to Control Panel > Administrative Tools > Services. Find the service named Cisco Video Administration and start it. 12-6
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
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
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,
DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide
DigiVault Online Backup Manager Microsoft SQL Server Backup/Restore Guide Version 4.6.1.4 October 2005 DigiVault Backup Manager User Guide 2 Table of Contents 1 Backup/Restore Microsoft SQL Server 7.0
How To Fix A Backup Error In A Windows Xp Server On A Windows 7.5.1 (Windows) On A Pc Or Mac Xp (Windows 7) On An Uniden Computer (Windows 8) On Your Computer Or Your Computer (For
Resolving errors when restoring databases Problem: User receives an Unhandled Exception Error when attempting to restore a database. This error is usually caused by one of three issues. If the Exception
Technical Bulletin. SQL Express Backup Utility
Technical Bulletin SQL Express Backup Utility May 2012 Introduction This document describes the installation, configuration and use of the SATEON SQL Express Backup utility, which is used to provide scheduled
Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008
Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 This chapter will describe in details how to use OTTO Max to backup your Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 server and how you can
HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE
HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE Copyright 1998-2012, Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by
BSDI Advanced Fitness & Wellness Software
BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the
SAS 9.3 Foundation for Microsoft Windows
Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed
How to Set Up a Shared SQL Express Database with ManagePro 7 Standard version
How to Set Up a Shared SQL Express Database with ManagePro 7 Standard version This instruction set is provided AS IS without warranty, express or implied, including but not limited to the implied warranties
How to Copy A SQL Database SQL Server Express (Making a History Company)
How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you
FaxCore 2007 Application-Database Backup & Restore Guide :: Microsoft SQL 2005 Edition
1 FaxCore 2007 - Database Backup & Restore Guide :: Microsoft SQL 2005 Edition Version 1.0.4 FaxCore 2007 Application-Database Backup & Restore Guide :: Microsoft SQL 2005 Edition 2 FaxCore 2007 - Database
Creating IBM Cognos Controller Databases using Microsoft SQL Server
Guideline Creating IBM Cognos Controller Databases using Microsoft SQL Product(s): IBM Cognos Controller 8.1 or higher Area of Interest: Financial Management 2 Copyright Copyright 2008 Cognos ULC (formerly
1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS
1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS From the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration
FaxCore 2007 Database Migration Guide :: Microsoft SQL 2008 Edition
1 FaxCore 2007 - Database Migration Guide :: Microsoft SQL 2008 Edition Version 1.0.0 FaxCore 2007 Database Migration Guide :: Microsoft SQL 2008 Edition 2 FaxCore 2007 - Database Migration Guide :: Microsoft
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,
Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2
Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and
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
Print Audit 6 - SQL Server 2005 Express Edition
Print Audit 6 - SQL Server 2005 Express Edition Summary This is a step-by-step guide to install SQL Server 2005 Express Edition to use as a database for Print Audit 6. Pre-Requisites There are a few pre-requisites
MS SQL 2000 Server with CDR DICOM 3.5 and Recommended WAN Configuration
This document describes the steps for users installing CDR DICOM 3.5 in a Multi-Office Wan Environment, who meet one of the requirements below: Existing users of CDR DICOM 3.0.1 with a Full MS SQL 2000
MS SQL Server Database Management
MS SQL Server Database Management Contents Creating a New MS SQL Database... 2 Connecting to an Existing MS SQL Database... 3 Migrating a GoPrint MS SQL Database... 5 Troubleshooting... 11 Published April
PRODUCT WHITE PAPER LABEL ARCHIVE. Adding and Configuring Active Directory Users in LABEL ARCHIVE
PRODUCT WHITE PAPER LABEL ARCHIVE Adding and Configuring Active Directory Users in LABEL ARCHIVE TEKLYNX International March 19, 2010 Introduction Now more than ever, businesses large and small alike are
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,
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
SQL EXPRESS INSTALLATION...
Contents SQL EXPRESS INSTALLATION... 1 INSTALLING SQL 2012 EXPRESS... 1 SQL EXPRESS CONFIGURATION... 7 BILLQUICK DATABASE... 9 SQL Express Installation The Microsoft SQL Server 2012 Express software is
SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE
SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by
Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam
Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam We planning to install exchange@pam an empty database an appropriate database user must be created before running the setup.
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
Avatier Identity Management Suite
Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:
A Tutorial on SQL Server 2005. CMPT 354 Fall 2007
A Tutorial on SQL Server 2005 CMPT 354 Fall 2007 Road Map Create Database Objects Create a database Create a table Set a constraint Create a view Create a user Query Manage the Data Import data Export
CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY
CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY Outline The Proficy HMI/SCADA CIMPLICITY product has the ability to log point data to a Microsoft SQL Database. This data can
Basic SQL Server operations
Basic SQL Server operations KB number History 22/05/2008 V1.0 By Thomas De Smet CONTENTS CONTENTS... 1 DESCRIPTION... 1 SOLUTION... 1 REQUIREMENTS...13 REFERENCES...13 APPLIES TO...13 KEYWORDS...13 DESCRIPTION
Installation Guide v3.0
Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document
E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide
E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.
Reference and Troubleshooting: FTP, IIS, and Firewall Information
APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the
Moving the Web Security Log Database
Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server
http://support.microsoft.com/kb/878449 Notes Transfer instructions INTRODUCTION More information
Page 1 of 6 How to transfer an existing Microsoft Dynamics GP, Microsoft Small Business Financials, or Microsoft Small Business Manager installation to a new server that is running Microsoft SQL Server
Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7.
Use the below instructions to configure your wireless settings to connect to the secure wireless network using Microsoft Windows Vista/7. 1. Click the Windows Start button, then Control Panel How-To-WCC-Secure-Windows-7-11/4/2010-4:09
Connecting to Manage Your MS SQL Database
Using MS SQL databases HOWTO Copyright 2001 Version 1.0 This HOWTO describes how to connect to a MS SQL database and how to transfer data to an SQL server database. Table of Contents Connecting to Manage
FaxCore Ev5 Database Migration Guide :: Microsoft SQL 2008 Edition
1 FaxCore Ev5 - Database Migration Guide :: Microsoft SQL 2008 Edition Version 1.0.0 FaxCore Ev5 Database Migration Guide :: Microsoft SQL 2008 Edition 2 FaxCore Ev5 - Database Migration Guide :: Microsoft
Table of Contents SQL Server Option
Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP
FTP, IIS, and Firewall Reference and Troubleshooting
FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the
GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1
GO!NotifyLink Database Maintenance GO!NotifyLink Database Maintenance 1 Table of Contents Database Maintenance 3 Database Cleanup... 3 Database Backups... 3 Database Configuration... 4 The Procedure via
WhatsUp Gold v16.1 Installation and Configuration Guide
WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines
Tool Tip. SyAM Management Utilities and Non-Admin Domain Users
SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with
3 Setting up Databases on a Microsoft SQL 7.0 Server
3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other
Moving a CIMPLICITY SQL Database using Detach/Attach Proficy HMI/SCADA CIMPLICITY
Moving a CIMPLICITY SQL Database using Detach/Attach Proficy HMI/SCADA CIMPLICITY Introduction The purpose of this document is to outline the minimal steps required to move a Microsoft SQL Server Express
Upgrading User-ID. Tech Note PAN-OS 4.1. 2011, Palo Alto Networks, Inc.
Upgrading User-ID Tech Note PAN-OS 4.1 Revision B 2011, Palo Alto Networks, Inc. Overview PAN-OS 4.1 introduces significant improvements in the User-ID feature by adding support for multiple user directories,
5.6.3 Lab: Registry Backup and Recovery in Windows XP
5.6.3 Lab: Registry Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up a computer registry. You will also perform a recovery of a computer registry.
Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2
Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative
Configuring Your Firewall for Client Access in Professional Edition
Configuring Your Firewall for Client Access in Professional Edition In a network environment, in order for the clients to communicate with the server, you will need to configure your firewall to allow
SAS Activity-Based Management Server Software Release 6.0 for Windows
Installation Instructions SAS Activity-Based Management Server Software Release 6.0 for Windows This document provides the instructions for installing SAS Activity-Based Management Server. You must update
System Area Management Software Tool Tip: Integrating into NetIQ AppManager
System Area Management Software Tool Tip: Integrating into NetIQ AppManager Overview: This document provides an overview of how to integrate System Area Management's event logs with NetIQ's AppManager.
Server Installation: ServerTools
Server Installation: ServerTools ServerTools Page 1 Table of Contents To Install ServerTools...3 Backup and Restore...6 Purpose...6 Background...6 Requirements...6 Creating a Backup Schedule using the
SQL Server 2008 R2 Express Edition Installation Guide
Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details
Integrating LANGuardian with Active Directory
Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity
Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions
HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange
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
Working with SQL Server Integration Services
SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/
Secure Agent Quick Start for Windows
Secure Agent Quick Start for Windows 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)
WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express
WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2
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
Issue Tracking Anywhere Installation Guide
TM Issue Tracking Anywhere Installation Guide The leading developer of version control and issue tracking software Table of Contents Introduction...3 Installation Guide...3 Installation Prerequisites...3
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
ECA IIS Instructions. January 2005
ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate
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...
LDAP Server Configuration Example
ATEN Help File LDAP Server Configuration Example Introduction The KVM Over the NET switch allows log in authentication and authorization through external programs. This chapter provides an example of how
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
How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1
How To Upgrade Your Microsoft SQL Server for Version 2012.1 The first step is to gather important information about your existing configuration. Identify The Database Server and SQL Server Version The
InformationNOW SQL 2005 Database Backup and Restoration
InformationNOW SQL 2005 Database Backup and Restoration Backing up a SQL 2005 Database Users are advised to create an hourly or nightly database backup maintenance plan. Occasionally, it may be necessary
Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers
Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...
SplendidCRM Deployment Guide
SplendidCRM Deployment Guide Version 5.x Last Updated: December 14, 2010 Category: Deployment This guide is for informational purposes only. SPLENDIDCRM SOFTWARE MAKES NO WARRANTIES, EXPRESS OR IMPLIED,
Migrating the ASAS Database Administrator s Notes
Administrator s Notes For ASAS 2.4 and Above 2 Overview........................................................................ 2 2.1 s........................................................................
Point of Sale 2015 Enterprise. Installation Guide
Point of Sale 2015 Enterprise Installation Guide Contents About this guide 3 System Requirements - Microsoft SQL Server 2008 R2 Express 3 System Requirements - POS Enterprise 2015 (Administrator) 3 System
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)
Upgrading MySQL from 32-bit to 64-bit
Upgrading MySQL from 32-bit to 64-bit UPGRADING MYSQL FROM 32-BIT TO 64-BIT... 1 Overview... 1 Upgrading MySQL from 32-bit to 64-bit... 1 Document Revision History... 21 Overview This document will walk
BillQuick Installation Guide for Microsoft SQL Server 2005 Express Edition
Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Installation Guide for Microsoft SQL Server 2005 Express Edition BQE Software, Inc. 2601 Airport Drive Suite 380
Interact for Microsoft Office
Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive
Lenovo Online Data Backup User Guide Version 1.8.14
Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data
ilaw Installation Procedure
ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing
4cast Server Specification and Installation
4cast Server Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements Item Minimum Recommended Operating system
Virtual Office Remote Installation Guide
Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...
WhatsUp Gold v16.2 Database Migration and Management Guide
WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft
Crystal Reports Installation Guide
Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks
ContentWatch Auto Deployment Tool
ContentWatch Auto Deployment Tool ContentWatch gives administrators the ability to easily distribute ContentProtect (or say our products) over any network. With our Unattended Installer you can install
Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.
Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information
Step-by-Step Setup Guide Wireless File Transmitter FTP Mode
EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Infrastructure Setup Windows XP 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited.
HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE
HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by
PigCHAMP Knowledge Software. Enterprise Edition Installation Guide
PigCHAMP Knowledge Software Enterprise Edition Installation Guide Enterprise Edition Installation Guide MARCH 2012 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010 Phone (515)
Migrating helpdesk to a new server
Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2
Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.
Technical Bulletin: Use and Configuration of Quanterix Database Document No: Page 1 of 11 1. PURPOSE Quanterix can provide a set of scripts that can be used to perform full database backups, partial database
Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15
Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required
DSS Support Backup / Restore DSS Databases using Windows Backup Windows XP Windows 2003 Server
DSS Support Backup / Restore DSS Databases using Windows Backup Windows XP Windows 2003 Server Author: Jason May Revision 2.0 Revision Date 03/2009 Page 1 of 17 Overview The purpose of the document is
E-Notebook SQL13.0 Desktop Migration and Upgrade Guide
E-Notebook SQL13.0 Desktop Migration and Upgrade Guide Last Modified: October 09, 2012 TABLE OF CONTENTS 1 Introduction... 3 2 Software Requirements... 3 2.1 Single User... 3 2.2 Remote (Shared Database
SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE
SELF SERVICE RESET PASSWORD MANAGEMENT DATABASE REPLICATION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in
16.4.3 Lab: Data Backup and Recovery in Windows XP
16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The
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,
BACKUP UTILITY FOR TIMEFORCE
BACKUP UTILITY FOR TIMEFORCE The "Backup Utility" for TimeForce automatically creates a backup of the information stored in the program database. Backups can be performed manually, or the TimeForce Scheduler
