EASRestoreService. Manual

Similar documents
SQL Server Setup for Assistant/Pro applications Compliance Information Systems

How to Copy A SQL Database SQL Server Express (Making a History Company)

Tutorial: How to Use SQL Server Management Studio from Home

educ Office Remove & create new Outlook profile

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Active Directory Authentication Integration

Technical Bulletin. SQL Express Backup Utility

WhatsUp Gold v16.2 Database Migration and Management Guide

Exchange Mailbox Protection

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Client configuration and migration Guide Setting up Thunderbird 3.1

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

DataCove. Installation Instructions for Search Plug-in for Microsoft Outlook 2007 & 2010 (All Users)

Video Administration Backup and Restore Procedures

Cloud Services ADM. Agent Deployment Guide

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

How To Use Exhange On Outlook 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 Backup and FTP your SQL database using E2.

Database Migration and Management Guide v15.0

Windows XP Exchange Client Installation Instructions

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express

SQL Server 2008 R2 Express Edition Installation Guide

escan SBS 2008 Installation Guide

Using SQL Server Management Studio

Archiving Your Mail in Outlook 2010

WhatsUp Gold v16.1 Installation and Configuration Guide

CRM Migration Manager for Microsoft Dynamics CRM. User Guide

How to configure functional mailboxes in Outlook

PowerSearch for MS CRM 2011

InformationNOW SQL 2008 Database Backup and Restoration

Active Directory Management. Agent Deployment Guide

Restoring Sage Data Sage 200

Installation Guide v3.0

Avatier Identity Management Suite

How To Upgrade Your Microsoft SQL Server for Accounting CS Version

Secure Messaging Server Console... 2

How to install and use the File Sharing Outlook Plugin

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

Upgrade Guide BES12. Version 12.1

DocumentsCorePack Client

SonicWALL CDP 5.0 Microsoft Exchange User Mailbox Backup and Restore

CORPORATE SERVICE SETUP

CIMHT_006 How to Configure the Database Logger Proficy HMI/SCADA CIMPLICITY

Pentagon Message Exchange Setup Guide: All Devices

Exchange Granular Restore User Guide

How to set up Outlook Anywhere on your home system

Moving the TRITON Reporting Databases

Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server.

Archiving Your Mail in Outlook 2007

Define ODBC Database Library using Management Console

Exercise Safe Commands and Audit Trail

Archive Server for MDaemon disaster recovery & database migration

Contents. Before You Install Server Installation Configuring Print Audit Secure... 10

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

WhatsUp Gold v16.2 Installation and Configuration Guide

InformationNOW SQL 2005 Database Backup and Restoration

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Lepide Exchange Recovery Manager

MS SQL Server Database Management

BSDI Advanced Fitness & Wellness Software

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

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

A Transend Corporation White Paper Preparing Microsoft Exchange Server for Migration

Attix5 Pro Plug-ins. V6.2 User Manual. Cover. for Microsoft Windows. Your guide to installing and using Attix5 Pro plug-ins. Last updated: 2011/10

Reduce the number of years of general ledger transactions and balances to save

Online Backup - Installation and Setup

Server Installation: ServerTools

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1

ing from The E2 Shop System address Server Name Server Port, Encryption Protocol, Encryption Type, SMTP User ID SMTP Password

How to Configure Outlook Client for Exchange

Notes Transfer instructions INTRODUCTION More information

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

Table of Contents SQL Server Option

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

WhatsUp Gold v16.3 Installation and Configuration Guide

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Office 365 online archive features and FAQs

Linko Software Express Edition Typical Installation Guide

Migrating helpdesk to a new server

Migration User Guides: The Console Application Setup Guide

Active Directory Management. Agent Deployment Guide

Windows Live Mail Setup Guide

Instructions for Microsoft Outlook 2003

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

Prepared by Mythtech Limited OFFICE 365 MIGRATION MANUAL GUIDELINE

GroupWise to PST Migrator

OUTLOOK EXPRESS ACCOUNT SETUP FOR USE WITH ELLIPSE ADVANCED SPAM FILTER

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

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

Snow Active Directory Discovery

How To Manage Your Quarantine On A Blackberry.Com

Moving BidMagic to a new system (Backup / Restore Utility)

Snow Inventory. Installing and Evaluating

Exchange Outlook Profile/POP/IMAP/SMTP Setup Guide

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.

Before you begin make sure you have met the following pre-requisites:

1. Please login to the Own Web Now Support Portal ( with your address and a password.

Transcription:

Manual

Introduction EAS is a powerful Archiving Solution for Microsoft Exchange, Lotus Notes, Sharepoint and Windows based File systems. As one of the Top 5 Enterprise Archiving Solutions worldwide is EAS very popular and it is quite conceivable that in a company merge Situation also 2 existing EAS Environments must be merged. This Document describe the Tool EASRestoreService as Part of the Tools4EAS Solution. Audience This Document is a technical driven Whitepaper and addressed to technical Personal that are familiar with EAS, Exchange and LDAP. What is EASRestoreService The EASRestoreService is written to help you to restore archived Content to PST Files automatically and well documented. The Tool contains 2 Files, the Service - EASUnarchiverService.exe and the Configuration Tool - EASRestoreService-Configurator.exe. The Configuration Tool is not mandatory. All Settings can be done without but it makes it much easier. Pre-Requirements The Only Prerequirements you need is to have: -.Net Framework 4.5 installed - Windows 7, 8, 8.1, Server 2008 2012 R2 Version Operating System - A Valid License Key - Outlook 2010 (32bit) Installed without MAIL connectivity (!) only PST File. - An Account with Permission to access the EAS SQL Database - An Account with Permissions to access the EAS Document Stores Page 2 of 9

Preparation Database The tool is using the EAS Database to Store temporary Data. For this, additional Tables must be created on EAS Database. This can be done by this Command in SQL Administration Studio: CREATE TABLE [dbo].[exportconfig]([ewspath] [nvarchar](max) NULL,[EWSLOGIN] [nvarchar](50) NULL,[EWSPASSWD] [nvarchar](50) NULL,[EWSVERSION] [int] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] CREATE TABLE [dbo].[exportfoldersexclude]([folderid] [int] NOT NULL) ON [PRIMARY] CREATE TABLE [dbo].[exportmsgs]([msgid] [bigint] NOT NULL,[USERID] [int] NOT NULL,[STATUS] [int] NOT NULL,[SERVER] [nvarchar](20) NULL,[PROCESS] [nchar](38) NULL,[ACCESSDATE] [nchar](25) NULL) ON [PRIMARY] CREATE TABLE [dbo].[exportuser]([userid] [bigint] NOT NULL,[EXPORTTYPE] [int] NOT NULL,[MAILADDRESS] [nvarchar](50) NULL,[FILEPATH] [nvarchar](max) NULL,[FILENAME] [nvarchar](50) NULL,[SERVER] [nvarchar](25) NULL,[PROCESS] [nchar](40) NULL,[ACCESSDATE] [nchar](25) NULL,[STATUS] [int] NOT NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] Service installation The Installation of the Service can be done by a command line (must be run with elevated privileges!): SC CREATE EASUnarchiverService binpath= c:\program Files\schroedl IT\ EASUnarchiver\EASUnarchiverService.exe [SC] CreateService SUCCESS This will create an Entry in the Service manager. You now can see this Service in Services.msc You must change the Credentials of the Service to a Domain Account with Permissions to the EAS Document Stores. This account automatically get the login as Service Permissions granted. Before you can start the Service, you must run the Config Tool to finish the Configuration. This also can be done manually, but this is advanced configuration and not documented in this Document. Page 3 of 9

Running the Tool The Configuration Tool can be executed by simply right click and select Run as Administrator. Elevated Privileges are required to write to the HKLM Realm in the Registry so running without elevated Privileges will cause in issues. First of all, the Connection to the EAS SQL Database is required. Therefore, you need to put in the Server name (including a Instance name if used) in the Server Field. If your Server require SQL Integrated Authentication instead of Windows Integrated Authentication you must activate the use SQL login Checkbox and insert Account / Password Data in the related Fields. The Database Table Prefix is if your EAS installation uses a dedicated Schema to connect. In older environments it was common to use easdbadmin instead of dbo. You can check if you need a Prefix by checking your EAS.INI in Database Section check if there is an entry for Table Prefix or DB Prefix. Page 4 of 9

Alternately you can check in SQL Management Studio if there is something else then dbo. In Front of your Table names: If you typed in the Server name and if required the DB login Data correctly, a list of existing Databases should appear in the Select EAS Database Field: Select your EAS Database here (Caution: the EAS DB must not be named EAS in your environment! It was also common to name them Archive or MailArchive or any other name!) After you select the right Database you can try to connect by pressing the connect button. If you use the right settings and the selected Database contains some EAS Specific Tables, the Red Dot not connected will change to green and show connection ok Page 5 of 9

In the PST Path and Name Area you can select your default Path for the PST Files and the Format, how the PST Files should be names. Warning! The PATH FOR PST Always must end with a backslash (\)! Filter Criteria The Filter Criteria Tab show you a list of all valid Folder names that are available for each user. You can exclude this Folders by selecting them and click the > Button. You also can remove them from the Exclusion list by selecting them on the right-hand-side List and click the < Button. The << button will remove all Folders from the exclusion List The Search Fields below the Lists will give you the ability to search for specific entry s and select them then. Caution! After you start the Migration process you should not remove folders in this way! This can cause issues! Page 6 of 9

Selected Users This Tab gives you the ability to select the Users you want to restore. You can select users and add or remove them analogic to the Filter Criteria Tab just be using the <, > and << buttons. You also have the same ability to search for specific users. The Number in the square bracket will show the EAS User ID near the Username. Page 7 of 9

User specified Filter Criteria Here you can specify the global settings in detail user by user. By default, all settings on this page are reflecting the Settings of the previous pages. You see the PST Filename and Folder reflecting the Settings of the First Page. If some Folder names are excluded in the general Filter Criteria (in this example Drafts ), you also will find this Folder in this section where you can remove it from the list. This gives you the ability to exclude some folders in general but abolish this selection for specific users. You also can add a minimum Date what Messages must be pass to be restored. After you finished all your Settings, you can leave this application and Save the settings by click the Exit button. Caution: Database related Criteria like Filters or User specific Settings will be stored after click on the Exit Button. So please be patient after clicking applying some of this settings can take more time then expected! Page 8 of 9

Now you can start the Service. The Progress of the Service is documented in different log files stored on the same Folder where the Executable is. Page 9 of 9