Backup Setup for Client Profiles for Windows

Size: px
Start display at page:

Download "Backup Setup for Client Profiles for Windows"

Transcription

1 C ase Manag e m e n t by C l i e n t P rofiles Backup Setup for Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W

2 Table of Contents Table of Contents BACKING UP THE CLIENT PROFILES DATA USING THE DATABASE MAINTENANCE PLAN TURNING ON THE SQL SERVER AGENT OTHER DOCUMENTS AND SUPPORTING FILES OVERVIEW CRITICAL FILES NON-CRITICAL FILES (BUT YOU MIGHT WANT THEM ANYWAY) FILES YOU CAN SAFELY IGNORE BACKUP NOTIFICATION IN CPWIN

3 Backing up the Client Profiles data Using the database Maintenance Plan Backing up the Client Profiles data Using the database Maintenance Plan The single most critical file is CPSQL.MDF. This file is found within the CPWin\SQLDATA folder. It contains all of the basic data which Client Profiles for Windows manages for you. For example, it contains the names and addresses of everyone you have stored in your Card File. It contains all of your appointments and to-do items. It does not contain documents you generate for cases, but it does contain references to those documents so that Client Profiles can retrieve them for you on command. Files which are in use cannot be copied to tape using most tape backup software and the CPSQL.MDF file is going to be in use the entire time the database server program is running. In order to back up the CPSQL.MDF file directly you must take your database server down. If this is coordinated with the timing of your tape backup you can then put the contents of the CPWin\SQLDATA folder on the tape. However, it is inconvenient to take your database server down each time you want to make a backup copy of your CPSQL.MDF file. If you don t want to take your database server down you can use the database maintenance plan that is automatically setup during the installation of the Client Profiles. The plan is scheduled to make a daily backup of the running database at 6:30 pm daily and to backup the log file for the database every two hours of the day between 8:00 am and 8:00 pm. There will be up to two days of log file backups and three days of database backups saved in the CPShare\CPWin\SQLData\Backup directory. It is suggested that you backup the entire contents of this folder. Please note: To utilize the database maintenance plan it is necessary to start the SQL Server Agent. (See Turning on the SQL Server Agent below) Turning on the SQL Server Agent To start the SQL Server Agent, go to Start\Programs\Startup from the server and double-click on the Service Manager. Switch the Services field to SQL Server Agent and select the Start/Continue button if the Agent is not already running. Also, place a check in the Auto-start service when OS starts. Please note: It is critical that the SQL Server Agent is running. If this is stopped the database files will not be backed up by SQL Server.

4 Other Documents and Supporting Files Overview Other Documents and Supporting Files Overview The directory structure associated with Client Profiles for Windows is expansive. Not all of the directories need to be backed up to tape as they are static files which are used mainly during installation and they can be found either on an installation CD or by going to Files which change on a daily basis should be safeguarded on a tape. In addition to the database file there are other sets of files that need to be backed up. Critical Files A set of files which are very important are your Forms. If they were suddenly lost your firm s ability to quickly produce documents would be seriously impaired. We recommend a complete backup of the CPWin\Forms folder and all of its subfolders. The GatewayQ folder contains attachments to messages that have been received and sent through the Client Profiles Gateway. We recommend a complete backup of the CPWin\GatewayQ folder and all of its subfolders. The Macro folder contains important user files. We recommend a complete backup of the CPWin\MACRO folder and all of its subfolders. The Photo folder contains images from the Card File. We recommend a complete backup of the CPWin\Photo folder and all of its subfolders. The Reports folder contains any custom Crystal Reports that have been written. We recommend a complete backup of the CPWin\Reports folder and all of its subfolders. The Upgrade folder contains the files that are used for the update of Client Profiles. We recommend a complete backup of the CPWin\Upgrade folder and all of its subfolders. The final set of critical files for most users is the files contained in the CPWin\History folder. Within this folder will be a number of other folders, each containing up to several thousand documents which have been produced for your cases. We recommend a complete backup of the CPWin\History folder and all of its subfolders. If your firm uses any additional software in tandem with Client Profiles for Windows, for example, a bookkeeping information system, then it would be critical to back up those files along with the Client Profiles for Windows files mentioned above. Additionally, if your firm has chosen to create new folders within the CPWin structure you should carefully evaluate their contents to decide whether or not to back them up. In summary, here are the folders whose contents are considered critical: CPWin\SQLDATA\Backup; CPWin\Forms; CPWin\GatewayQ; CPWin\History; CPWin\MACRO; CPWin\PHOTO; CPWIN\Reports; CPWin\Upgrade; additional software and folders created by your firm which is deemed critical.

5 Other Documents and Supporting Files Non-Critical Files (But You Might Want Them Anyway) Non-Critical Files (But You Might Want Them Anyway) Although the loss of any file can be inconvenient, some files are less important than others. The following files are not critical, but if you have ample space on your tape you might as well back them up. The CPWin\HowTo folder contains basic documentation for Client Profiles for Windows. These documents can be found at but you may also want to annotate them to be more specific to your firm. If you do this they should definitely be backed up. The CPWin\Install\Client folder contains an installation program which is used to put Client Profiles for Windows onto workstations. This program does change from time to time and the latest version is always available at the Client Profiles web site but you may want to have it on tape. The CPWin\Utils and CPWin\Xfer directories are designed to keep a copy of tools which are sometimes needed to set up Client Profiles for Windows or which may have been sent to you from our offices. Very often these files have a short useful lifespan so backing them up is a judgment call. In summary, here are the folders you may want to back up just for extra protection: CPWin\HowTo; CPWin\Install\Client; CPWin\Utils; CPWin\Xfer. Files You Can Safely Ignore Any folder or file not mentioned above is probably one which either can be found on an installation CD or can easily be downloaded from If you are ever unsure whether or not to back up a file it is always better to over-include files rather than be stingy with your tape.

6 Backup Notification in CPWin Backup Notification in CPWin Please note: This is another critical item to setup. If SQL Server does not make a backup copy of the database the users setup here will receive a notification letting them know to check out any problems. For proper operation, the Backup Notification system will require a small security change by your System Administrator. This change allows Client Profiles to have read access to the SQL Server database called msdb. Your SQL Server logs the Maintenance Plan activity in this database. To allow Client Profiles to have read access to the msdb database: 1. Open SQL Server Enterprise Manager 2. Expand the folders until you see your SQL Server Instance name and the Security folder for your Server. 3. Expand the Security folder and select Logins 4. In the right side detail panel, locate and select the Login cpapp Right click on cpapp and choose Properties on the popup context menu.

7 Backup Notification in CPWin You will be presented with the following properties box. 6. Select the third tab page for Database Access. Scroll down and place a checkmark in the Permit column for the msdb database.

8 Backup Notification in CPWin In the Database roles for msdb area, select the roles db_datareader, db_denydatawriter along with the default public role. 8. Click OK to confirm these selections. If your Client Profiles build number is less than 206.2, you will also have to select the Server Roles tab page and mark the cpapp user as the System Administrators role. This setting is not required after build of Client Profiles. This completes the settings required on your SQL Server. Now launch Client Profiles to finish the notification configuration.

9 Backup Notification in CPWin To get to this screen go under Administration\System Setup\Other Settings and then to the Backup Notification tab. Check the Enable backup Notification checkbox. Select the weekend days that users in the firm enter information into Client Profiles. This lets Client Profiles know how far back to look for the backup. For example: In the screen shot above if a user logs in on Monday and the database was last backed up on Friday the selected users will receive a notice. Select the users that will be notified if a backup has not occurred. See below for the following notices that the users will receive. If the Backup Notification is enabled and there are no backups that can be located the selected users will see this warning when they log into Client Profiles.

10 Backup Notification in CPWin If the Backup Notification is enabled and the backup was not successfully completed on the previous night the selected users will see this warning when they log into Client Profiles. If the Backup Notification is enabled and there has not been a backup within the days specified under Other Settings the selected users will see this warning when they log into Client Profiles. To check and see when the latest back occurred go to Help\About screen and you will see a section called Last Backup which lists the database along with the dates and the start and end times of the backup.

Installation Manual Version 8.5 (w/sql Server 2005)

Installation Manual Version 8.5 (w/sql Server 2005) C ase Manag e m e n t by C l i e n t P rofiles Installation Manual Version 8.5 (w/sql Server 2005) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Table of Contents - 2 - Table of Contents SERVER

More information

Backup Notification in Client Profiles for Windows

Backup Notification in Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Backup Notification in Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Please note: This document contains basic recommendations

More information

Virtual Office Remote Installation Guide

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...

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

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

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1

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

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

Outlook Integration for Client Profiles for Windows

Outlook Integration for Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Outlook Integration for Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Table of Contents 2 Table of Contents Overview...

More information

BSDI Advanced Fitness & Wellness Software

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

More information

Linko Software Express Edition Typical Installation Guide

Linko Software Express Edition Typical Installation Guide Linko Software Express Edition Typical Installation Guide Install Database Service Components and Database...1 Install Workstation Components...4 Install DB Administration Tool...6 Office 2003 Security

More information

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: 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/

More information

2. PMP New Computer Installation. & Networking Instructions

2. PMP New Computer Installation. & Networking Instructions ONTARIO CHIROPRACTIC ASSOCIATION PATIENT MANAGEMENT PROGRAM PUTTING EXPERIENCE INTO PRACTICE PMP New Computer Installation & Networking Instructions This document provides installation instructions for

More information

Server & Workstation Installation of Client Profiles for Windows (WAN Edition)

Server & Workstation Installation of Client Profiles for Windows (WAN Edition) C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows (WAN Edition) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Important Note on

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

Print Audit 6 Network Installation Guide

Print Audit 6 Network Installation Guide Print Audit 6 Network Installation Guide 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

MONAHRQ Installation Permissions Guide. Version 2.0.4

MONAHRQ Installation Permissions Guide. Version 2.0.4 MONAHRQ Installation Permissions Guide Version 2.0.4 March 19, 2012 Check That You Have all Necessary Permissions It is important to make sure you have full permissions to run MONAHRQ. The following instructions

More information

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory.

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory. Doors.NET v3.5.1.21 includes a new automatic backup feature that allows you to quickly and easily schedule a full system backup. By default, this backup is performed every week on Friday at 23:00 hours

More information

Getting TechWizard Version 4 Started Using Excel 2007 or Higher

Getting TechWizard Version 4 Started Using Excel 2007 or Higher Getting TechWizard Version 4 Started Using Excel 2007 or Higher This document covers installing, registering, and starting TechWizard in Excel 2007 or higher. Please note that TechWizard is registered

More information

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

Server & Workstation Installation of Client Profiles for Windows

Server & Workstation Installation of Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W General Notes to Prepare for Installing

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

Paytelligence Quick Start Guide

Paytelligence Quick Start Guide Paytelligence - Quick Start Guide 1. Installation Double-click setup.exe to start the Paytelligence installation. Click Next > Read through the END USER LICENSE AGREEMENT. Use the down arrow to scroll

More information

Sage Peachtree Installation Instructions

Sage Peachtree Installation Instructions Sage Peachtree Installation Instructions Quick Tips for Network Install Use the following tips to help you install Sage Peachtree on a network: Always install Sage Peachtree FIRST on the computer that

More information

STIDistrict SQL 2000 Database Management Plans

STIDistrict SQL 2000 Database Management Plans STIDistrict SQL 2000 Database Management Plans Overview STI recommends that users create SQL database maintenance plans to maintain the integrity of the STIDistrict database. Database maintenance plans

More information

SalonTouch SQL and.net Database Backup Instructions Updated 10/16/2006

SalonTouch SQL and.net Database Backup Instructions Updated 10/16/2006 Important Information SalonTouch SQL and.net Database Backup Instructions The following instructions only apply to SalonTouch SQL and.net versions only. These instructions need to be performed on the computer

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc INSTRUCTION SHEET FOR MOVING YOUR DATABASE FROM ONE COMPUTER TO ANOTHER This document will outline the steps

More information

ilaw Installation Procedure

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

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS

STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS data analysis data mining quality improvement web-based analytics Notes STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS 1. The installation of the Concurrent network

More information

Server Installation: ServerTools

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

More information

How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher

How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher Purpose This document will show how to install CS OrthoTrac practice management software

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

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

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

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

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

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

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

SOS Suite Installation Guide

SOS Suite Installation Guide SOS Suite Installation Guide rev. 8/31/2010 Contents Overview Upgrading from SOS 2009 and Older Pre-Installation Recommendations Network Installations System Requirements Preparing for Installation Installing

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

Recommended Network Setup

Recommended Network Setup Recommended Network Setup Greater Giving Event Software uses Windows File Sharing to allow multiple computers to connect to the same database within your network. This document uses Windows XP as the default

More information

Ajera 7 Installation Guide

Ajera 7 Installation Guide Ajera 7 Installation Guide Ajera 7 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services

More information

Contents. Copyright 2011 FilesAnywhere.com All Rights Reserved

Contents. Copyright 2011 FilesAnywhere.com All Rights Reserved Contents Introduction... 3 What You Can Do with CoolBackup... 3 Upgrade from Regular to Professional... 3 Quick Start - Installation... 4 Step 1. Download CoolBackup... 4 Step 2. Start the Installation...

More information

Migrating MSDE to Microsoft SQL 2005 Express SP4

Migrating MSDE to Microsoft SQL 2005 Express SP4 How To Updated: 10/28/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 and

More information

SENDING EMAILS & MESSAGES TO GROUPS

SENDING EMAILS & MESSAGES TO GROUPS SENDING EMAILS & MESSAGES TO GROUPS Table of Contents What is the Difference between Emails and Selltis Messaging?... 3 Configuring your Email Settings... 4 Sending Emails to Groups Option A: Tasks...

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

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY 1) Install the UKSSOGateway application on the desktop: The UKSSOGateway application passes information from the myuk portal to launch the FESClient. The FESClient

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

STIDistrict Server Replacement

STIDistrict Server Replacement STIDistrict Server Replacement Major Steps Defined This document addresses how to migrate data and applications from an existing STIDistrict (SQL) Server to a new machine. There will be 8 major steps:

More information

Shelter Pro Installation Guide. Overview. Database backups. Shelter Pro Installation Guide Page 1

Shelter Pro Installation Guide. Overview. Database backups. Shelter Pro Installation Guide Page 1 Overview This document describes how to install Shelter Pro on Windows based computers (workstations) both in a standalone and a networked environment. Pick your installation scenario below and follow

More information

Gateway Administrator

Gateway Administrator 100 New Britain Blvd Chalfont, PA 18914 Tel: 215-997-8989 E-mail: datacap@dcap.com Gateway Administrator User Guide V 1.00 Page 1 Table of Contents Overview...3 Using Gateway Administrator...3 Logging

More information

Migrating helpdesk to a new server

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

More information

You may have been given a download link on your trial software email. Use this link to download the software.

You may have been given a download link on your trial software email. Use this link to download the software. BackupVault / Attix5 Server Quickstart Guide This document takes about 5 minutes to read and will show you how to: Download the software Install the Attix5 Professional Backup software Backup your files

More information

SharePoint Wiki Redirect Installation Instruction

SharePoint Wiki Redirect Installation Instruction SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,

More information

Enhanced Imaging Options for Client Profiles for Windows

Enhanced Imaging Options for Client Profiles for Windows C ase Manag e m e n t by C l i e n t P rofiles Enhanced Imaging Options for Client Profiles for Windows T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Table of Contents 2 Table of Contents Scanning

More information

Moving the Web Security Log Database

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

More information

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation

More information

SignTrak STOLS User Guide. 800.513.9194 x4034 SignTrak 05/06/09

SignTrak STOLS User Guide. 800.513.9194 x4034 SignTrak 05/06/09 SignTrak STOLS User Guide 800.513.9194 x4034 SignTrak 05/06/09 Table of Contents INSTALLING SIGNTRAK OFF-LINE SERVICES (STOLS) 3 WHAT IS STOLS? 3 INSTALLING STOLS FROM EXTERNAL MEDIA 4 INSTALLING STOLS

More information

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6. STUDENT ACTIVITY 6.1: UNDERSTAND BACKUP AND RECOVERY METHODS MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.1 Lesson

More information

Standard Client Configuration Requirements

Standard Client Configuration Requirements Test Developer s Studio (TDS) Standard Client Configuration Requirements Information Technologies (IT) Content Applications Development Group (CADG) Version 1.0 February 20, 2008 Copyright 2008 by NCS

More information

Customer Release Notes for Xerox Integrated Fiery Color Server for the Xerox Color C75 Press, version 1.0

Customer Release Notes for Xerox Integrated Fiery Color Server for the Xerox Color C75 Press, version 1.0 Customer Release Notes for Xerox Integrated Fiery Color Server for the Xerox Color C75 Press, version 1.0 This document contains important information about this release. Be sure to provide this information

More information

Download and Install the Citrix Receiver for Mac/Linux

Download and Install the Citrix Receiver for Mac/Linux Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed

More information

Crystal Reports Setup

Crystal Reports Setup Crystal Reports Setup Table of Contents 2 Table of Contents Crystal Reports Setup... 3 Database Connection... 3 Adding Parameters (Case Specific)... 5 Adding Parameters (Not Case Specific)... 8 Client

More information

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

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

More information

How to Backup and FTP your SQL database using E2.

How to Backup and FTP your SQL database using E2. How to Backup and FTP your SQL database using E2. To follow these instructions steps 1 14 must be completed either on the SQL Server or on a workstation that has the SQL Client Tools installed. You may

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A Configure Microsoft Outlook 2007 to use Exchange Email Setting Important 1. Before configure your Microsoft outlook 2007 to use exhange you MUST log into the Web Exchange page to login and change your

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide.

Version 4.61 or Later. Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. Version 4.61 or Later Copyright 2013 Interactive Financial Solutions, Inc. All Rights Reserved. ProviderPro Network Administration Guide. This manual, as well as the software described in it, is furnished

More information

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager The following instructions work for the District provided Blackberrys from Sprint, but I think it should

More information

Moving the StarShip Server

Moving the StarShip Server Rev A.T. 20140812 Moving the StarShip Server This document outlines the procedure for moving the StarShip Server from one machine to another. The StarShip Server is comprised of the StarShip Server Manager

More information

Installation instructions for MERLIN Dashboard

Installation instructions for MERLIN Dashboard Installation instructions for MERLIN Dashboard Contents Installation Prerequisites:... 2 Procedure to manually backup and restore Views and Settings in AxOEE Manager... 3 For XP users go to:... 3 For Vista

More information

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs Rev. 06 JAN. 2008 Document Control User Guide: Using Outlook within Skandocs Introduction By referring to this user guide, it is assumed that the user has an advanced working knowledge of Skandocs (i.e.

More information

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. 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

More information

In this topic we will cover the security functionality provided with SAP Business One.

In this topic we will cover the security functionality provided with SAP Business One. In this topic we will cover the security functionality provided with SAP Business One. 1 After completing this topic, you will be able to: Describe the security functions provided by the System Landscape

More information

Setting Up Your FTP Server

Setting Up Your FTP Server Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This

More information

Backing up Microsoft Outlook Email For the PC Using MS Outlook 2000 Keith Roberts

Backing up Microsoft Outlook Email For the PC Using MS Outlook 2000 Keith Roberts WIN1020 November 2003 Backing up Microsoft Outlook Email For the PC Using MS Outlook 2000 Keith Roberts INTRODUCTION... 1 PREPARATION... 1 BACKING UP EMAIL... 2 RESTORING EMAIL FROM A PERSONAL FILE FOLDER...

More information

Pocket ESA Network Server Installation

Pocket ESA Network Server Installation Pocket ESA Network Server Installation This document details the installation and configuration of the networked version of Pocket ESA on a computer with Microsoft Windows XP/2000. Installation After agreeing

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

More information

Releasing blocked email in Data Security

Releasing blocked email in Data Security Releasing blocked email in Data Security IN-TopicInfo:Topic 41101/ Updated: 02-May-2011 Applies To: Websense Data Security v7.1.x Websense Data Security v7.5.x Websense Data Security v7.6.x - v7.8x SMTP

More information

Online Backup - Installation and Setup

Online Backup - Installation and Setup The following guide will assist you in installing the Attix5 Backup Professional Server Edition on your Admin Server. You will have received your Group Name and Group Create Key from the Schools Broadband

More information

NTP Software QFS for NAS, NetApp Edition Installation Guide

NTP Software QFS for NAS, NetApp Edition Installation Guide NTP Software QFS for NAS, NetApp Edition Installation Guide This Installation Guide applies to all NTP Software QFS for NAS, NetApp filer editions. Abstract This guide provides a short introduction to

More information

Technical System Reference. Residential Management

Technical System Reference. Residential Management Technical System Reference Residential Management NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline Office End User License

More information

SonicWALL CDP Local Archiving

SonicWALL CDP Local Archiving This document describes how to configure, implement, and manage a local archive for your SonicWALL CDP appliance. It contains the following sections: Feature Overview section on page 1 Using Local Archiving

More information

SSL VPN Setup for Windows

SSL VPN Setup for Windows SSL VPN Setup for Windows SSL VPN allows you to connect from off campus to access campus resources such as Outlook email client, file sharing and remote desktop. These instructions will guide you through

More information

SARANGSoft WinBackup Business v2.5 Client Installation Guide

SARANGSoft WinBackup Business v2.5 Client Installation Guide SARANGSoft WinBackup Business v2.5 Client Installation Guide (November, 2015) WinBackup Business Client is a part of WinBackup Business application. It runs in the background on every client computer that

More information

Organizer db Browser Manual

Organizer db Browser Manual Organizer db Browser Manual 1. System Requirements Organizer db Browser can be installed on a Windows 2003/2000/NT/XP/Vista system with IIS 5.0 or higher (Internet Information Services called IIS is included

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

Upgrade ProTracker Advantage Access database to a SQL database

Upgrade ProTracker Advantage Access database to a SQL database Many of our customers run the process themselves with great success. We are available to run the process for you or we can be available on standby from 9:00-5:00(Eastern) to provide assistance if needed.

More information

Clock Link Installation Guide. Detailed brief on installing Clock Link

Clock Link Installation Guide. Detailed brief on installing Clock Link Clock Link Installation Guide Detailed brief on installing Clock Link 1 Table of Contents 1. Overview... 3 2. Configuring the Time Clock... 3 Instructions:... 3 2.1 IP Address Setup... 3 2.2 Subnet Mask

More information

Installation Instruction STATISTICA. Concurrent Network License with Borrowing Domain Based Registration

Installation Instruction STATISTICA. Concurrent Network License with Borrowing Domain Based Registration Installation Instruction STATISTICA Concurrent Network License with Borrowing Domain Based Registration Notes: ❶ The installation of the Concurrent network version entails two parts: a) a server installation,

More information

Setting Up the Device and Domain Administration

Setting Up the Device and Domain Administration Setting Up the Device and Domain Administration Install a Host Support Program on your Computer A NetVault7.1 program must be installed on the computer(s) used by the administrator(s) of your backup service.

More information

Diamond II v2.3 Service Pack 4 Installation Manual

Diamond II v2.3 Service Pack 4 Installation Manual Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance

More information

How to share media files through Windows Media Player 11

How to share media files through Windows Media Player 11 How to share media files through Windows Media Player 11 With Windows Media Player 11 (WMP 11), you can setup an UPnP AV server to offer your media files to an UPnP AV client, such as the Conceptronic

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

INSTALLATION GUIDE. Trimble AutoBid Mechanical Software

INSTALLATION GUIDE. Trimble AutoBid Mechanical Software INSTALLATION GUIDE Trimble AutoBid Mechanical Software Revision A April 2014 F Englewood Office Trimble Navigation Limited 116 Inverness Drive East, Suite 210 Englewood, Colorado 80112 (800) 234-3758 Copyright

More information

Quick Start Guide 0514US

Quick Start Guide 0514US Quick Start Guide Copyright Wasp Barcode Technologies 2014 No part of this publication may be reproduced or transmitted in any form or by any means without the written permission of Wasp Barcode Technologies.

More information

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Technical Bulletin Issue Date August 14, 2003 Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database...2 Introduction...

More information

Verizon Conferencing e-scheduling Tools Installation Guide

Verizon Conferencing e-scheduling Tools Installation Guide Verizon Conferencing e-scheduling Tools Installation Guide Step-by-Step Installation............................. 2 Changes in Your Outlook............................ 14 Managing Your Conference Leaders...................

More information

Sophos Anti-Virus for NetApp Storage Systems startup guide

Sophos Anti-Virus for NetApp Storage Systems startup guide Sophos Anti-Virus for NetApp Storage Systems startup guide Runs on Windows 2000 and later Product version: 1 Document date: April 2012 Contents 1 About this guide...3 2 About Sophos Anti-Virus for NetApp

More information