Database Backup And Restore Instructions - CCH

1y ago
15 Views
2 Downloads
535.34 KB
26 Pages
Last View : 30d ago
Last Download : 3m ago
Upload by : Oscar Steel
Transcription

Database Backup and Restore InstructionsVersion 5.7InstructionsFall 2008

Table of ContentsOverview .3Removing Prior Versions of the Utility .3Backup Considerations .3Running the Backup Utility (with User Interface) .5Running the Backup Utility (using Scheduler) .11Restore Considerations .13Running the Restore Utility (Restore all Office Server databases) .14Running the Restore Utility (Restore Individual Binder Database Information) .202

OverviewThis utility has been created to aid administrators in the backup and restore process for the ProSystem fxEngagement CentralAdmin and bin databases. Please note that the SQL databases used forEngagement may not be backed up using your standard backup procedures. Because direct access tothe databases is required, you must either use this utility to back up the database files, or use a SQLAgent available from your third party backup software vendor. For additional information on configuring aSQL Agent, please refer to the ProSystem fx Networking Best Practices document located in theDocuments folder on the ProSystem fx Engagement CD or contact Engagement Customer Support.This utility is designed for back up and restore of the CentralAdmin database and all bin databases for asingle main or secondary office server. This utility will need to be run separately on each Office Server inyour ProSystem fx Engagement environment.IMPORTANT: To restore a single deleted binder to a Central File Room you must use the ProSystem fxEngagement Database Backup & Restore Utility. Your third party backup and restore software is unableto restore a single binder that has been deleted from the Central File Room.Also, the Database Backup & Restore Utility is the best tool to assist you in migrating the ProSystem fxEngagement Administrator module from one server to another.Removing Prior Versions of the UtilityPrior versions of the Backup and Restore utility are not compatible with Engagement v. 5.7 and backupfiles (*.bak) from previous versions of the utility may not be restored to v. 5.7. Ensure that a currentbackup is completed before and after converting to v. 5.7.The installation of the Engagement Administrator module will automatically install the updated DatabaseBackup and Restore Utility to the x:\Pfx Engagement\Admin\Utilities\Backup Restore directory. After theinstallation, please verify the current backup procedures. See the Running the Backup Utility (usingScheduler) section below.Note: A new.bak file is created with each backup process.Backup ConsiderationsThis utility will create a single backup file that contains the backup of the office server CentralAdmindatabase and each bin database. The backup of each bin database will include individual binderdatabase information. (If you installed ProSystem fx Engagement to the default installation path, thedatabase files that will be backed up are located in the following directory: x:\PfxEngagement\Admin\Data.)If a failure occurs while backing up a specific database, that database will be skipped and thisinformation will be reported in a log file. The log file will be located in the same directory as theBackupRestoreUtil.exe with the default name of LogFileForBRMMDDYYYY – HH MM SS. The backupprocess will continue after such a failure occurs to ensure the remaining databases are properly backedup. If a failure occurs with a specific database during a backup, please contact Engagement CustomerSupport for assistance.The following should also be considered when performing a database backup:Additional files to be backed up: To ensure a complete backup, the files in the following folders willneed to be backed up separately using your current backup methods. (The files stored in these3

folders are not included in the backup that is generated by the ProSystem fx Engagement DatabaseBackup & Restore Utility):1.2.3.4.Workpapers folderAdmin Packages folderArchive folderTransition Binder Packages folderIT IS IMPERATIVE that the workpaper backup and the SQL database backup are completedtogether and that no changes occur to either during the backup.Back up the database backup file: In addition to backing up the folders listed above with yourcurrent backup methods, be sure to also back up the database (.bak) file.Disable synchronization: We highly recommend you disable admin and binder synchronizationbefore beginning the backup process to ensure that the databases and workpapers contain identicalinformation. During the time of the backup process, synchronization will not be allowed. Usersattempting to synchronize during this time will receive an error.Close ProSystem fx Engagement Administrator: To run the Database Backup & Restore Utility,the ProSystem fx Engagement Administrator application will need to be closed.4

Running the Backup Utility (with User Interface)The following steps will guide you through the Backup process:1. Launch the Database Backup & Restore Wizard using one of the following two methods:a. Select Start/Programs/ProSystem fx Engagement/Utilities/ProSystem fxEngagement Database Backup & Restore Utility.b. In Windows Explorer, double-click on BackupRestoreUtil.exe. (TheBackupRestoreUtil.exe will be located in the x:\Pfx Engagement\Admin\Utilities\BackupRestore directory.)2. Select Next from the Welcome dialog.5

3. After you have read and understand the information regarding backup, check the box and selectNext.6

4. Select the Backup radio button. Provide the location where the files are to be stored by selectingBrowse. The selected location must be on a local drive/directory or a mapped network drive. Ifyou select a mapped network drive, the user account under which the SQL Server service isrunning must have credentials to write to that mapped network location. Select Next.7

5. Review the backup settings and select Back Up to begin the backup process.8

6. A progress indicator page will display to show you the progress of the backup.9

7. Once complete, the Database Backup & Restore Wizard Completion page will display the numberof databases that were successfully backed up and the number that failed to be backed up.Select View Log to view a log detailing the backup information for each database. Select Finishto exit the wizard.Note: At the end of the process, only one .bak file will be created. This single file will contain thebackups for all of the Office Server databases. The default name for the backup file is Office ServerName Full MMDDYYYY HH MM SS.bak.10

Running the Backup Utility (using Scheduler)By running this utility via task scheduler, we assume you have agreed to the warning in step 3 above inthe User Interface section.Creating a new task:1. Open Microsoft Scheduler.2. Select Add New Task.3. Select Next on the Scheduled Task Wizard Welcome screen.4. Choose the BackupRestoreUtil.exe application by selecting the Browse button and navigating toits location (x:\Pfx Engagement\Admin\Utilities\Backup Restore).11

5. After adding all of the settings for the new task, right click on the new task and selectProperties.6. In the Run box, you will need to add the proper switch and path information. After the existingpath add /f (this must be entered in lowercase text) followed by a space and then add thedestination path where you would like the backup files to be placed.(e.g. "D:\Pfx Engagement\ADMIN\Utilities\Backup Restore\BackupRestoreUtil.exe” /f“c:\backup”).NOTE: The command line parameter /f must be entered in lowercase. Using anuppercase F will result in an incomplete backup.7. Click Apply or OK to save the information.12

Restore ConsiderationsRestore is a critical part of the disaster recovery process. Due to the nature of the application and thefact that the application document control relies on the database to ensure workpaper integrity, veryspecific restore procedures must be followed.Note: While the restore process can be performed on your own, we strongly recommend youcontact Engagement Customer Support at 1-800-PFX-9998 option 6, followed by option 2, beforeattempting to restore any data.If a failure occurs while restoring a specific database or binder, that database / binder will be skipped andthis information will be reported in a log file. The log file will be located in the same directory as theBackupRestoreUtil.exe with the default name of LogFileForBRMMDDYYYY – HH MM SSThe restore process will continue after such a failure occurs to ensure the remaining databases orbinders are properly restored. Should a failure occur with a specific database or binder during therestore process, please contact Engagement Customer Support for assistance.The following should also be considered when restoring databases or binders:Additional files to be restored: This utility will restore the office server bin databases and theCentralAdmin database contained within the selected backup file. If selected, the utility can restoreindividual binder database information only. It will NOT restore the central file room workpapers orother files that were backed up separately – those files must be restored separately.To ensure a complete restore, the files in the following folders will need to be restored separatelyusing your current restore methods (The files stored in these folders are not included in the backupthat is generated by the ProSystem fx Engagement Database Backup & Restore Utility):1.2.3.4.Workpapers folderAdmin Packages folderArchive folderTransition Binder Packages folderIT IS IMPERATIVE that the workpapers and SQL databases are restored and completed togetherand that no changes occur to either during the restore. When restoring individual binder databaseinformation, do not restore the workpapers for all binders in the database. Restore only theworkpapers for the individual binder database information being restored.Disable synchronization: We highly recommend you disable admin and binder synchronizationbefore beginning the restore process. During the time of the restore process, synchronization willnot be allowed. Users attempting to synchronize during this time will receive an error.Review administrative changes since last backup: When restoring from backup, you will need tobe aware of what administrative changes may have taken place since this backup took place. If anyof the following changes occurred since this back up, please contact Engagement Customer Supportfor assistance: Create or delete central file room Change workpaper location Add, remove or reassign licenses Workpapers checked in/out13

Add or remove staff members New binders synchronized to central file roomsClose ProSystem fx Engagement Administrator: To run the Database Backup & Restore Utility, theProSystem fx Engagement Administrator application will need to be closed.Running the Restore Utility (Restore all Office Server databases)The following steps will guide you through the Restore process:1. Launch the Database Backup & Restore Wizard using one of the following two methods:a. Select Start/Programs/ProSystem fx Engagement/ProSystem fx EngagementDatabase Backup & Restore Utility.b. In Windows Explorer, double-click on BackupRestoreUtil.exe. (TheBackupRestoreUtil.exe will be located in the x:\Pfx Engagement\Admin\Utilities\BackupRestore directory.)2. Select Next on the Welcome page.14

3. After you have read and understand the information regarding restore, check the box and selectNext.15

4. Select the Restore radio button. Browse for the backup file [.bak] to be restored. The OfficeServer databases within the selected backup file will display in the list. Select Next.16

5. Review the restore settings and select the Restore button to begin the restore process.17

6. A progress indicator page will display to show you the progress of the restore.18

7. Once complete, the Database Backup & Restore Wizard Complete page will display the numberof databases that were successfully restored and the number that failed to be restored. SelectView Log to view a log detailing the restore information for each database. Select Finish to exitthe wizard.19

Running the Restore Utility (Restore Individual Binder Database Information)The following steps will guide you through running the Restore process to restore individual binderdatabase information:1. Launch the Database Backup & Restore Wizard using one of the following two methods:a. Select Start/Programs/ProSystem fx Engagement/ProSystem fx EngagementDatabase Backup & Restore Utility.b. In Windows Explorer, double-click on BackupRestoreUtil.exe. (TheBackupRestoreUtil.exe will be located in the x:\Pfx Engagement\Admin\Utilities\BackupRestore directory.)2. Select Next on the Welcome page.20

3. After you have read and understand the information regarding restore, check the box and selectNext.21

4. Select the Restore radio button and the Binders only check box. Browse for the backupfile [.bak] from which to restore the binder database information. The Office Server databaseswithin the selected backup file will display in the list. Select Next.22

5. Highlight the individual binder to be restored. To select multiple binders to restore, use the Ctrl orShift key while highlighting the binders or click the Select All button. Select Next.23

6. Review the restore settings and select Restore to begin the restore process.24

7. A progress indicator page will display to show you the progress of the restore.25

8. Once complete, the Database Backup & Restore Wizard Complete page will display the numberof binders where the database information was successfully restored and the number that failedto be restored. Select View Log to view a log detailing the restore information for each binder.Select Finish to exit the wizard.26

Engagement Database Backup & Restore Utility. Your third party backup and restore software is unable to restore a single binder that has been deleted from the Central File Room. Also, the Database Backup & Restore Utility is the best tool to assist you in migrating the ProSystem fx Engagement Administrator module from one server to another.

Related Documents:

Active Directory Backup and Restore 1. 2. In the current market, we're able to distinguish two types of solutions for Active Directory backup and restore: Host-based backup and restore solutions Agent-based backup and restore solutions The distinction is clearly on the way the backup is created and may be restored. Obviously,

Backups must be initiated by the user; there is no automatic backup option. The backup files are stored in the root directory of a USB memory stick. The restore function will only restore the latest backup file. The system does not have file selection option. No controller dependency is used when restoring a backup, i.e. the restore .

Limitations of the Backup-Restore Only one active backup session is supported. HBASE-16391 will introduce multiple-backup sessions support Both backup and restore can't be canceled while in progress. (HBASE-15997,15998) Single backup destination only supported. HBASE-15476 There is no merge for incremental images (HBASE-14135)

Features Acronis Cyber Protect Cloud Backup Workstations, Servers (Windows, Linux, Mac) backup PAYG Virtual machine backup PAYG File backup PAYG Image backup PAYG Standard applications backup (Microsoft 365, Google Workspace, Microsoft Exchange, Microsoft SQL) PAYG Network shares backup PAYG Backup to local storage PAYG Backup to cloud storage PAYG

Back Up and Restore Contacts Create a backup contact file and restore it when needed. This is particularly valuable when moving to a new iPhone or iPad. Backup 1 Select Backup and restore Backup and restore contacts Back up 2 Select the contacts to back up by clicking the dot next to it 3 Select Archive

Veeam Backup Explorers for granular restore Veeam Backup Explorers enable granular restore of items from Veeam backup o r replica files. The process reads the contents of the backup or replica file on the repository so the entire VM does not need to be restored. Browsing the application data from th e backup file may require significant IOPS.

Acronis Cloud Backup USER GUIDE APPLIES TO THE FOLLOWING PRODUCTS Acronis Backup for Windows Server Acronis Backup for Linux Server . Full and incremental backup methods are available through several backup schemes. Regardless of the backup scheme, the first task run produces a full backup; subsequent task runs produce .

sistem pendidikan akuntansi (Dian, 2012). Mengingat pentingnya PPAk bagi mahasiswa akuntansi maka diperlukan motivasi dari dalam diri mahasiswa terhadap minat untuk mengikuti PPAk. Minat merupakan keinginan yang timbul dari dalam diri mahasiswa untuk mengikuti pendidikan profesi, di mana minat setiap mahasiswa sangatlah beragam hal tersebut tergantung pada pribadi masing-masing mahasiswa .